summaryrefslogtreecommitdiff
path: root/Documentation/git-bisect.txt
Commit message (Expand)AuthorAgeFilesLines
* Documentation: AsciiDoc spells em-dash as double-dashes, not triplejc/em-dash-in-docJunio C Hamano2015-10-221-1/+1
* Documentation: use "command-line" when used as a compound adjective, and fix ...jj/command-line-somethingjj/command-line-adjectiveJason St. John2014-05-211-1/+1
* Merge branch 'mg/bisect-doc'Junio C Hamano2013-02-141-1/+6
|\
| * git-bisect.txt: clarify that reset quits bisectMichael J Gruber2013-02-111-1/+6
* | Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann2013-02-011-2/+2
|/
* bisect: add support for bisecting bare repositoriesJon Seymour2011-08-091-0/+2
* bisect: add documentation for --no-checkout option.Jon Seymour2011-08-041-1/+31
* Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk2011-07-061-0/+1
* Merge branch 'mg/doc-bisect-tweak-worktree'Junio C Hamano2011-03-221-23/+38
|\
| * git-bisect.txt: example for bisecting with hot-fixMichael J Gruber2011-03-151-0/+33
| * git-bisect.txt: streamline run presentationMichael J Gruber2011-03-151-26/+8
* | Merge branch 'maint'Junio C Hamano2011-03-191-1/+6
|\ \
| * | bisect: explain the rationale behind 125Junio C Hamano2011-03-191-1/+6
| |/
* | doc: drop author/documentation sections from most pagesJeff King2011-03-111-8/+0
|/
* Documentation: add "Fighting regressions with git bisect" articleChristian Couder2009-11-081-0/+5
* bisect reset: Allow resetting to any commit, not just a branchAnders Kaseorg2009-10-131-6/+17
* Documentation: remove warning saying that "git bisect skip" may slow bisectionChristian Couder2009-06-131-3/+2
* Merge branch 'dm/maint-docco'Junio C Hamano2009-03-261-11/+11
|\
| * Documentation: Remove spurious uses of "you" in git-bisect.txt.David J. Mellor2009-03-251-3/+3
| * Documentation: remove some uses of the passive voice in git-bisect.txtDavid J. Mellor2009-03-221-11/+11
* | Merge branch 'dm/maint-docco'Junio C Hamano2009-03-211-83/+88
|\ \ | |/
| * Documentation: reword example text in git-bisect.txt.David J. Mellor2009-03-201-20/+24
| * Documentation: reworded the "Description" section of git-bisect.txt.David J. Mellor2009-03-191-8/+9
| * Documentation: reword the "Description" section of git-bisect.txt.David J. Mellor2009-03-171-77/+77
* | Documentation - More examples for git bisectJohn Tapsell2009-03-051-1/+17
|/
* Documentation: describe how to "bisect skip" a range of commitsChristian Couder2008-12-021-1/+20
* Documentation: bisect: change a few instances of "git-cmd" to "git cmd"Christian Couder2008-11-091-3/+3
* manpages: italicize gitk's name (where it was in teletype font)Jonathan Nieder2008-07-051-1/+1
* manpages: italicize git command names (which were in teletype font)Jonathan Nieder2008-07-051-3/+3
* Documentation: more "git-" versus "git " changesJonathan Nieder2008-07-051-2/+2
* Documentation formatting and cleanupJonathan Nieder2008-07-011-4/+4
* Documentation: be consistent about "git-" versus "git "Jonathan Nieder2008-07-011-1/+1
* documentation: bisect: remove bits talking about a bisection branchChristian Couder2008-06-141-4/+3
* documentation: move git(7) to git(1)Christian Couder2008-06-061-1/+1
* Merge branch 'gp/bisect-fix'Junio C Hamano2008-05-121-1/+1
|\
| * git-bisect.sh: don't accidentally override existing branch "bisect"Gerrit Pape2008-05-051-1/+1
* | Documentation: bisect: add a few "git bisect run" examplesChristian Couder2008-05-081-0/+49
* | bisect: add "git bisect help" subcommand to get a long usage stringChristian Couder2008-04-111-0/+7
|/
* Documentation: rename gitlink macro to linkgitDan McGee2008-01-061-1/+1
* git-bisect visualize: work in non-windowed environments betterJunio C Hamano2007-12-081-1/+10
* Bisect run: "skip" current commit if script exit code is 125.Christian Couder2007-10-261-3/+7
* Bisect: add "bisect skip" to the documentation.Christian Couder2007-10-261-2/+17
* War on whitespaceJunio C Hamano2007-06-071-2/+1
* Documentation: bisect: "start" accepts one bad and many good commitsChristian Couder2007-04-051-4/+15
* Documentation: bisect: make a comment fit better in the man page.Christian Couder2007-03-231-3/+3
* Documentation: bisect: add some titles to some paragraphs.Christian Couder2007-03-231-0/+21
* Documentation: bisect: reformat more paragraphs.Christian Couder2007-03-231-34/+39
* Documentation: bisect: reword one paragraph.Christian Couder2007-03-231-3/+3
* Documentation: bisect: reformat some paragraphs.Christian Couder2007-03-231-6/+6
* Bisect: implement "git bisect run <cmd>..." to automatically bisect.Christian Couder2007-03-231-0/+30