diff options
author | Christian Meder <chris@absolutegiganten.org> | 2005-10-06 00:08:26 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-06 00:08:26 +0200 |
commit | f73ae1fc5d5308fecf0a4bdbd7312f7f5b00df55 (patch) | |
tree | aed25558519ec2fdada1fd8b7d17fdf013fa8f6d /Documentation/git-bisect.txt | |
parent | upload-pack: Do not choke on too many heads request. (diff) | |
download | git-f73ae1fc5d5308fecf0a4bdbd7312f7f5b00df55.tar.xz git-f73ae1fc5d5308fecf0a4bdbd7312f7f5b00df55.zip |
Some typos and light editing of various manpages
Typos, light editing and clarifications.
Signed-off-by: Christian Meder <chris@absolutegiganten.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-bisect.txt')
-rw-r--r-- | Documentation/git-bisect.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index ede06dac36..39fa665d9d 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -76,7 +76,7 @@ During the bisection process, you can say to see the currently remaining suspects in `gitk`. -The good/bad you told the command is logged, and `git bisect +The good/bad input is logged, and `git bisect log` shows what you have done so far. You can truncate its output somewhere and save it in a file, and run |