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/git-pull.txt | |
parent | Docs: split up pull-fetch-param.txt (diff) | |
download | tgif-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/git-pull.txt')
-rw-r--r-- | Documentation/git-pull.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt index 3a7d385225..20175f4b9a 100644 --- a/Documentation/git-pull.txt +++ b/Documentation/git-pull.txt @@ -29,8 +29,9 @@ include::fetch-options.txt[] include::pull-fetch-param.txt[] -include::merge-strategies.txt[] +include::urls.txt[] +include::merge-strategies.txt[] EXAMPLES -------- |