Skip to content

Commit

Permalink
Add 'git bisect replay/log' documentation.
Browse files Browse the repository at this point in the history
... lest I get yelled at by a very angry scm ;-).

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Sep 10, 2005
1 parent e204de2 commit b595ed1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Documentation/git-bisect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ SYNOPSIS
'git bisect' good <rev>
'git bisect' reset [<branch>]
'git bisect' visualize

'git bisect' replay <logfile>
'git bisect' log

DESCRIPTION
-----------
Expand Down Expand Up @@ -75,6 +76,15 @@ 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
log` shows what you have done so far. You can truncate its
output somewhere and save it in a file, and run

git bisect replay that-file

if you find later you made a mistake telling good/bad about a
revision.


Author
------
Expand Down

0 comments on commit b595ed1

Please sign in to comment.