David Turner <[email protected]> writes:
> Minor formatting fixes from Junio Hamano.
There is another.
By the way, "unused variable" is not a formatting fix.
git-bisect.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-bisect.sh b/git-bisect.sh
index dddcc89..2fd8ea6 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -210,7 +210,7 @@ check_expected_revs() {
}
bisect_head_exists() {
- git rev-parse --quiet --verify "BISECT_HEAD" >/dev/null
+ git rev-parse --quiet --verify "BISECT_HEAD" >/dev/null
}
bisect_skip() {
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html