Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-config.txt: fix 'see: above' note
[gitweb.git]
/
diff.h
diff --git
a/diff.h
b/diff.h
index 89544e64bc5797fe40f069e84657d85589f0252a..a30cc35ec3b4cb525340691a39ca88e89e379e4c 100644
(file)
--- a/
diff.h
+++ b/
diff.h
@@
-194,6
+194,11
@@
struct diff_options {
FILE *file;
int close_file;
+#define OUTPUT_INDICATOR_NEW 0
+#define OUTPUT_INDICATOR_OLD 1
+#define OUTPUT_INDICATOR_CONTEXT 2
+ char output_indicators[3];
+
struct pathspec pathspec;
pathchange_fn_t pathchange;
change_fn_t change;