aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-05-08 20:50:03 -0700
committerJunio C Hamano <gitster@pobox.com>2008-05-08 20:50:03 -0700
commit1f8115b113def8ee03701aa87b26c5e8b7c94434 (patch)
tree3cfa19b2c6ce648c8f09b63c60e70828dd7cb208 /Documentation/config.txt
parentca1c9913f8ac0ccaf976d44822076e1bba5bcd94 (diff)
parent32a27b56662b1c7aa13f98c95f170ba5290c7559 (diff)
downloadgit-1f8115b113def8ee03701aa87b26c5e8b7c94434.tar.gz
git-1f8115b113def8ee03701aa87b26c5e8b7c94434.tar.xz
Merge branch 'maint'
* maint: Documentation/config.txt: Mention branch.<name>.rebase applies to "git pull" doc: clarify definition of "update" for git-add -u
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index a102729fa..a6fc5a2cf 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -426,7 +426,8 @@ branch.<name>.mergeoptions::
branch.<name>.rebase::
When true, rebase the branch <name> on top of the fetched branch,
- instead of merging the default branch from the default remote.
+ instead of merging the default branch from the default remote when
+ "git pull" is run.
*NOTE*: this is a possibly dangerous operation; do *not* use
it unless you understand the implications (see linkgit:git-rebase[1]
for details).