summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-07-12 12:04:06 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-07-12 12:04:06 -0700
commit5b307e95e880b95eafd36e93251c6638c222dcf4 (patch)
tree0d511facc0fe5969d5b923dde557349997be5a19 /Documentation
parentMerge branch 'jk/maint-config-multi-order' (diff)
parentpull: change the description to "integrate" changes (diff)
downloadtgif-5b307e95e880b95eafd36e93251c6638c222dcf4.tar.xz
Merge branch 'jk/pull-to-integrate'
* jk/pull-to-integrate: pull: change the description to "integrate" changes push: avoid suggesting "merging" remote changes
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-pull.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt
index 24ab07a3f8..6ef8d599d3 100644
--- a/Documentation/git-pull.txt
+++ b/Documentation/git-pull.txt
@@ -3,7 +3,7 @@ git-pull(1)
NAME
----
-git-pull - Fetch from and merge with another repository or a local branch
+git-pull - Fetch from and integrate with another repository or a local branch
SYNOPSIS