diff options
| author | Vicent Marti <tanoku@gmail.com> | 2015-10-30 11:45:52 +0100 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2015-11-02 13:47:04 +0100 |
| commit | 136a71f4eee60052cd1b55ba7c9b600871baf6d4 (patch) | |
| tree | e6cea3d77826d2970720e3bffffe104ea22b348c /src/commit_list.h | |
| parent | d571a54e603c9bf46c7836124fded8c160b1eb5a (diff) | |
| download | libgit2-136a71f4eee60052cd1b55ba7c9b600871baf6d4.tar.gz | |
merge-base: Remove redundant merge bases
Diffstat (limited to 'src/commit_list.h')
| -rw-r--r-- | src/commit_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commit_list.h b/src/commit_list.h index b1d88e016..a6967bcef 100644 --- a/src/commit_list.h +++ b/src/commit_list.h @@ -13,6 +13,7 @@ #define PARENT2 (1 << 1) #define RESULT (1 << 2) #define STALE (1 << 3) +#define ALL_FLAGS (PARENT1 | PARENT2 | STALE | RESULT) #define PARENTS_PER_COMMIT 2 #define COMMIT_ALLOC \ |
