summaryrefslogtreecommitdiff
path: root/src/commit_list.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2015-10-30 11:45:52 +0100
committerVicent Marti <tanoku@gmail.com>2015-11-02 13:47:04 +0100
commit136a71f4eee60052cd1b55ba7c9b600871baf6d4 (patch)
treee6cea3d77826d2970720e3bffffe104ea22b348c /src/commit_list.h
parentd571a54e603c9bf46c7836124fded8c160b1eb5a (diff)
downloadlibgit2-136a71f4eee60052cd1b55ba7c9b600871baf6d4.tar.gz
merge-base: Remove redundant merge bases
Diffstat (limited to 'src/commit_list.h')
-rw-r--r--src/commit_list.h1
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 \