summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLuke Diamand <luke@diamand.org>2018-06-08 20:32:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-06-12 21:46:08 (GMT)
commit3b3477ea5ae0a443ecceaf588c41cbc937066260 (patch)
tree66181c0905b089532435b72af13d0f125a81ec98 /Documentation
parentf55b87c1c748cdec7ce1631e6296e3edfd7cfc7d (diff)
downloadgit-3b3477ea5ae0a443ecceaf588c41cbc937066260.zip
git-3b3477ea5ae0a443ecceaf588c41cbc937066260.tar.gz
git-3b3477ea5ae0a443ecceaf588c41cbc937066260.tar.bz2
git-p4: disable-rebase: allow setting this via configuration
This just lets you set the --disable-rebase option with the git configuration options git-p4.disableRebase. If you're using this option, you probably want to set it all the time for a given repo. Signed-off-by: Luke Diamand <luke@diamand.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-p4.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-p4.txt b/Documentation/git-p4.txt
index 88d109d..699fcc8 100644
--- a/Documentation/git-p4.txt
+++ b/Documentation/git-p4.txt
@@ -342,7 +342,7 @@ These options can be used to modify 'git p4 submit' behavior.
--disable-rebase::
Disable the automatic rebase after all commits have been successfully
- submitted.
+ submitted. Can also be set with git-p4.disableRebase.
Rebase options
~~~~~~~~~~~~~~
@@ -658,6 +658,9 @@ git-p4.conflict::
Specify submit behavior when a conflict with p4 is found, as per
--conflict. The default behavior is 'ask'.
+git-p4.disableRebase::
+ Do not rebase the tree against p4/master following a submit.
+
IMPLEMENTATION DETAILS
----------------------
* Changesets from p4 are imported using Git fast-import.