summaryrefslogtreecommitdiffstats
path: root/Documentation/git-http-fetch.txt
diff options
context:
space:
mode:
authorJonas Fonseca <fonseca@diku.dk>2005-12-31 18:37:15 +0100
committerJunio C Hamano <junkio@cox.net>2006-01-06 03:44:28 +0100
commit353ce81597e831969ac37d6991346f8c39c1488e (patch)
tree7b925733c5a09e7b4e3bfa2d20926583d926f2b7 /Documentation/git-http-fetch.txt
parentuse GIT_DIR instead of /var/tmp (diff)
downloadgit-353ce81597e831969ac37d6991346f8c39c1488e.tar.xz
git-353ce81597e831969ac37d6991346f8c39c1488e.zip
Wrap synopsis lines and use [verse] to keep formatting
In addition, also fixes a few synopses to be more consistent and a gitlink. Signed-off-by: Jonas Fonseca <fonseca@diku.dk> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-http-fetch.txt')
-rw-r--r--Documentation/git-http-fetch.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-http-fetch.txt b/Documentation/git-http-fetch.txt
index 1116e855d6..bc1a132891 100644
--- a/Documentation/git-http-fetch.txt
+++ b/Documentation/git-http-fetch.txt
@@ -3,12 +3,12 @@ git-http-fetch(1)
NAME
----
-git-http-fetch - Downloads a remote git repository via HTTP
+git-http-fetch - downloads a remote git repository via HTTP
SYNOPSIS
--------
-'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
+'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] <commit> <url>
DESCRIPTION
-----------