Files
git/builtin
Jonathan Tan 3390e42adb fetch-pack: support negotiation tip whitelist
During negotiation, fetch-pack eventually reports as "have" lines all
commits reachable from all refs. Allow the user to restrict the commits
sent in this way by providing a whitelist of tips; only the tips
themselves and their ancestors will be sent.

Both globs and single objects are supported.

This feature is only supported for protocols that support connect or
stateless-connect (such as HTTP with protocol v2).

This will speed up negotiation when the repository has multiple
relatively independent branches (for example, when a repository
interacts with multiple repositories, such as with linux-next [1] and
torvalds/linux [2]), and the user knows which local branch is likely to
have commits in common with the upstream branch they are fetching.

[1] https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next/
[2] https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux/

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-07-03 15:00:41 -07:00
..
2018-05-30 14:04:05 +09:00
2018-06-01 15:06:38 +09:00
2017-10-06 10:07:18 +09:00
2018-05-30 14:04:09 +09:00
2018-06-01 15:06:38 +09:00
2018-05-30 14:04:07 +09:00
2018-05-13 10:45:05 +09:00
2018-05-30 14:04:05 +09:00
2017-10-07 16:27:55 +09:00
2018-06-01 15:06:38 +09:00
2018-05-08 15:59:16 +09:00
2018-05-30 14:04:10 +09:00
2018-05-30 14:04:05 +09:00
2018-06-01 15:06:38 +09:00
2018-06-01 15:06:37 +09:00
2018-06-01 15:06:40 +09:00
2018-06-01 15:06:38 +09:00
2018-05-23 14:38:15 +09:00
2018-06-01 15:06:38 +09:00
2018-05-30 14:04:05 +09:00
2018-06-01 15:06:38 +09:00
2018-05-30 14:04:10 +09:00
2018-05-23 14:38:13 +09:00
2018-04-16 13:52:29 +09:00
2018-05-23 14:38:17 +09:00
2018-04-10 08:25:45 +09:00
2017-12-13 11:15:14 -08:00
2018-05-30 14:04:05 +09:00
2018-03-15 12:01:08 -07:00
2018-05-23 14:38:16 +09:00
2018-05-29 17:10:05 +09:00
2018-05-30 14:04:07 +09:00
2018-05-08 15:59:16 +09:00