summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4078065)
raw | patch | inline | side by side (parent: 4078065)
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Tue, 14 Sep 2010 12:12:51 +0000 (12:12 +0000) | ||
committer | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Sat, 30 Oct 2010 07:58:25 +0000 (07:58 +0000) |
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
git-bisect.sh | patch | blob | history |
diff --git a/git-bisect.sh b/git-bisect.sh
index d0d95f6eb7c9bed083f6f05549eaf8922c2ed2d6..1274f112e52c76cf747fe1eb021d3953f8773561 100755 (executable)
--- a/git-bisect.sh
+++ b/git-bisect.sh
bisect_reset() {
test -s "$GIT_DIR/BISECT_START" || {
- echo "We are not bisecting."
+ gettext "We are not bisecting."; echo
return
}
case "$#" in
fi
if sane_grep "is the first bad commit" "$GIT_DIR/BISECT_RUN" > /dev/null; then
- echo "bisect run success"
+ gettext "bisect run success"; echo
exit 0;
fi