summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-04-10 19:44:35 -0700
committerJunio C Hamano <junkio@cox.net>2006-04-10 19:44:35 -0700
commit6b32ee2381deb414378a76cae213a4fe633f8fcc (patch)
tree040786e8c512ea7bafa08a4fced71390a123aad7 /diff.h
parent910a5916b40575501b452a61e6447f96e77ec95e (diff)
parent86ff1d2012cc5e074d54c0823154019b99ca03f0 (diff)
downloadgit-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff.h b/diff.h
index 0cebec113f..07b153b567 100644
--- a/diff.h
+++ b/diff.h
@@ -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;