aboutsummaryrefslogtreecommitdiff
path: root/git-pull.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-07-12 12:04:06 -0700
committerJunio C Hamano <gitster@pobox.com>2013-07-12 12:04:06 -0700
commit5b307e95e880b95eafd36e93251c6638c222dcf4 (patch)
tree0d511facc0fe5969d5b923dde557349997be5a19 /git-pull.sh
parente70aee5c86c508af4a92bd02b688b4aa39c58180 (diff)
parent153d7265ef1277c1c9971780ad035a530e305f78 (diff)
downloadgit-5b307e95e880b95eafd36e93251c6638c222dcf4.tar.gz
git-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 'git-pull.sh')
-rwxr-xr-xgit-pull.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-pull.sh b/git-pull.sh
index 6828e2c71..f0df41c84 100755
--- a/git-pull.sh
+++ b/git-pull.sh
@@ -5,7 +5,7 @@
# Fetch one or more remote refs and merge it/them into the current HEAD.
USAGE='[-n | --no-stat] [--[no-]commit] [--[no-]squash] [--[no-]ff] [-s strategy]... [<fetch-options>] <repo> <head>...'
-LONG_USAGE='Fetch one or more remote refs and merge it/them into the current HEAD.'
+LONG_USAGE='Fetch one or more remote refs and integrate it/them with the current HEAD.'
SUBDIRECTORY_OK=Yes
OPTIONS_SPEC=
. git-sh-setup