1. 06e6a74 bisect: allow setting any user-specified in 'git bisect start' by Matthieu Moy · 10 years ago
  2. 21b55e3 bisect: add 'git bisect terms' to view the current terms by Matthieu Moy · 10 years ago
  3. 21e5cfd bisect: add the terms old/new by Antoine Delaite · 10 years ago
  4. f6216c2 bisect: correction of typo by Antoine Delaite · 10 years ago
  5. e4e6e8b t6030: use modern test_* helpers by Jeff King · 10 years ago
  6. 07913d5 bisect: add test to check that revs are properly parsed by Christian Couder · 10 years ago
  7. f989cac bisect: Log possibly bad, skipped commits at bisection end by Torstein Hegge · 12 years ago
  8. a7f8b8a bisect: Store first bad commit as comment in log file by Torstein Hegge · 12 years ago
  9. caa7d79 Sync with 'maint' by Junio C Hamano · 12 years ago
  10. 41ccfdd Correct common spelling mistakes in comments and tests by Stefano Lattarini · 12 years ago
  11. 6deab24 status, branch: fix the misleading "bisecting" message by Nguyễn Thái Ngọc Duy · 12 years ago
  12. c8183cd branch: show more information when HEAD is detached by Nguyễn Thái Ngọc Duy · 12 years ago
  13. 5d77298 tests: move test_cmp_rev to test-lib-functions by Martin von Zweigbergk · 12 years ago
  14. 3fb0459 tests: modernise style: more uses of test_line_count by Stefano Lattarini · 13 years ago
  15. 5ae0f68 Merge branch 'ab/i18n-test-fix' by Junio C Hamano · 13 years ago
  16. 475b377 t/t6030-bisect-porcelain.sh: use test_i18ngrep by Ævar Arnfjörð Bjarmason · 13 years ago
  17. 8e96945 Merge branch 'bc/bisect-test-use-shell-path' by Junio C Hamano · 14 years ago
  18. 381f0d3 t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare sh by Brandon Casey · 14 years ago
  19. 24c5128 bisect: add support for bisecting bare repositories by Jon Seymour · 14 years ago
  20. b704a8b bisect: add tests for the --no-checkout option. by Jon Seymour · 14 years ago
  21. d3dfeed bisect: add tests to document expected behaviour in presence of broken trees. by Jon Seymour · 14 years ago
  22. 4764f46 bisect: move argument parsing before state modification. by Jon Seymour · 14 years ago
  23. a48fcd8 tests: add missing && by Jonathan Nieder · 14 years ago
  24. 9e2b885 Merge branch 'cc/maint-bisect-paths' by Junio C Hamano · 15 years ago
  25. 8f69f72 bisect: error out when passing bad path parameters by Christian Couder · 15 years ago
  26. bd757c1 Use warning function instead of fprintf(stderr, "Warning: ..."). by Thiago Farina · 15 years ago
  27. 21d0bc2 git-bisect: call the found commit "*the* first bad commit" by Nanako Shiraishi · 16 years ago
  28. ebc9529 bisect: use a PRNG with a bias when skipping away from untestable commits by Christian Couder · 16 years ago
  29. a66037c t6030: test skipping away from an already skipped commit by Christian Couder · 16 years ago
  30. 2d938fc bisect: check ancestors without forking a "git rev-list" process by Christian Couder · 16 years ago
  31. b74d7ef t6030: test bisecting with paths by Christian Couder · 16 years ago
  32. 0c34735 Merge branch 'cc/maint-1.6.0-bisect-fix' by Junio C Hamano · 16 years ago
  33. 1b249ff bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped by Christian Couder · 16 years ago
  34. 1a66a48 bisect: fix "git bisect skip <commit>" and add tests cases by Christian Couder · 16 years ago
  35. cb2c7da Merge branch 'cc/bisect' by Junio C Hamano · 16 years ago
  36. 3604e7c tests: use "git xyzzy" form (t3600 - t6999) by Nanako Shiraishi · 17 years ago
  37. c9c4e2d bisect: only check merge bases when needed by Christian Couder · 17 years ago
  38. f821d08 bisect: test merge base if good rev is not an ancestor of bad rev by Christian Couder · 17 years ago
  39. b890fa3 t6030 (bisect): work around Mac OS X "ls" by Jonathan Nieder · 17 years ago
  40. 634f246 bisect: use a detached HEAD to bisect by Christian Couder · 17 years ago
  41. ba963de bisect: trap critical errors in "bisect_start" by Christian Couder · 17 years ago
  42. 9d0cd91 bisect: fix left over "BISECT_START" file when starting with junk rev by Christian Couder · 17 years ago
  43. d3aca58 bisect: add test cases to check that "git bisect start" is atomic by Christian Couder · 17 years ago
  44. 42ba5ee bisect: print an error message when "git rev-list --bisect-vars" fails by Christian Couder · 17 years ago
  45. ee831f7 git-bisect.sh: don't accidentally override existing branch "bisect" by Gerrit Pape · 17 years ago
  46. 464509f Merge branch 'maint-1.5.4' into maint by Junio C Hamano · 17 years ago
  47. d3e54c8 git-bisect: make "start", "good" and "skip" succeed or fail atomically by Christian Couder · 17 years ago
  48. eed8183 Merge branch 'maint-1.5.4' into maint by Junio C Hamano · 17 years ago
  49. e338907 bisect: fix bad rev checking in "git bisect good" by Christian Couder · 17 years ago
  50. b4ce54f remove use of "tail -n 1" and "tail -1" by Jeff King · 17 years ago
  51. 0f497e7 Eliminate confusing "won't bisect on seeked tree" failure by Carl Worth · 17 years ago
  52. b577bb9 Eliminate confusing "won't bisect on seeked tree" failure by Carl Worth · 17 years ago
  53. ce32660 bisect: allow starting with a detached HEAD by Johannes Schindelin · 17 years ago
  54. fce0499 Bisect reset: do nothing when not bisecting. by Christian Couder · 17 years ago
  55. 947a604 Bisect reset: remove bisect refs that may have been packed. by Christian Couder · 17 years ago
  56. 71b0251 Bisect run: "skip" current commit if script exit code is 125. by Christian Couder · 17 years ago
  57. 37f9fd0 Bisect: add a "bisect replay" test case. by Christian Couder · 17 years ago
  58. 97e1c51 Bisect: implement "bisect skip" to mark untestable revisions. by Christian Couder · 17 years ago
  59. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  60. ab69e89 t6030: grab commit object name as we go by Junio C Hamano · 18 years ago
  61. f948792 Bisect: rename "t/t6030-bisect-run.sh" to "t/t6030-bisect-porcelain.sh". by Christian Couder · 18 years ago[Renamed (97%) from t/t6030-bisect-run.sh]
  62. 0a5280a git-bisect: allow bisecting with only one bad commit. by Junio C Hamano · 18 years ago
  63. 4f50671 t6030: add a bit more tests to git-bisect by Junio C Hamano · 18 years ago
  64. 38a47fd Bisect: teach "bisect start" to optionally use one bad and many good revs. by Christian Couder · 18 years ago
  65. a17c410 Bisect: implement "git bisect run <cmd>..." to automatically bisect. by Christian Couder · 18 years ago