diff options
| author | Junio C Hamano <gitster@pobox.com> | 2011-04-28 14:11:47 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2011-04-28 14:11:47 -0700 |
| commit | 50d3062ab2cea4e999b8f3bafd211ff348bca600 (patch) | |
| tree | 26cfdd46c59963b0301bd57d492a73f0abadbb5f /diff.h | |
| parent | Merge branch 'jc/rename-degrade-cc-to-c' (diff) | |
| parent | git diff -D: omit the preimage of deletes (diff) | |
| download | git-50d3062ab2cea4e999b8f3bafd211ff348bca600.tar.gz git-50d3062ab2cea4e999b8f3bafd211ff348bca600.zip | |
Merge branch 'jc/diff-irreversible-delete'
* jc/diff-irreversible-delete:
git diff -D: omit the preimage of deletes
Diffstat (limited to 'diff.h')
| -rw-r--r-- | diff.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ struct diff_options { int interhunkcontext; int break_opt; int detect_rename; + int irreversible_delete; int skip_stat_unmatch; int line_termination; int output_format; |
