diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-05 01:37:00 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-05 01:39:18 -0800 |
commit | fdd089793c1d694fa742da51dfbf0227d61d4c0e (patch) | |
tree | 1985e77d5440b4b7c570a2cccc1892d32c460188 /Documentation/git-pull.txt | |
parent | bccf5956c323a043e9a5d540b3c842ae6e5e5220 (diff) | |
download | git-fdd089793c1d694fa742da51dfbf0227d61d4c0e.tar.gz |
Documentation: git-fetch/pull updates.
We do not accept multiple <refspecs> on one Pull:/Push: line
right now (we could lift this tentative workaround for the
broken refnames), but we have always accepted multiple such
lines, so use that form in the examples and discussion.
Also explicitly mention that Octopus is made only with an
explicit command line request and never from Pull: lines.
Add a couple of cross references.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-pull.txt')
-rw-r--r-- | Documentation/git-pull.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt index 5a11da1f74..ec10a2f409 100644 --- a/Documentation/git-pull.txt +++ b/Documentation/git-pull.txt @@ -141,6 +141,11 @@ merge the remote `origin` head into the current, local `master` branch. +SEE ALSO +-------- +gitlink:git-fetch[1], gitlink:git-merge[1] + + Author ------ Written by Linus Torvalds <torvalds@osdl.org> |