diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-10 19:44:35 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-10 19:44:35 -0700 |
commit | 6b32ee2381deb414378a76cae213a4fe633f8fcc (patch) | |
tree | 040786e8c512ea7bafa08a4fced71390a123aad7 /diff.h | |
parent | 910a5916b40575501b452a61e6447f96e77ec95e (diff) | |
parent | 86ff1d2012cc5e074d54c0823154019b99ca03f0 (diff) | |
download | git-6b32ee2381deb414378a76cae213a4fe633f8fcc.tar.gz |
Merge branch 'jc/withraw' into next
* jc/withraw:
diff-* --patch-with-raw
Retire git-log.sh (take#2)
Retire git-log.sh
Retire diffcore-pathspec.
Improve the git-diff-tree -c/-cc documentation
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,11 +20,11 @@ typedef void (*add_remove_fn_t)(struct diff_options *options, const char *base, const char *path); struct diff_options { - const char **paths; const char *filter; const char *orderfile; const char *pickaxe; unsigned recursive:1, + with_raw:1, tree_in_recursive:1, full_index:1; int break_opt; |