1. 56eb8b4 Merge branch 'jc/symbol-static' by Junio C Hamano · 15 years ago
  2. 5b15950 Merge branch 'maint' by Junio C Hamano · 15 years ago
  3. 6329bad bisect: fix singular/plural grammar nit by David Ripton · 15 years ago
  4. ebdc302 bisect.c: mark file-local function static by Junio C Hamano · 15 years ago
  5. bd757c1 Use warning function instead of fprintf(stderr, "Warning: ..."). by Thiago Farina · 15 years ago
  6. 21d0bc2 git-bisect: call the found commit "*the* first bad commit" by Nanako Shiraishi · 16 years ago
  7. dd787c1 Merge branch 'tr/die_errno' by Junio C Hamano · 16 years ago
  8. 702beb3 Merge branch 'cc/bisect' by Junio C Hamano · 16 years ago
  9. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  10. 2af202b Fix various sparse warnings in the git source code by Linus Torvalds · 16 years ago
  11. ebc9529 bisect: use a PRNG with a bias when skipping away from untestable commits by Christian Couder · 16 years ago
  12. 62d0b0d bisect: when skipping, choose a commit away from a skipped commit by Christian Couder · 16 years ago
  13. 9af3589 bisect: add parameters to "filter_skipped" by Christian Couder · 16 years ago
  14. e22278c bisect: display first bad commit without forking a new process by Christian Couder · 16 years ago
  15. 7a8e389 bisect: drop unparse_commit() and use clear_commit_marks() by Christian Couder · 16 years ago
  16. 2d938fc bisect: check ancestors without forking a "git rev-list" process by Christian Couder · 16 years ago
  17. a22347c bisect: rework some rev related functions to make them more reusable by Christian Couder · 16 years ago
  18. 0871984 bisect: make "git bisect" use new "--next-all" bisect-helper function by Christian Couder · 16 years ago
  19. d937d4a bisect: add "check_good_are_ancestors_of_bad" function by Christian Couder · 16 years ago
  20. c053766 bisect: implement the "check_merge_bases" function by Christian Couder · 16 years ago
  21. 1da8c4f bisect: automatically sort sha1_array if needed when looking it up by Christian Couder · 16 years ago
  22. aaaff9e bisect: make skipped array functions more generic by Christian Couder · 16 years ago
  23. 2b02069 bisect: remove too much function nesting by Christian Couder · 16 years ago
  24. 1c953a1 bisect: use new "struct argv_array" to prepare argv for "setup_revisions" by Christian Couder · 16 years ago
  25. fad2d31 bisect: store good revisions in a "sha1_array" by Christian Couder · 16 years ago
  26. 3755ccd bisect: implement "rev_argv_push" to fill an argv with revs by Christian Couder · 16 years ago
  27. 6212b1a bisect: use "sha1_array" to store skipped revisions by Christian Couder · 16 years ago
  28. c99f069 bisect--helper: remove "--next-vars" option as it is now useless by Christian Couder · 16 years ago
  29. ef24c7c bisect--helper: add "--next-exit" to output bisect results by Christian Couder · 16 years ago
  30. 2ace972 bisect: move common bisect functionality to "bisect_common" by Christian Couder · 16 years ago
  31. 13858e5 rev-list: add "int bisect_show_flags" in "struct rev_list_info" by Christian Couder · 16 years ago
  32. d797257 rev-list: remove last static vars used in "show_commit" by Christian Couder · 16 years ago
  33. e89aa6d bisect--helper: string output variables together with "&&" by Christian Couder · 16 years ago
  34. 37c4c38 rev-list: pass "int flags" as last argument of "show_bisect_vars" by Christian Couder · 16 years ago
  35. 3b437b0 bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES" by Christian Couder · 16 years ago
  36. 1bf072e bisect--helper: implement "git bisect--helper" by Christian Couder · 16 years ago
  37. 4eb5b64 bisect: use the new generic "sha1_pos" function to lookup sha1 by Christian Couder · 16 years ago
  38. 9518864 rev-list: call new "filter_skip" function by Christian Couder · 16 years ago
  39. a2ad79c rev-list: move bisect related code into its own file by Christian Couder · 16 years ago