Christian Couder [off-list ref] writes:
quoted hunk
diff --git a/t/t1503-rev-parse-verify.sh b/t/t1503-rev-parse-verify.sh
new file mode 100755
index 0000000..a0d14cb
--- /dev/null
+++ b/t/t1503-rev-parse-verify.sh
@@ -0,0 +1,114 @@
+#!/bin/sh
+#
+# Copyright (c) 2008 Christian Couder
+#
+test_description='test git rev-parse --verify'
+
+exec </dev/null
+. ./test-lib.sh
Who gets stuck by attempting to read from the stdin? I am wondering if
that belongs to "test-lib.sh"...