diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-11-04 13:33:06 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-11-04 13:33:06 +0900 |
| commit | dac1d83c919430aa73f8df21854a08a7b9a95837 (patch) | |
| tree | 6475df2d345f60f20d31c5afbf3b782cef3ca627 /commit-reach.c | |
| parent | Merge branch 'jt/delay-fetch-if-missing' (diff) | |
| parent | commit-graph: fix writing first commit-graph during fetch (diff) | |
| download | git-dac1d83c919430aa73f8df21854a08a7b9a95837.tar.gz git-dac1d83c919430aa73f8df21854a08a7b9a95837.zip | |
Merge branch 'ds/commit-graph-on-fetch'
Regression fix.
* ds/commit-graph-on-fetch:
commit-graph: fix writing first commit-graph during fetch
t5510-fetch.sh: demonstrate fetch.writeCommitGraph bug
Diffstat (limited to 'commit-reach.c')
| -rw-r--r-- | commit-reach.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commit-reach.c b/commit-reach.c index 3ea174788a..4ca7e706a1 100644 --- a/commit-reach.c +++ b/commit-reach.c @@ -10,7 +10,6 @@ #include "commit-reach.h" /* Remember to update object flag allocation in object.h */ -#define REACHABLE (1u<<15) #define PARENT1 (1u<<16) #define PARENT2 (1u<<17) #define STALE (1u<<18) |
