diff options
author | Sergey Organov <sorganov@gmail.com> | 2020-08-31 23:14:22 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-08-31 13:42:58 -0700 |
commit | 572fc9aa5471ce7a9888f03a32d556350f88a5cf (patch) | |
tree | bb1e8ee0a3b79151a97235355210d664e7d27321 /commit.h | |
parent | po: add missing letter for French message (diff) | |
download | tgif-572fc9aa5471ce7a9888f03a32d556350f88a5cf.tar.xz |
revision: add separate field for "-m" of "diff-index -m"
Add separate 'match_missing' field for diff-index to use and set it when we
encounter "-m" option. This field won't then be cleared when another meaning of
"-m" is reverted (e.g., by "--no-diff-merges"), nor it will be affected by
future option(s) that might drive 'ignore_merges' field.
Use this new field from diff-lib:do_oneway_diff() instead of reusing
'ignore_merges' field.
Signed-off-by: Sergey Organov <sorganov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions