diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-22 12:30:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-22 12:30:37 +0200 |
commit | a4c37eb97ba554c1324f19a717c016955a2d1f24 (patch) | |
tree | 1b0d3bb2ba434068afe701e42ffc6a57dfc9319f /using-git.texinfo | |
parent | move on bisection script return codes (diff) | |
download | using-git-a4c37eb97ba554c1324f19a717c016955a2d1f24.tar.gz using-git-a4c37eb97ba554c1324f19a717c016955a2d1f24.tar.bz2 using-git-a4c37eb97ba554c1324f19a717c016955a2d1f24.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 69b1f49..2a5594c 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1061,7 +1061,7 @@ The test script should exit with 0, if and only if the commit is good, 125 to skip the commit, and anything else between 1 and 127, inclusively, if the commmit is bad. -Other values (128–255) are will abort the +Other values (128–255) will abort the bisection. |