зеркало из https://github.com/microsoft/git.git
diff-merges: group diff-merge flags next to each other inside 'rev_info'
The relevant flags were somewhat scattered over definition of 'struct rev_info'. Rearrange them to group them together. Signed-off-by: Sergey Organov <sorganov@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
1a2c4d8050
Коммит
d9b1bc6d13
|
@ -191,13 +191,14 @@ struct rev_info {
|
||||||
match_missing:1,
|
match_missing:1,
|
||||||
no_commit_id:1,
|
no_commit_id:1,
|
||||||
verbose_header:1,
|
verbose_header:1,
|
||||||
|
always_show_header:1,
|
||||||
|
/* Diff-merge flags */
|
||||||
explicit_diff_merges: 1,
|
explicit_diff_merges: 1,
|
||||||
separate_merges: 1,
|
separate_merges: 1,
|
||||||
combine_merges:1,
|
combine_merges:1,
|
||||||
combined_all_paths:1,
|
combined_all_paths:1,
|
||||||
dense_combined_merges:1,
|
dense_combined_merges:1,
|
||||||
first_parent_merges:1,
|
first_parent_merges:1;
|
||||||
always_show_header:1;
|
|
||||||
|
|
||||||
/* Format info */
|
/* Format info */
|
||||||
int show_notes;
|
int show_notes;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче