aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-bisect.txt
AgeCommit message (Expand)AuthorFilesLines
2024-02-12Merge branch 'jc/bisect-doc'Junio C Hamano1-4/+6
2024-02-07bisect: document command line arguments for "bisect start"Junio C Hamano1-1/+1
2024-02-07bisect: document "terms" subcommand more fullyJunio C Hamano1-3/+5
2024-01-19Merge branch 'bk/bisect-doc-fix'Junio C Hamano1-2/+2
2024-01-10doc: refer to pathspec instead of pathBritton Leo Kerin1-2/+2
2024-01-10doc: use singular form of repeatable path argBritton Leo Kerin1-1/+1
2023-12-15git-bisect.txt: BISECT_HEAD is not that specialJunio C Hamano1-1/+1
2023-10-23doc/git-bisect: clarify `git bisect run` syntaxJavier Mora1-2/+2
2023-08-04docs: update when `git bisect visualize` uses `gitk`Matthias Aßhauer1-3/+8
2020-08-28bisect: swap command-line options in documentationHugo Locurcio1-1/+1
2020-08-07bisect: introduce first-parent flagAaron Lipman1-1/+12
2019-10-29Documentation/git-bisect.txt: add --no-ff to merge commandMihail Atanassov1-1/+1
2018-04-25Merge branch 'ak/bisect-doc-typofix'Junio C Hamano1-2/+2
2018-04-07Documentation/git-bisect.txt: git bisect term → git bisect termsAnders Kaseorg1-2/+2
2017-11-13bisect: mention "view" as an alternative to "visualize"Robert P. J. Day1-7/+6
2017-04-01git-bisect.txt: add missing wordQuentin Pradet1-1/+1
2017-01-23Merge branch 'ad/bisect-terms'Junio C Hamano1-2/+2
2017-01-13Documentation/bisect: improve on (bad|new) and (good|bad)Christian Couder1-2/+2
2016-06-28doc: typeset HEAD and variants as literalMatthieu Moy1-1/+1
2016-06-08doc: more consistency in environment variables formatTom Russello1-1/+1
2015-10-29Merge branch 'jc/em-dash-in-doc'Junio C Hamano1-1/+1
2015-10-29Merge branch 'xf/user-manual-markup'Junio C Hamano1-1/+1
2015-10-22Documentation: AsciiDoc spells em-dash as double-dashes, not tripleJunio C Hamano1-1/+1
2015-10-22Documentation: match underline with the textJunio C Hamano1-1/+1
2015-08-03bisect: allow setting any user-specified in 'git bisect start'Matthieu Moy1-2/+35
2015-08-03bisect: add 'git bisect terms' to view the current termsMatthieu Moy1-0/+10
2015-08-03bisect: add the terms old/newAntoine Delaite1-2/+56
2015-06-26Documentation/bisect: revise overall contentMichael Haggerty1-54/+68
2015-06-26Documentation/bisect: move getting help section to the endMatthieu Moy1-6/+5
2014-05-21Documentation: use "command-line" when used as a compound adjective, and fix ...Jason St. John1-1/+1
2013-02-14Merge branch 'mg/bisect-doc'Junio C Hamano1-1/+6
2013-02-11git-bisect.txt: clarify that reset quits bisectMichael J Gruber1-1/+6
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-2/+2
2011-08-09bisect: add support for bisecting bare repositoriesJon Seymour1-0/+2
2011-08-04bisect: add documentation for --no-checkout option.Jon Seymour1-1/+31
2011-07-06Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk1-0/+1
2011-03-22Merge branch 'mg/doc-bisect-tweak-worktree'Junio C Hamano1-23/+38
2011-03-19Merge branch 'maint'Junio C Hamano1-1/+6
2011-03-19bisect: explain the rationale behind 125Junio C Hamano1-1/+6
2011-03-15git-bisect.txt: example for bisecting with hot-fixMichael J Gruber1-0/+33
2011-03-15git-bisect.txt: streamline run presentationMichael J Gruber1-26/+8
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-8/+0
2009-11-08Documentation: add "Fighting regressions with git bisect" articleChristian Couder1-0/+5
2009-10-13bisect reset: Allow resetting to any commit, not just a branchAnders Kaseorg1-6/+17
2009-06-13Documentation: remove warning saying that "git bisect skip" may slow bisectionChristian Couder1-3/+2
2009-03-26Merge branch 'dm/maint-docco'Junio C Hamano1-11/+11
2009-03-25Documentation: Remove spurious uses of "you" in git-bisect.txt.David J. Mellor1-3/+3
2009-03-22Documentation: remove some uses of the passive voice in git-bisect.txtDavid J. Mellor1-11/+11
2009-03-21Merge branch 'dm/maint-docco'Junio C Hamano1-83/+88
2009-03-20Documentation: reword example text in git-bisect.txt.David J. Mellor1-20/+24
2009-03-19Documentation: reworded the "Description" section of git-bisect.txt.David J. Mellor1-8/+9
2009-03-17Documentation: reword the "Description" section of git-bisect.txt.David J. Mellor1-77/+77
2009-03-05Documentation - More examples for git bisectJohn Tapsell1-1/+17
2008-12-02Documentation: describe how to "bisect skip" a range of commitsChristian Couder1-1/+20
2008-11-09Documentation: bisect: change a few instances of "git-cmd" to "git cmd"Christian Couder1-3/+3
2008-07-05manpages: italicize gitk's name (where it was in teletype font)Jonathan Nieder1-1/+1
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-3/+3
2008-07-05Documentation: more "git-" versus "git " changesJonathan Nieder1-2/+2
2008-07-01Documentation formatting and cleanupJonathan Nieder1-4/+4
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-1/+1
2008-06-14documentation: bisect: remove bits talking about a bisection branchChristian Couder1-4/+3
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-05-12Merge branch 'gp/bisect-fix'Junio C Hamano1-1/+1
2008-05-08Documentation: bisect: add a few "git bisect run" examplesChristian Couder1-0/+49
2008-05-05git-bisect.sh: don't accidentally override existing branch "bisect"Gerrit Pape1-1/+1
2008-04-11bisect: add "git bisect help" subcommand to get a long usage stringChristian Couder1-0/+7
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-1/+1
2007-12-08git-bisect visualize: work in non-windowed environments betterJunio C Hamano1-1/+10
2007-10-26Bisect run: "skip" current commit if script exit code is 125.Christian Couder1-3/+7
2007-10-26Bisect: add "bisect skip" to the documentation.Christian Couder1-2/+17
2007-06-07War on whitespaceJunio C Hamano1-2/+1
2007-04-05Documentation: bisect: "start" accepts one bad and many good commitsChristian Couder1-4/+15
2007-03-23Documentation: bisect: make a comment fit better in the man page.Christian Couder1-3/+3
2007-03-23Documentation: bisect: add some titles to some paragraphs.Christian Couder1-0/+21
2007-03-23Documentation: bisect: reformat more paragraphs.Christian Couder1-34/+39
2007-03-23Documentation: bisect: reword one paragraph.Christian Couder1-3/+3
2007-03-23Documentation: bisect: reformat some paragraphs.Christian Couder1-6/+6
2007-03-23Bisect: implement "git bisect run <cmd>..." to automatically bisect.Christian Couder1-0/+30
2007-01-18Documentation: sync git.txt command list and manual page titleJunio C Hamano1-1/+1
2005-12-05Documentation: talk about pathspec in bisect.Junio C Hamano1-15/+51
2005-12-02documentation: git-bisect (help HTML break man)Junio C Hamano1-7/+7
2005-10-05Some typos and light editing of various manpagesChristian Meder1-1/+1
2005-10-03[PATCH] Random documentation fixesJonas Fonseca1-1/+1
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-09-10Add 'git bisect replay/log' documentation.Junio C Hamano1-1/+11
2005-09-07Big tool rename.Junio C Hamano1-0/+90