Sergey Organov
d01141de5a
diff: get rid of redundant 'dense' argument
...
Get rid of 'dense' argument that is redundant for every function that has
'struct rev_info *rev' argument as well, as the value of 'dense' passed is
always taken from 'rev->dense_combined_merges' field.
The only place where this was not the case is in 'submodule.c' where
'diff_tree_combined_merge()' was called with '1' for 'dense' argument. However,
at that call the 'revs' instance used is local to the function, and we now just
set 'revs->dense_combined_merges' to 1 in this local instance.
Signed-off-by: Sergey Organov <sorganov@gmail.com >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2020-09-29 11:54:53 -07:00
..
2020-04-28 10:47:10 -07:00
2020-05-07 12:24:35 -07:00
2020-06-08 18:06:32 -07:00
2020-05-05 14:54:27 -07:00
2020-07-06 22:09:15 -07:00
2020-07-09 14:00:41 -07:00
2020-02-18 15:28:58 -08:00
2020-04-28 10:47:10 -07:00
2020-06-08 18:06:30 -07:00
2020-06-12 17:27:16 -07:00
2020-07-06 22:09:17 -07:00
2020-07-15 16:29:45 -07:00
2020-04-28 10:47:10 -07:00
2020-05-13 12:19:19 -07:00
2020-06-22 10:31:15 -07:00
2020-03-26 17:11:21 -07:00
2020-06-22 10:46:45 -07:00
2020-04-20 18:22:54 -07:00
2020-09-29 11:54:53 -07:00
2020-06-25 14:19:23 -07:00
2020-06-25 12:27:47 -07:00
2020-06-29 14:17:24 -07:00
2020-03-24 15:04:43 -07:00
2020-05-08 14:25:04 -07:00
2020-07-06 22:09:15 -07:00
2020-02-04 11:36:37 -08:00
2020-05-05 14:54:27 -07:00
2020-05-01 13:39:59 -07:00
2020-06-19 14:04:08 -07:00
2020-06-24 09:14:21 -07:00
2020-04-28 10:47:10 -07:00
2020-05-05 14:54:27 -07:00
2020-05-05 14:54:27 -07:00
2020-05-27 10:07:07 -07:00
2020-02-11 09:59:39 -08:00
2020-06-02 13:35:01 -07:00
2020-01-31 10:45:39 -08:00
2020-02-05 10:36:33 -08:00
2020-04-28 10:47:10 -07:00
2020-06-10 18:06:34 -07:00
2019-12-09 12:26:40 -08:00
2020-03-24 15:04:44 -07:00
2020-05-13 12:19:18 -07:00
2020-07-06 22:09:16 -07:00
2020-05-05 14:54:28 -07:00
2019-12-06 12:36:53 -08:00
2020-04-28 10:47:10 -07:00
2020-05-13 12:19:19 -07:00
2020-07-06 22:09:13 -07:00
2020-07-06 22:09:15 -07:00
2020-04-28 10:47:10 -07:00
2020-05-13 12:19:18 -07:00
2020-01-31 10:45:39 -08:00
2020-04-28 10:47:10 -07:00
2020-02-18 13:21:46 -08:00
2020-05-13 12:19:18 -07:00
2020-02-19 10:56:49 -08:00
2020-04-28 10:47:10 -07:00
2020-04-28 10:47:10 -07:00
2020-04-28 10:47:10 -07:00
2020-05-27 10:07:07 -07:00
2020-04-28 10:47:10 -07:00
2020-06-29 14:17:24 -07:00
2020-04-29 16:15:31 -07:00
2020-07-06 22:09:17 -07:00
2020-05-08 14:25:04 -07:00
2020-01-31 10:45:39 -08:00
2020-04-28 10:47:10 -07:00
2020-04-02 11:09:49 -07:00
2020-07-06 22:09:15 -07:00