Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-cherry-pick: Add --replay and --no-commit.
[gitweb.git]
/
git-bisect.sh
diff --git
a/git-bisect.sh
b/git-bisect.sh
index 68838f3fad1d22ab4f14977434e9ce73365fb304..05dae8ad13fc7b3a0aa694d038e12845146a0a27 100755
(executable)
--- a/
git-bisect.sh
+++ b/
git-bisect.sh
@@
-67,7
+67,7
@@
bisect_start() {
rm -rf "$GIT_DIR/refs/bisect/"
mkdir "$GIT_DIR/refs/bisect"
{
-
echo -n
"git-bisect start"
+
printf
"git-bisect start"
sq "$@"
} >"$GIT_DIR/BISECT_LOG"
sq "$@" >"$GIT_DIR/BISECT_NAMES"