Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-commit: fix coding style.
[gitweb.git]
/
git-bisect.sh
diff --git
a/git-bisect.sh
b/git-bisect.sh
index 03df1433ef12014584f23f16e65124c219c2f466..06a8d26945a679b06438308ceb96c69cd76c43db 100755
(executable)
--- a/
git-bisect.sh
+++ b/
git-bisect.sh
@@
-13,7
+13,7
@@
git bisect log show bisect log.'
. git-sh-setup
sq() {
-
perl
-e '
+
@@PERL@@
-e '
for (@ARGV) {
s/'\''/'\'\\\\\'\''/g;
print " '\''$_'\''";