diff options
author | Nikolai Weibull <mailing-lists.git@rawuncut.elitemail.org> | 2005-12-09 00:28:05 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-08 15:50:15 -0800 |
commit | 5dd7342142f209b209e95b6a87c366d5205acd6a (patch) | |
tree | 364d922c23af28998c5a05b04a586428c662970f /Documentation | |
parent | 31f232819f602d6df484837bbe4e021c5efd3586 (diff) | |
download | git-5dd7342142f209b209e95b6a87c366d5205acd6a.tar.gz git-5dd7342142f209b209e95b6a87c366d5205acd6a.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-http-fetch.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-http-fetch.txt b/Documentation/git-http-fetch.txt index 088624f6c..1116e855d 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:: |