]> git.ipfire.org Git - thirdparty/git.git/commit
diff-merges: implement new values for --diff-merges
authorSergey Organov <sorganov@gmail.com>
Mon, 21 Dec 2020 15:19:51 +0000 (18:19 +0300)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Dec 2020 21:47:32 +0000 (13:47 -0800)
commit8c0ba528bc3c61f4582bf68d3f0cc2a72f5f3792
tree2e066a1182411e67351358774c757e774562d6c4
parent255a4dacc59f4f4f62cc61743f40a078b4b38647
diff-merges: implement new values for --diff-merges

We first implement new options as exact synonyms for their original
counterparts, to get all the infrastructure right, and keep functional
improvements for later commits.

The following values are implemented:

--diff-merges=         old equivalent
first|first-parent    = --first-parent (only format implications)
sep|separate          = -m
comb|combined         = -c
dense| dense-combined = --cc

Signed-off-by: Sergey Organov <sorganov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff-merges.c