summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2019-05-14 11:22:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-05-15 01:57:32 (GMT)
commit082ef75b7bfc90ac236afbb857a9552a026832b8 (patch)
tree9d98be566e0a0651332e2b5789de13eb68df36a7 /.gitignore
parentc3c003e722317eacd2adf98d1758d7991cb9834f (diff)
downloadgit-082ef75b7bfc90ac236afbb857a9552a026832b8.zip
git-082ef75b7bfc90ac236afbb857a9552a026832b8.tar.gz
git-082ef75b7bfc90ac236afbb857a9552a026832b8.tar.bz2
rebase: fold git-rebase--common into the -p backend
The only remaining scripted part of `git rebase` is the `--preserve-merges` backend. Meaning: there is little reason to keep the "library of common rebase functions" as a separate file. While moving the functions to `git-rebase--preserve-merges.sh`, we also drop the `move_to_original_branch` function that is no longer used. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index bcee4fd..4470d7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -122,7 +122,6 @@
/git-range-diff
/git-read-tree
/git-rebase
-/git-rebase--common
/git-rebase--preserve-merges
/git-receive-pack
/git-reflog