@ -4,6 +4,11 @@ test_description='pulling into void'
@@ -4,6 +4,11 @@ test_description='pulling into void'
. ./test-lib.sh
modify () {
sed -e "$1" <"$2" >"$2.x" &&
mv "$2.x" "$2"
}
D=`pwd`
test_expect_success setup '
@ -160,4 +165,61 @@ test_expect_success 'pull --rebase works on branch yet to be born' '
@@ -160,4 +165,61 @@ test_expect_success 'pull --rebase works on branch yet to be born' '
test_cmp expect actual
'
test_expect_success 'setup for detecting upstreamed changes' '