diff options
Diffstat (limited to 'src/diff.h')
-rw-r--r-- | src/diff.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/diff.h b/src/diff.h index 4de18beea..6c432c894 100644 --- a/src/diff.h +++ b/src/diff.h @@ -14,6 +14,9 @@ #include "repository.h" #include "pool.h" +#define DIFF_SRC_PREFIX_DEFAULT "a/" +#define DIFF_DST_PREFIX_DEFAULT "b/" + enum { GIT_DIFFCAPS_HAS_SYMLINKS = (1 << 0), /* symlinks on platform? */ GIT_DIFFCAPS_ASSUME_UNCHANGED = (1 << 1), /* use stat? */ |