git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8f6aed7
)
rebase --rebase-merges: add test for --keep-empty
author
Phillip Wood
<redacted>
Wed, 25 Apr 2018 12:29:14 +0000
(14:29 +0200)
committer
Junio C Hamano
<redacted>
Thu, 26 Apr 2018 03:28:43 +0000
(12:28 +0900)
If there are empty commits on the left hand side of $upstream...HEAD
then the empty commits on the right hand side that we want to keep are
being pruned.
Signed-off-by: Phillip Wood <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t3421-rebase-topology-linear.sh
patch
|
blob
|
history
diff --git
a/t/t3421-rebase-topology-linear.sh
b/t/t3421-rebase-topology-linear.sh
index b078f930462d7187546376c9fe2331b3e0303773..e7438ad06acedee06ced9995a47e454a2eef3e2e 100755
(executable)
--- a/
t/t3421-rebase-topology-linear.sh
+++ b/
t/t3421-rebase-topology-linear.sh
@@
-217,6
+217,7
@@
test_run_rebase success ''
test_run_rebase success -m
test_run_rebase success -i
test_run_rebase failure -p
+test_run_rebase success --rebase-merges
# m
# /
git clone https://git.99rst.org/PROJECT