Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] git-diff-*: --name-only and --name-only-z.
[gitweb.git]
/
diff.h
diff --git
a/diff.h
b/diff.h
index 9f0852d321bbed548fa57b5afdc3aad25c1dd943..46c0e236c3a894141f685f8cf1993003c0c9cf81 100644
(file)
--- a/
diff.h
+++ b/
diff.h
@@
-59,6
+59,8
@@
extern int diff_queue_is_empty(void);
#define DIFF_FORMAT_MACHINE 1
#define DIFF_FORMAT_PATCH 2
#define DIFF_FORMAT_NO_OUTPUT 3
+#define DIFF_FORMAT_NAME 4
+#define DIFF_FORMAT_NAME_Z 5
extern void diff_flush(int output_style);