Merge branch 'jt/fetch-nego-tip'
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Aug 2018 22:30:43 +0000 (15:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Aug 2018 22:30:43 +0000 (15:30 -0700)
"git fetch" learned a new option "--negotiation-tip" to limit the
set of commits it tells the other end as "have", to reduce wasted
bandwidth and cycles, which would be helpful when the receiving
repository has a lot of refs that have little to do with the
history at the remote it is fetching from.

* jt/fetch-nego-tip:
fetch-pack: support negotiation tip whitelist

1  2 
builtin/fetch.c
fetch-pack.c
fetch-pack.h
transport-helper.c
transport.c
transport.h
diff --cc builtin/fetch.c
Simple merge
diff --cc fetch-pack.c
Simple merge
diff --cc fetch-pack.h
Simple merge
Simple merge
diff --cc transport.c
Simple merge
diff --cc transport.h
Simple merge