summaryrefslogtreecommitdiff
path: root/git-bisect.sh
AgeCommit message (Expand)AuthorFilesLines
2010-10-13bisect: improve error message of 'bisect log' while not bisectingLibravatar SZEDER Gábor1-1/+5
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Libravatar Junio C Hamano1-2/+2
2009-11-23Protect scripted Porcelains from GREP_OPTIONS insanityLibravatar Junio C Hamano1-2/+2
2009-11-22bisect: simplify calling visualizer using '--bisect' optionLibravatar Christian Couder1-2/+1
2009-10-13bisect reset: Allow resetting to any commit, not just a branchLibravatar Anders Kaseorg1-4/+4
2009-08-26git-bisect: call the found commit "*the* first bad commit"Libravatar Nanako Shiraishi1-1/+1
2009-05-10bisect: make "git bisect" use new "--next-all" bisect-helper functionLibravatar Christian Couder1-125/+2
2009-05-10bisect: use "git rev-parse --sq-quote" instead of a custom "sq" functionLibravatar Christian Couder1-13/+3
2009-05-10bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"Libravatar Christian Couder1-30/+9
2009-04-12Merge branch 'cc/bisect-filter'Libravatar Junio C Hamano1-86/+8
2009-04-05bisect--helper: string output variables together with "&&"Libravatar Christian Couder1-14/+1
2009-04-05bisect: use "bisect--helper" and remove "filter_skipped" functionLibravatar Christian Couder1-77/+12
2009-04-05bisect: improve error message when branch checkout failsLibravatar Christian Couder1-3/+3
2009-03-04rev-list: estimate number of bisection step leftLibravatar Christian Couder1-1/+1
2009-02-27Merge branch 'cc/maint-1.6.0-bisect-fix'Libravatar Junio C Hamano1-1/+7
2009-02-27bisect: fix another instance of eval'ed stringLibravatar Christian Couder1-1/+7
2009-02-27Merge branch 'cc/maint-1.6.0-bisect-fix'Libravatar Junio C Hamano1-35/+41
2009-02-27bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedLibravatar Christian Couder1-35/+41
2009-01-03bisect view: call gitk if Cygwin's SESSIONNAME variable is setLibravatar Johannes Schindelin1-1/+1
2008-12-02Documentation: describe how to "bisect skip" a range of commitsLibravatar Christian Couder1-1/+1
2008-12-02bisect: fix "git bisect skip <commit>" and add tests casesLibravatar Christian Couder1-2/+2
2008-11-25bisect: teach "skip" to accept special arguments like "A..B"Libravatar Christian Couder1-1/+18
2008-11-09bisect: fix missing "exit"Libravatar Christian Couder1-1/+1
2008-09-05bisect: remove "checkout_done" variable used when checking merge basesLibravatar Christian Couder1-5/+27
2008-08-27bisect: only check merge bases when neededLibravatar Christian Couder1-14/+34
2008-08-27bisect: test merge base if good rev is not an ancestor of bad revLibravatar Christian Couder1-25/+102
2008-08-11Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2008-08-11git-bisect: fix wrong usage of read(1)Libravatar Francis Moreau1-1/+2
2008-07-11git-bisect: use dash-less form on git bisect logLibravatar Miklos Vajna1-4/+8
2008-05-28bisect: use "$GIT_DIR/BISECT_START" to check if we are bisectingLibravatar Christian Couder1-16/+13
2008-05-22bisect: use a detached HEAD to bisectLibravatar Christian Couder1-28/+26
2008-05-22bisect: trap critical errors in "bisect_start"Libravatar Christian Couder1-6/+24
2008-05-22bisect: fix left over "BISECT_START" file when starting with junk revLibravatar Christian Couder1-9/+7
2008-05-12Merge branch 'gp/bisect-fix'Libravatar Junio C Hamano1-9/+29
2008-05-08bisect: print an error message when "git rev-list --bisect-vars" failsLibravatar Christian Couder1-2/+17
2008-05-05git-bisect.sh: don't accidentally override existing branch "bisect"Libravatar Gerrit Pape1-7/+12
2008-04-16Merge branch 'maint'Libravatar Junio C Hamano1-5/+11
2008-04-16Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano1-5/+11
2008-04-16git-bisect: make "start", "good" and "skip" succeed or fail atomicallyLibravatar Christian Couder1-4/+10
2008-04-15bisect: squelch "fatal: ref HEAD not a symref" misleading messageLibravatar Christian Couder1-1/+1
2008-04-12Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2008-04-12Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano1-2/+2
2008-04-12bisect: report bad rev betterLibravatar Christian Couder1-2/+2
2008-04-11Merge branch 'maint'Libravatar Junio C Hamano1-9/+5
2008-04-11Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano1-9/+5
2008-04-11bisect: fix bad rev checking in "git bisect good"Libravatar Christian Couder1-9/+5
2008-04-11bisect: add "git bisect help" subcommand to get a long usage stringLibravatar Christian Couder1-3/+9
2008-03-12tr portability fixesLibravatar Jeff King1-2/+2
2008-02-27Eliminate confusing "won't bisect on seeked tree" failureLibravatar Carl Worth1-5/+9
2008-02-24Eliminate confusing "won't bisect on seeked tree" failureLibravatar Carl Worth1-5/+9