diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-16 08:42:37 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-16 08:42:37 +0200 |
commit | 638684824c419f4368512c6f54ac32dd4e6c56a6 (patch) | |
tree | b9d30b4c1911deade512f24e9abc6e5264b64a0f /diff.h | |
parent | Merge branch 'se/rebase' (diff) | |
parent | Convert some "apply --summary" users to "diff --summary". (diff) | |
download | git-638684824c419f4368512c6f54ac32dd4e6c56a6.tar.xz git-638684824c419f4368512c6f54ac32dd4e6c56a6.zip |
Merge branch 'se/diff'
* se/diff:
Convert some "apply --summary" users to "diff --summary".
Add "--summary" option to git diff.
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,7 +31,8 @@ struct diff_options { binary:1, full_index:1, silent_on_remove:1, - find_copies_harder:1; + find_copies_harder:1, + summary:1; int context; int break_opt; int detect_rename; |