summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolai Weibull <mailing-lists.git@rawuncut.elitemail.org>2005-12-08 23:28:05 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-12-08 23:50:15 (GMT)
commit5dd7342142f209b209e95b6a87c366d5205acd6a (patch)
tree364d922c23af28998c5a05b04a586428c662970f
parent31f232819f602d6df484837bbe4e021c5efd3586 (diff)
downloadgit-5dd7342142f209b209e95b6a87c366d5205acd6a.zip
git-5dd7342142f209b209e95b6a87c366d5205acd6a.tar.gz
git-5dd7342142f209b209e95b6a87c366d5205acd6a.tar.bz2
Documentation/git-http-fetch.txt: Document the commit-id argument.
Signed-off-by: Nikolai Weibull <nikolai@bitwi.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/git-http-fetch.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-http-fetch.txt b/Documentation/git-http-fetch.txt
index 088624f..1116e85 100644
--- a/Documentation/git-http-fetch.txt
+++ b/Documentation/git-http-fetch.txt
@@ -14,6 +14,12 @@ DESCRIPTION
-----------
Downloads a remote git repository via HTTP.
+OPTIONS
+-------
+commit-id::
+ Either the hash or the filename under [URL]/refs/ to
+ pull.
+
-c::
Get the commit objects.
-t::