diff options
author | Gabriel Souza Franco <gabrielfrancosouza@gmail.com> | 2016-03-04 22:11:38 -0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-05 10:54:35 -0800 |
commit | 754ecb1ce5247c7a3dde8186473c6eb7107e6db0 (patch) | |
tree | d937558c4ee6c763255b3a5c1ef11c103656aae3 /Documentation/git-fetch-pack.txt | |
parent | 4a8d202c4e95472c7dc7444fd314037090cf08a1 (diff) | |
download | git-754ecb1ce5247c7a3dde8186473c6eb7107e6db0.tar.gz |
fetch-pack: update the documentation for "<refs>..." argumentsgf/fetch-pack-direct-object-fetch
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 <gabrielfrancosouza@gmail.com>
--
Documentation/git-fetch-pack.txt | 4 ++++
1 file changed, 4 insertions(+)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-fetch-pack.txt')
-rw-r--r-- | Documentation/git-fetch-pack.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 -------- |