diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-11 02:36:53 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-11 04:44:18 +0200 |
commit | 86ff1d2012cc5e074d54c0823154019b99ca03f0 (patch) | |
tree | ff73d484a830d8f9ec7a90b8c64ecdf642ab7934 /diff.h | |
parent | Retire git-log.sh (take#2) (diff) | |
download | git-86ff1d2012cc5e074d54c0823154019b99ca03f0.tar.xz git-86ff1d2012cc5e074d54c0823154019b99ca03f0.zip |
diff-* --patch-with-raw
This new flag outputs the diff-raw output and diff-patch output
at the same time. Requested by Cogito.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ struct diff_options { const char *orderfile; const char *pickaxe; unsigned recursive:1, + with_raw:1, tree_in_recursive:1, full_index:1; int break_opt; |