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>
This commit is contained in:
Junio C Hamano
2006-04-10 17:36:53 -07:00
parent 944e3a88fe
commit 86ff1d2012
3 changed files with 62 additions and 34 deletions

1
diff.h
View File

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