Hi,
On Mon, Aug 08, 2011 at 09:17:02PM +0200, Fredrik Gustafsson wrote:
quoted hunk ↗ jump to hunk
diff --git a/t/t7406-submodule-update.sh b/t/t7406-submodule-update.sh
index c679f36..1ae6b4e 100755
--- a/t/t7406-submodule-update.sh
+++ b/t/t7406-submodule-update.sh
@@ -408,6 +408,7 @@ test_expect_success 'submodule update exit immediately in case of merge conflict
test_cmp expect actual
)
'
+
There is a whitespace error here which we seem to have overlooked. Junio
could you remove that?
test_expect_success 'submodule update exit immediately after recursive rebase error' '
(cd super &&
git checkout master &&
Cheers Heiko