aboutsummaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-05 15:33:58 -0700
committerJunio C Hamano <junkio@cox.net>2005-10-05 15:33:58 -0700
commit952f87a6ca50a4d172bfb99c3c6e44e801212955 (patch)
treec47331824274f86d6b907199b75ac643f2e3067b /diff.h
parent144c83f687e9c3020497662dfae47d03005a9e21 (diff)
parent4cfc63db1daa0ebdb284ae6972928e41a317a0c8 (diff)
downloadgit-952f87a6ca50a4d172bfb99c3c6e44e801212955.tar.gz
git-952f87a6ca50a4d172bfb99c3c6e44e801212955.tar.xz
Merge branch 'fixes'
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff.h b/diff.h
index 7f4079c87..2f4a7b463 100644
--- a/diff.h
+++ b/diff.h
@@ -103,7 +103,7 @@ extern void diff_flush(struct diff_options*);
/* these are not diff-raw status letters proper, but used by
* diffcore-filter insn to specify additional restrictions.
*/
-#define DIFF_STATUS_FILTER_AON 'A'
+#define DIFF_STATUS_FILTER_AON '*'
#define DIFF_STATUS_FILTER_BROKEN 'B'
#endif /* DIFF_H */