index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git-bisect.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-21
bisect: visualize with git-log if gitk is unavailable
Jeff King
1
-4
/
+6
2010-10-13
bisect: check for mandatory argument of 'bisect replay'
SZEDER Gábor
1
-0
/
+1
2010-10-13
bisect: improve error msg of 'bisect reset' when original HEAD is deleted
SZEDER Gábor
1
-1
/
+6
2010-10-13
bisect: improve error message of 'bisect log' while not bisecting
SZEDER Gábor
1
-1
/
+5
2009-11-25
Merge branch 'rs/work-around-grep-opt-insanity'
Junio C Hamano
1
-2
/
+2
2009-11-23
Protect scripted Porcelains from GREP_OPTIONS insanity
Junio C Hamano
1
-2
/
+2
2009-11-22
bisect: simplify calling visualizer using '--bisect' option
Christian Couder
1
-2
/
+1
2009-10-13
bisect reset: Allow resetting to any commit, not just a branch
Anders Kaseorg
1
-4
/
+4
2009-08-26
git-bisect: call the found commit "*the* first bad commit"
Nanako Shiraishi
1
-1
/
+1
2009-05-10
bisect: make "git bisect" use new "--next-all" bisect-helper function
Christian Couder
1
-125
/
+2
2009-05-10
bisect: use "git rev-parse --sq-quote" instead of a custom "sq" function
Christian Couder
1
-13
/
+3
2009-05-10
bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"
Christian Couder
1
-30
/
+9
2009-04-12
Merge branch 'cc/bisect-filter'
Junio C Hamano
1
-86
/
+8
2009-04-05
bisect--helper: string output variables together with "&&"
Christian Couder
1
-14
/
+1
2009-04-05
bisect: use "bisect--helper" and remove "filter_skipped" function
Christian Couder
1
-77
/
+12
2009-04-05
bisect: improve error message when branch checkout fails
Christian Couder
1
-3
/
+3
2009-03-04
rev-list: estimate number of bisection step left
Christian Couder
1
-1
/
+1
2009-02-27
Merge branch 'cc/maint-1.6.0-bisect-fix'
Junio C Hamano
1
-1
/
+7
2009-02-27
bisect: fix another instance of eval'ed string
Christian Couder
1
-1
/
+7
2009-02-27
Merge branch 'cc/maint-1.6.0-bisect-fix'
Junio C Hamano
1
-35
/
+41
2009-02-27
bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped
Christian Couder
1
-35
/
+41
2009-01-03
bisect view: call gitk if Cygwin's SESSIONNAME variable is set
Johannes Schindelin
1
-1
/
+1
2008-12-02
Documentation: describe how to "bisect skip" a range of commits
Christian Couder
1
-1
/
+1
2008-12-02
bisect: fix "git bisect skip <commit>" and add tests cases
Christian Couder
1
-2
/
+2
2008-11-25
bisect: teach "skip" to accept special arguments like "A..B"
Christian Couder
1
-1
/
+18
2008-11-09
bisect: fix missing "exit"
Christian Couder
1
-1
/
+1
2008-09-05
bisect: remove "checkout_done" variable used when checking merge bases
Christian Couder
1
-5
/
+27
2008-08-27
bisect: only check merge bases when needed
Christian Couder
1
-14
/
+34
2008-08-27
bisect: test merge base if good rev is not an ancestor of bad rev
Christian Couder
1
-25
/
+102
2008-08-11
Merge branch 'maint'
Junio C Hamano
1
-1
/
+2
2008-08-11
git-bisect: fix wrong usage of read(1)
Francis Moreau
1
-1
/
+2
2008-07-11
git-bisect: use dash-less form on git bisect log
Miklos Vajna
1
-4
/
+8
2008-05-28
bisect: use "$GIT_DIR/BISECT_START" to check if we are bisecting
Christian Couder
1
-16
/
+13
2008-05-22
bisect: use a detached HEAD to bisect
Christian Couder
1
-28
/
+26
2008-05-22
bisect: trap critical errors in "bisect_start"
Christian Couder
1
-6
/
+24
2008-05-22
bisect: fix left over "BISECT_START" file when starting with junk rev
Christian Couder
1
-9
/
+7
2008-05-12
Merge branch 'gp/bisect-fix'
Junio C Hamano
1
-9
/
+29
2008-05-08
bisect: print an error message when "git rev-list --bisect-vars" fails
Christian Couder
1
-2
/
+17
2008-05-05
git-bisect.sh: don't accidentally override existing branch "bisect"
Gerrit Pape
1
-7
/
+12
2008-04-16
Merge branch 'maint'
Junio C Hamano
1
-5
/
+11
2008-04-16
Merge branch 'maint-1.5.4' into maint
Junio C Hamano
1
-5
/
+11
2008-04-16
git-bisect: make "start", "good" and "skip" succeed or fail atomically
Christian Couder
1
-4
/
+10
2008-04-15
bisect: squelch "fatal: ref HEAD not a symref" misleading message
Christian Couder
1
-1
/
+1
2008-04-12
Merge branch 'maint'
Junio C Hamano
1
-2
/
+2
2008-04-12
Merge branch 'maint-1.5.4' into maint
Junio C Hamano
1
-2
/
+2
2008-04-12
bisect: report bad rev better
Christian Couder
1
-2
/
+2
2008-04-11
Merge branch 'maint'
Junio C Hamano
1
-9
/
+5
2008-04-11
Merge branch 'maint-1.5.4' into maint
Junio C Hamano
1
-9
/
+5
2008-04-11
bisect: fix bad rev checking in "git bisect good"
Christian Couder
1
-9
/
+5
2008-04-11
bisect: add "git bisect help" subcommand to get a long usage string
Christian Couder
1
-3
/
+9
[next]