summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-05-15 18:09:15 -0700
committerJunio C Hamano <junkio@cox.net>2006-05-15 18:09:15 -0700
commit05f743f328e56780fb86c57da65f41df6e3b19a3 (patch)
tree81c3fc843da2a1d500ba781f473ecc9eb6684a9b /diff.h
parentd55aaefa3e3920bdf9a52d80da2a244f72742228 (diff)
parentee1e5412a702674d4da95a4aef73a73d2834dcc3 (diff)
downloadgit-05f743f328e56780fb86c57da65f41df6e3b19a3.tar.gz
Merge branch 'lt/diff'
* lt/diff: git diff: support "-U" and "--unified" options properly
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;