diff options
| author | Junio C Hamano <junkio@cox.net> | 2007-02-05 14:03:27 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2007-02-05 14:03:27 -0800 |
| commit | 4c55068683ac2e9765ba6e112d2227e50fefae87 (patch) | |
| tree | 00541bc3a301954bca37cb15c522e737202b010a | |
| parent | 6d9ba67b0fc2f18c1d7a65514edbdcdf86429c1c (diff) | |
| download | git-4c55068683ac2e9765ba6e112d2227e50fefae87.tar.gz | |
bisect: it needs to be done in a working tree.
Signed-off-by: Junio C Hamano <junkio@cox.net>
| -rwxr-xr-x | git-bisect.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-bisect.sh b/git-bisect.sh index e8d3418988..24160ec51c 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -11,6 +11,7 @@ git bisect replay <logfile> replay bisection log git bisect log show bisect log.' . git-sh-setup +require_work_tree sq() { @@PERL@@ -e ' |
