Skip to content

Commit 153d726

Browse files
johnkeepinggitster
authored andcommitted
pull: change the description to "integrate" changes
Since git-pull learned the --rebase option it has not just been about merging changes from a remote repository (where "merge" is in the sense of "git merge"). Change the description to use "integrate" instead of "merge" in order to reflect this. Signed-off-by: John Keeping <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fc6c4e9 commit 153d726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-pull.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git-pull(1)
33

44
NAME
55
----
6-
git-pull - Fetch from and merge with another repository or a local branch
6+
git-pull - Fetch from and integrate with another repository or a local branch
77

88

99
SYNOPSIS

git-pull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Fetch one or more remote refs and merge it/them into the current HEAD.
66

77
USAGE='[-n | --no-stat] [--[no-]commit] [--[no-]squash] [--[no-]ff] [-s strategy]... [<fetch-options>] <repo> <head>...'
8-
LONG_USAGE='Fetch one or more remote refs and merge it/them into the current HEAD.'
8+
LONG_USAGE='Fetch one or more remote refs and integrate it/them with the current HEAD.'
99
SUBDIRECTORY_OK=Yes
1010
OPTIONS_SPEC=
1111
. git-sh-setup

0 commit comments

Comments
 (0)