diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-14 16:39:14 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-14 16:39:14 -0700 |
commit | c621197a20d42b6b9115d7031bdb49e24f961898 (patch) | |
tree | 2cab7ba24afa0566325578946c8d338e09d42c10 /diff.h | |
parent | Merge branch 'lt/config' into next (diff) | |
parent | git diff: support "-U" and "--unified" options properly (diff) | |
download | tgif-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |