Eric Sunshine [off-list ref] writes:
quoted
diff --git a/t/t1500-rev-parse.sh b/t/t1500-rev-parse.sh
@@ -6,15 +6,25 @@ test_description='test git rev-parse'
+ case "$bare" in
...
+ u*) bare="test_unconfig $dir core.bare" ;;
+ *) error "test_rev_parse: unrecognized core.bare value '$bare'"
Oops, this line lost its ;; at some point while refining the code.
quoted
+ esac
+
Strictly speaking, you do not have to have one. I'll squeeze it in
anyways.