aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-push.txt
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@fieldses.org>2006-02-05 18:29:49 -0500
committerJunio C Hamano <junkio@cox.net>2006-02-06 21:14:56 -0800
commit85a97d4e10c1ac4b87e856e2efe7bcd53d6868c3 (patch)
treefb740671a4739b1e0d339512d51f32bb32f44c98 /Documentation/git-push.txt
parent3598a308086d4a41cab1e941df7763f2004e53c5 (diff)
downloadgit-85a97d4e10c1ac4b87e856e2efe7bcd53d6868c3.tar.gz
Docs: move git url and remotes text to separate sections
The sections on git urls and remotes files in the git-fetch, git-pull, and git-push manpages seem long enough to be worth a manpage section of their own. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r--Documentation/git-push.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index 7e9452efe1..ce909f584b 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -24,8 +24,8 @@ documentation for gitlink:git-receive-pack[1].
OPTIONS
-------
<repository>::
- The "remote" repository that is destination of a push operation.
-include::urls.txt[]
+ The "remote" repository that is destination of a push
+ operation. See the section <<URLS,GIT URLS>> below.
<refspec>::
The canonical format of a <refspec> parameter is
@@ -65,6 +65,7 @@ Some short-cut notations are also supported.
This flag disables the check. This can cause the
remote repository to lose commits; use it with care.
+include::urls.txt[]
Author
------