Thread (29 messages) flat view 29 messages, 4 authors, 2016-06-15

Re: [PATCH v2 02/14] submodules: Add the lib-submodule-update.sh test library

From: Junio C Hamano <hidden>
Date: 2016-06-15 23:01:44

Jens Lehmann [off-list ref] writes:
+		rm -rf sub1 &&
+		git checkout -f "$1" &&
+		git status -u -s >actual &&
+		test_must_be_empty actual &&
+		sha1=$(git rev-parse HEAD:sub1 || true) &&
	$ xx=; xx=$(git rev-parse HEAD:no-such-path || true) ; echo $? ; echo "<$xx>"
        fatal: Path 'no-such-path' does not exist in 'HEAD'
        0
        <HEAD:no-such-path>

Perhaps you want --verify (or --revs-only) there, i.e.

	sha1=$(git rev-parse --verify HEAD:sub1 || :) &&

or

	sha1=$(git rev-parse --revs-only HEAD:sub1) &&
+		if test -n "$sha1" &&
...
+	sha1=$(git rev-parse "$commit:$submodule") &&
And here too.
+	if test -z "$sha1"
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help