diff options
author | J. Bruce Fields <bfields@fieldses.org> | 2006-02-05 18:29:49 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-06 21:14:56 -0800 |
commit | 85a97d4e10c1ac4b87e856e2efe7bcd53d6868c3 (patch) | |
tree | fb740671a4739b1e0d339512d51f32bb32f44c98 /Documentation/pull-fetch-param.txt | |
parent | 3598a308086d4a41cab1e941df7763f2004e53c5 (diff) | |
download | git-85a97d4e10c1ac4b87e856e2efe7bcd53d6868c3.tar.gz git-85a97d4e10c1ac4b87e856e2efe7bcd53d6868c3.tar.xz |
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/pull-fetch-param.txt')
-rw-r--r-- | Documentation/pull-fetch-param.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/pull-fetch-param.txt b/Documentation/pull-fetch-param.txt index 9011ffbea..e852f41a3 100644 --- a/Documentation/pull-fetch-param.txt +++ b/Documentation/pull-fetch-param.txt @@ -1,7 +1,6 @@ <repository>:: The "remote" repository that is the source of a fetch - or pull operation. -include::urls.txt[] + or pull operation. See the section <<URLS,GIT URLS>> below. <refspec>:: The canonical format of a <refspec> parameter is |