From: Gabriel Souza Franco Date: Sat, 5 Mar 2016 01:11:38 +0000 (-0300) Subject: fetch-pack: update the documentation for "..." arguments X-Git-Tag: v2.8.2~18^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/754ecb1ce5247c7a3dde8186473c6eb7107e6db0?ds=inline;hp=--cc fetch-pack: update the documentation for "..." arguments When we started allowing an exact object name to be fetched from the command line, we forgot to update the documentation. Signed-off-by: Gabriel Souza Franco -- Documentation/git-fetch-pack.txt | 4 ++++ 1 file changed, 4 insertions(+) Signed-off-by: Junio C Hamano --- 754ecb1ce5247c7a3dde8186473c6eb7107e6db0 diff --git a/Documentation/git-fetch-pack.txt b/Documentation/git-fetch-pack.txt index 8680f45f8d..239623cc24 100644 --- a/Documentation/git-fetch-pack.txt +++ b/Documentation/git-fetch-pack.txt @@ -104,6 +104,10 @@ be in a separate packet, and the list must end with a flush packet. The remote heads to update from. This is relative to $GIT_DIR (e.g. "HEAD", "refs/heads/master"). When unspecified, update from all heads the remote side has. ++ +If the remote has enabled the options `uploadpack.allowTipSHA1InWant` or +`uploadpack.allowReachableSHA1InWant`, they may alternatively be 40-hex +sha1s present on the remote. SEE ALSO --------