On Wed, May 29, 2013 at 12:31 AM, Johannes Sixt wrote:
> Am 5/29/2013 8:39, schrieb Martin von Zweigbergk:
>> +test_run_rebase () {
>> + result=$1
>> + shift
>> + test_expect_$result "rebase $* --onto --root with merge-base does not
>> go to root" "
>> + reset_rebase &&
>>
Am 5/29/2013 8:39, schrieb Martin von Zweigbergk:
> +test_run_rebase () {
> + result=$1
> + shift
> + test_expect_$result "rebase $* --onto --root with merge-base does not
> go to root" "
> + reset_rebase &&
> + git rebase $* --onto m --root g &&
> +
---
t/t3420-rebase-topology-linear.sh | 129 ++
1 file changed, 129 insertions(+)
diff --git a/t/t3420-rebase-topology-linear.sh
b/t/t3420-rebase-topology-linear.sh
index 40fe264..2429aa8 100755
--- a/t/t3420-rebase-topology-linear.sh
+++ b/t/t3420-rebase-topo
3 matches
Mail list logo