diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-07-19 11:30:21 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-07-19 11:30:21 -0700 |
commit | 68e65ded5b790bfd8a1072a7f551a8f283f62f29 (patch) | |
tree | cb8013cd29b7766aa63ba5812fd172aefcdbc0d6 /builtin/receive-pack.c | |
parent | Merge branch 'nd/tree-walk-with-repo' (diff) | |
parent | check_everything_connected: assume alternate ref tips are valid (diff) | |
download | tgif-68e65ded5b790bfd8a1072a7f551a8f283f62f29.tar.xz |
Merge branch 'jk/check-connected-with-alternates'
The tips of refs from the alternate object store can be used as
starting point for reachability computation now.
* jk/check-connected-with-alternates:
check_everything_connected: assume alternate ref tips are valid
object-store.h: move for_each_alternate_ref() from transport.h
Diffstat (limited to 'builtin/receive-pack.c')
-rw-r--r-- | builtin/receive-pack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/receive-pack.c b/builtin/receive-pack.c index 610eadf5f0..dcf385511f 100644 --- a/builtin/receive-pack.c +++ b/builtin/receive-pack.c @@ -12,7 +12,6 @@ #include "object.h" #include "remote.h" #include "connect.h" -#include "transport.h" #include "string-list.h" #include "sha1-array.h" #include "connected.h" |