X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=diff.h;h=2f4a7b463b699e65848656279287e2d8e2048c16;hb=0a8944dd48b97d258240af967dfdfcea4f203b85;hp=7f4079c87104afd8bda23046942121b7d3ff62ee;hpb=946f5f7c245a0f9398417be5946795cfebfd1c62;p=git.git diff --git a/diff.h b/diff.h index 7f4079c8..2f4a7b46 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 */