- 0a4cb1f Merge branch 'mr/bisect-in-c-4' by Junio C Hamano · 3 years, 6 months ago
- d1bbbe4 bisect--helper: reimplement `bisect_run` shell function in C by Tanushree Tumane · 3 years, 7 months ago
- 5e1f28d bisect--helper: reimplement `bisect_visualize()` shell function in C by Pranit Bauva · 3 years, 7 months ago
- 2963395 git-bisect: remove unused SHA-1 $x40 shell variable by Ævar Arnfjörð Bjarmason · 3 years, 7 months ago
- e4c7b33 bisect--helper: reimplement `bisect_skip` shell function in C by Pranit Bauva · 4 years, 2 months ago
- 2b1fd94 bisect--helper: reimplement `bisect_replay` shell function in C by Pranit Bauva · 4 years, 2 months ago
- 97d5ba6 bisect--helper: reimplement `bisect_log` shell function in C by Pranit Bauva · 4 years, 2 months ago
- cfdc70b Merge branch 'mr/bisect-in-c-3' by Junio C Hamano · 4 years, 5 months ago
- 27257bc bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C by Pranit Bauva · 4 years, 5 months ago
- 88ad372 bisect--helper: finish porting `bisect_start()` to C by Pranit Bauva · 4 years, 5 months ago
- f4cc68c Merge branch 'mr/bisect-in-c-2' by Junio C Hamano · 4 years, 6 months ago
- 517ecb3 bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C by Pranit Bauva · 4 years, 6 months ago
- 09535f0 bisect--helper: reimplement `bisect_autostart` shell function in C by Pranit Bauva · 4 years, 6 months ago
- da6b99c Merge branch 'hl/bisect-doc-clarify-bad-good-ordering' by Junio C Hamano · 4 years, 7 months ago
- b9ccc5e Merge branch 'al/bisect-first-parent' by Junio C Hamano · 4 years, 7 months ago
- ef4d9f8 bisect: swap command-line options in documentation by Hugo Locurcio · 4 years, 7 months ago
- 6028f5f bisect: add first-parent option to documentation by Aaron Lipman · 4 years, 7 months ago
- 47f0f94 Merge branch 'al/bisect-first-parent' by Junio C Hamano · 4 years, 7 months ago
- be5fe20 cmd_bisect__helper: defer parsing no-checkout flag by Aaron Lipman · 4 years, 8 months ago
- de966e3 bisect: treat BISECT_HEAD as a pseudo ref by Han-Wen Nienhuys · 4 years, 9 months ago
- 173cb08 bisect: avoid tailing CR characters from revision in replay by Carlo Marcelo Arenas Belón · 4 years, 10 months ago
- 6c722cb bisect: allow CRLF line endings in "git bisect replay" input by Christopher Warrington · 4 years, 11 months ago
- 06f5608 bisect--helper: `bisect_start` shell function partially in C by Pranit Bauva · 6 years ago
- 450ebb7 bisect--helper: `get_terms` & `bisect_terms` shell function in C by Pranit Bauva · 6 years ago
- 129a6cf bisect--helper: `bisect_next_check` shell function in C by Pranit Bauva · 6 years ago
- 4fbdbd5 bisect--helper: `check_and_set_terms` shell function in C by Pranit Bauva · 6 years ago
- 0f30233 bisect--helper: `bisect_write` shell function in C by Pranit Bauva · 6 years ago
- 5e82c3d bisect--helper: `bisect_reset` shell function in C by Pranit Bauva · 6 years ago
- 5066a00 Merge branch 'sb/bisect-run-empty' by Junio C Hamano · 7 years ago
- fecd2dd bisect run: die if no command is given by Stephan Beyer · 7 years ago
- dbc349b bisect: mention "view" as an alternative to "visualize" by Robert P. J. Day · 7 years ago
- b903674 bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in C by Pranit Bauva · 7 years ago
- fb71a32 bisect--helper: `bisect_clean_state` shell function in C by Pranit Bauva · 7 years ago
- ecb3f37 bisect--helper: `write_terms` shell function in C by Pranit Bauva · 7 years ago
- 4ba1e5c bisect--helper: rewrite `check_term_format` shell function in C by Pranit Bauva · 7 years ago
- f813fb4 i18n: unmark die messages for translation by Vasco Almeida · 9 years ago
- d323c6b i18n: git-sh-setup.sh: mark strings for translation by Vasco Almeida · 9 years ago
- 57984dd i18n: bisect: simplify error message for i18n by Vasco Almeida · 9 years ago
- 06e6a74 bisect: allow setting any user-specified in 'git bisect start' by Matthieu Moy · 10 years ago
- 21b55e3 bisect: add 'git bisect terms' to view the current terms by Matthieu Moy · 10 years ago
- 21e5cfd bisect: add the terms old/new by Antoine Delaite · 10 years ago
- fe67687 bisect: sanity check on terms by Matthieu Moy · 10 years ago
- 4a6ada3 bisect: don't mix option parsing and non-trivial code by Matthieu Moy · 10 years ago
- cb46d63 bisect: simplify the addition of new bisect terms by Antoine Delaite · 10 years ago
- 43f9d9f bisect: replace hardcoded "bad|good" by variables by Antoine Delaite · 10 years ago
- 9c9b4f2 standardize usage info string format by Alex Henrie · 10 years ago
- 6bc02d5 bisect: parse revs before passing them to check_expected_revs() by Christian Couder · 10 years ago
- ad5fe37 grammofix in user-facing messages by Alex Henrie · 11 years ago
- c82af12 git-bisect.sh: avoid "test <cond> -a/-o <cond>" by Elia Pinto · 11 years ago
- 305a233 git-bisect.sh: fix a few style issues by Jacopo Notarstefano · 11 years ago
- 382d20e typofixes: fix misspelt comments by Masanari Iida · 11 years ago
- 7358a67 bisect: Fix log output for multi-parent skip ranges by Torstein Hegge · 12 years ago
- f989cac bisect: Log possibly bad, skipped commits at bisection end by Torstein Hegge · 12 years ago
- a7f8b8a bisect: Store first bad commit as comment in log file by Torstein Hegge · 12 years ago
- a9af6c4 Merge branch 'js/bisect-no-checkout' by Junio C Hamano · 13 years ago
- 1acf117 bisect: fix exiting when checkout failed in bisect_start() by Christian Couder · 14 years ago
- 3145b1a bisect: take advantage of gettextln, eval_gettextln. by Jon Seymour · 14 years ago
- 24c5128 bisect: add support for bisecting bare repositories by Jon Seymour · 14 years ago
- 43b8ff4 bisect: further style nitpicks by Junio C Hamano · 14 years ago
- eef12a9 bisect: replace "; then" with "\n<tab>*then" by Jon Seymour · 14 years ago
- 6021be8 bisect: cleanup whitespace errors in git-bisect.sh. by Jon Seymour · 14 years ago
- 4796e82 bisect: introduce --no-checkout support into porcelain. by Jon Seymour · 14 years ago
- 6ba7acf bisect: use && to connect statements that are deferred with eval. by Jon Seymour · 14 years ago
- 4764f46 bisect: move argument parsing before state modification. by Jon Seymour · 14 years ago
- be508d3 i18n: git-bisect bisect_next_check "You need to" message by Ævar Arnfjörð Bjarmason · 14 years ago
- 04de099 i18n: git-bisect [Y/n] messages by Ævar Arnfjörð Bjarmason · 14 years ago
- 55a9fc8 i18n: git-bisect bisect_replay + $1 messages by Ævar Arnfjörð Bjarmason · 14 years ago
- 7d0c2d6 i18n: git-bisect bisect_reset + $1 messages by Ævar Arnfjörð Bjarmason · 14 years ago
- 0920925 i18n: git-bisect bisect_run + $@ messages by Ævar Arnfjörð Bjarmason · 14 years ago
- 15eaa04 i18n: git-bisect die + eval_gettext messages by Ævar Arnfjörð Bjarmason · 14 years ago
- 9570fc1 i18n: git-bisect die + gettext messages by Ævar Arnfjörð Bjarmason · 14 years ago
- c6649c9 i18n: git-bisect echo + eval_gettext message by Ævar Arnfjörð Bjarmason · 14 years ago
- ddd7a7c i18n: git-bisect echo + gettext messages by Ævar Arnfjörð Bjarmason · 14 years ago
- d0238a8 i18n: git-bisect gettext + echo message by Ævar Arnfjörð Bjarmason · 14 years ago
- dcf9c2e i18n: git-bisect add git-sh-i18n by Ævar Arnfjörð Bjarmason · 14 years ago
- c4e4644e bisect: visualize with git-log if gitk is unavailable by Jeff King · 14 years ago
- 2c7c387 bisect: check for mandatory argument of 'bisect replay' by SZEDER Gábor · 14 years ago
- 3bb8cf8 bisect: improve error msg of 'bisect reset' when original HEAD is deleted by SZEDER Gábor · 14 years ago
- 412ff73 bisect: improve error message of 'bisect log' while not bisecting by SZEDER Gábor · 14 years ago
- ad7ace7 Merge branch 'rs/work-around-grep-opt-insanity' by Junio C Hamano · 15 years ago
- e1622bf Protect scripted Porcelains from GREP_OPTIONS insanity by Junio C Hamano · 15 years ago
- fc13aa3 bisect: simplify calling visualizer using '--bisect' option by Christian Couder · 15 years ago
- 6b87ce2 bisect reset: Allow resetting to any commit, not just a branch by Anders Kaseorg · 15 years ago
- 21d0bc2 git-bisect: call the found commit "*the* first bad commit" by Nanako Shiraishi · 16 years ago
- 0871984 bisect: make "git bisect" use new "--next-all" bisect-helper function by Christian Couder · 16 years ago
- de52f5a bisect: use "git rev-parse --sq-quote" instead of a custom "sq" function by Christian Couder · 16 years ago
- 5a1d31c bisect: use "git bisect--helper --next-exit" in "git-bisect.sh" by Christian Couder · 16 years ago
- 6e353a5 Merge branch 'cc/bisect-filter' by Junio C Hamano · 16 years ago
- e89aa6d bisect--helper: string output variables together with "&&" by Christian Couder · 16 years ago
- 23b5f18 bisect: use "bisect--helper" and remove "filter_skipped" function by Christian Couder · 16 years ago
- f3a186f bisect: improve error message when branch checkout fails by Christian Couder · 16 years ago
- 9f199b1 rev-list: estimate number of bisection step left by Christian Couder · 16 years ago
- 48fce93 Merge branch 'cc/maint-1.6.0-bisect-fix' by Junio C Hamano · 16 years ago
- cce074a bisect: fix another instance of eval'ed string by Christian Couder · 16 years ago
- 0c34735 Merge branch 'cc/maint-1.6.0-bisect-fix' by Junio C Hamano · 16 years ago
- 1b249ff bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped by Christian Couder · 16 years ago
- 22b3ddd bisect view: call gitk if Cygwin's SESSIONNAME variable is set by Johannes Schindelin · 16 years ago
- 5413812 Documentation: describe how to "bisect skip" a range of commits by Christian Couder · 16 years ago
- 1a66a48 bisect: fix "git bisect skip <commit>" and add tests cases by Christian Couder · 16 years ago
- ee2314f bisect: teach "skip" to accept special arguments like "A..B" by Christian Couder · 16 years ago