Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlban Gruin <alban.gruin@gmail.com>2018-05-28 15:34:19 +0300
committerJunio C Hamano <gitster@pobox.com>2018-06-01 03:34:48 +0300
commitc42abfe785729587643dec5e7bba414dc3943817 (patch)
treef6cdacbd96b39412a7c649a2a89d678789950d7c /.gitignore
parent8fa6eea0ffd271f0564048dc939987e9640efca5 (diff)
rebase: introduce a dedicated backend for --preserve-merges
This duplicates git-rebase--interactive.sh to git-rebase--preserve-merges.sh. This is done to split -p from -i. No modifications are made to this file here, but any code that is not used by -p will be stripped in the next commit. Signed-off-by: Alban Gruin <alban.gruin@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 833ef3b0b7..ef4925485b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -117,6 +117,7 @@
/git-rebase--helper
/git-rebase--interactive
/git-rebase--merge
+/git-rebase--preserve-merges
/git-receive-pack
/git-reflog
/git-remote