summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-05-14 16:39:14 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-05-14 16:39:14 -0700
commitc621197a20d42b6b9115d7031bdb49e24f961898 (patch)
tree2cab7ba24afa0566325578946c8d338e09d42c10 /diff.h
parentMerge branch 'lt/config' into next (diff)
parentgit diff: support "-U" and "--unified" options properly (diff)
downloadtgif-c621197a20d42b6b9115d7031bdb49e24f961898.tar.xz
Merge branch 'lt/diff' into next
* lt/diff: git diff: support "-U" and "--unified" options properly include header to define uint32_t, necessary on Mac OS X
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/diff.h b/diff.h
index d052608404..bef586d850 100644
--- a/diff.h
+++ b/diff.h
@@ -32,6 +32,7 @@ struct diff_options {
full_index:1,
silent_on_remove:1,
find_copies_harder:1;
+ int context;
int break_opt;
int detect_rename;
int line_termination;