Merge branch 'jc/diff-irreversible-delete'

* jc/diff-irreversible-delete:
  git diff -D: omit the preimage of deletes
This commit is contained in:
Junio C Hamano
2011-04-28 14:11:47 -07:00
4 changed files with 70 additions and 6 deletions

1
diff.h
View File

@ -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;