]> git.ipfire.org Git - thirdparty/git.git/commit
(various): document from_promisor parameter
authorJonathan Tan <jonathantanmy@google.com>
Mon, 17 Aug 2020 19:48:18 +0000 (12:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Aug 2020 00:30:08 +0000 (17:30 -0700)
commit42d418df909e8628412ee16167c63dad005cc875
tree7289dff5ba15ea4e83a9fccfff1a62fb089acf1f
parent878e727637ec5815ccb3301eb994a54df95b21b8
(various): document from_promisor parameter

88e2f9ed8e ("introduce fetch-object: fetch one promisor object",
2017-12-05) plumbed through the from_promisor parameter but did
not document it everywhere it appeared. Add the documentation.

(It also plumbed through the no_dependents parameter, but I have left
that alone because it is being removed in a commit under review [1].)

[1] https://lore.kernel.org/git/e8f16d69089a5011c355d5939c56fa53b7a1eb2d.1597184949.git.jonathantanmy@google.com/

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fetch-pack.h
remote-curl.c
transport.h