aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-11-06 14:34:43 -0800
committerJunio C Hamano <gitster@pobox.com>2013-11-06 14:34:43 -0800
commit152a9c17a802379a3a48e025b74dedd76e2623cc (patch)
tree35adf01f3da51119a475392076d1cb290b800a00 /Documentation
parentf26f72de159d7ade2fbe8b48734ce98c1aba4d72 (diff)
parentabf03eeb8e99538cd31806d5f252214b9fe695a6 (diff)
downloadgit-152a9c17a802379a3a48e025b74dedd76e2623cc.tar.gz
git-152a9c17a802379a3a48e025b74dedd76e2623cc.tar.xz
Merge branch 'fc/trivial'
A random collection of style fixes and minor doc updates. * fc/trivial: setup: trivial style fixes run-command: trivial style fixes diff: trivial style fix revision: trivial style fixes pretty: trivial style fix describe: trivial style fixes transport-helper: trivial style fix sha1-name: trivial style cleanup branch: trivial style fix revision: add missing include doc/pull: clarify the illustrations t: replace pulls with merges merge: simplify ff-only option
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-pull.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt
index beea10b14..6083aab87 100644
--- a/Documentation/git-pull.txt
+++ b/Documentation/git-pull.txt
@@ -42,6 +42,8 @@ Assume the following history exists and the current branch is
A---B---C master on origin
/
D---E---F---G master
+ ^
+ origin/master in your repository
------------
Then "`git pull`" will fetch and replay the changes from the remote
@@ -51,7 +53,7 @@ result in a new commit along with the names of the two parent commits
and a log message from the user describing the changes.
------------
- A---B---C remotes/origin/master
+ A---B---C origin/master
/ \
D---E---F---G---H master
------------