Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
diff.c: split emit_line() from the first char and the rest of the line
[gitweb.git]
/
git-bisect.sh
diff --git
a/git-bisect.sh
b/git-bisect.sh
index f9a5c0bdf4382c09a978ce42b013c507c0fb1e0c..b95dbbbbb243069f5e673869b3867cfa4151aff7 100755
(executable)
--- a/
git-bisect.sh
+++ b/
git-bisect.sh
@@
-263,7
+263,13
@@
filter_skipped() {
_skip="$2"
if [ -z "$_skip" ]; then
- eval_rev_list "$_eval"
+ eval_rev_list "$_eval" | {
+ while read line
+ do
+ echo "$line &&"
+ done
+ echo ':'
+ }
return
fi