| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-07-19 | Merge branch 'jk/printf-format' | Junio C Hamano | 1 | -1/+4 |
| 2016-07-19 | Merge branch 'bc/cocci' | Junio C Hamano | 1 | -1/+1 |
| 2016-07-13 | Merge branch 'va/i18n-even-more' | Junio C Hamano | 1 | -25/+31 |
| 2016-07-08 | commit.c: remove print_commit_list() | Junio C Hamano | 1 | -1/+4 |
| 2016-07-06 | Merge branch 'jk/bisect-show-tree' | Junio C Hamano | 1 | -0/+1 |
| 2016-06-28 | coccinelle: apply object_id Coccinelle transformations | brian m. carlson | 1 | -1/+1 |
| 2016-06-17 | i18n: bisect: mark strings for translation | Vasco Almeida | 1 | -25/+31 |
| 2016-06-16 | bisect: always call setup_revisions after init_revisions | Jeff King | 1 | -0/+1 |
| 2016-05-09 | bisect.c: use die_errno() and warning_errno() | Nguyễn Thái Ngọc Duy | 1 | -4/+3 |
| 2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -2/+2 |
| 2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -2/+2 |
| 2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -4/+4 |
| 2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -3/+3 |
| 2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -2/+2 |
| 2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -3/+3 |
| 2015-10-05 | Merge branch 'ad/bisect-terms' | Junio C Hamano | 1 | -3/+8 |
| 2015-08-25 | Merge branch 'dt/refs-pseudo' | Junio C Hamano | 1 | -29/+8 |
| 2015-08-19 | Merge branch 'jk/git-path' | Junio C Hamano | 1 | -2/+5 |
| 2015-08-10 | memoize common git-path "constant" files | Jeff King | 1 | -2/+5 |
| 2015-08-03 | bisect: add the terms old/new | Antoine Delaite | 1 | -3/+8 |
| 2015-08-03 | bisect: simplify the addition of new bisect terms | Antoine Delaite | 1 | -2/+31 |
| 2015-07-31 | bisect: use update_ref | David Turner | 1 | -29/+8 |
| 2015-06-29 | bisect: replace hardcoded "bad|good" by variables | Antoine Delaite | 1 | -17/+37 |
| 2015-06-23 | bisect: correction of typo | Antoine Delaite | 1 | -1/+1 |
| 2015-05-25 | register_ref(): rewrite to take an object_id argument | Michael Haggerty | 1 | -8/+5 |
| 2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -1/+4 |
| 2015-03-13 | bisect.c: convert leaf functions to use struct object_id | brian m. carlson | 1 | -20/+20 |
| 2015-01-07 | Merge branch 'jc/merge-bases' | Junio C Hamano | 1 | -1/+1 |
| 2014-10-30 | get_merge_bases(): always clean-up object flags | Junio C Hamano | 1 | -1/+1 |
| 2014-10-30 | bisect: clean flags after checking merge bases | Junio C Hamano | 1 | -1/+1 |
| 2014-09-11 | Merge branch 'jk/name-decoration-alloc' | Junio C Hamano | 1 | -3/+4 |
| 2014-08-26 | log-tree: make add_name_decoration a public function | Jeff King | 1 | -3/+4 |
| 2014-04-03 | Merge branch 'nd/log-show-linear-break' | Junio C Hamano | 1 | -2/+1 |
| 2014-03-25 | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
| 2014-02-27 | Merge branch 'ep/varscope' | Junio C Hamano | 1 | -1/+1 |
| 2014-01-31 | bisect.c: reduce scope of variable | Elia Pinto | 1 | -1/+1 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -2/+2 |
| 2013-08-28 | list-objects: reduce one argument in mark_edges_uninteresting | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-06-02 | register_ref(): make a copy of the bad reference SHA-1 | Michael Haggerty | 1 | -2/+3 |
| 2013-04-07 | Merge branch 'jk/bisect-prn-unsigned' | Junio C Hamano | 1 | -2/+2 |
| 2013-04-03 | bisect: avoid signed integer overflow | John Keeping | 1 | -2/+2 |
| 2012-10-29 | Move estimate_bisect_steps to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -0/+38 |
| 2012-09-04 | Call git_pathdup() rather than xstrdup(git_path("...")) | Ramsay Jones | 1 | -1/+1 |
| 2012-05-03 | bisect: copy filename string obtained from git_path() | Michael Haggerty | 1 | -3/+5 |
| 2011-10-13 | Merge branch 'rs/pending' | Junio C Hamano | 1 | -10/+10 |
| 2011-10-05 | Merge branch 'jk/argv-array' | Junio C Hamano | 1 | -37/+11 |
| 2011-10-03 | commit: factor out clear_commit_marks_for_object_array | René Scharfe | 1 | -5/+2 |
| 2011-10-03 | bisect: use leak_pending flag | René Scharfe | 1 | -5/+8 |
| 2011-09-14 | bisect: use argv_array API | Jeff King | 1 | -37/+11 |
| 2011-08-04 | bisect: introduce support for --no-checkout option. | Jon Seymour | 1 | -11/+22 |
| 2011-05-19 | bisect: refactor sha1_array into a generic sha1 list | Jeff King | 1 | -55/+15 |
| 2010-07-23 | bisect: use find_commit_subject() instead of custom code | Christian Couder | 1 | -8/+5 |
| 2010-03-01 | Merge branch 'cc/maint-bisect-paths' | Junio C Hamano | 1 | -0/+6 |
| 2010-03-01 | bisect: error out when passing bad path parameters | Christian Couder | 1 | -0/+6 |
| 2010-01-20 | Merge branch 'jc/symbol-static' | Junio C Hamano | 1 | -1/+1 |
| 2010-01-19 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+5 |
| 2010-01-19 | bisect: fix singular/plural grammar nit | David Ripton | 1 | -3/+5 |
| 2010-01-11 | bisect.c: mark file-local function static | Junio C Hamano | 1 | -1/+1 |
| 2010-01-03 | Use warning function instead of fprintf(stderr, "Warning: ..."). | Thiago Farina | 1 | -2/+2 |
| 2009-08-26 | git-bisect: call the found commit "*the* first bad commit" | Nanako Shiraishi | 1 | -1/+1 |
| 2009-07-06 | Merge branch 'tr/die_errno' | Junio C Hamano | 1 | -3/+2 |
| 2009-07-01 | Merge branch 'cc/bisect' | Junio C Hamano | 1 | -11/+39 |
| 2009-06-27 | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 1 | -3/+2 |
| 2009-06-20 | Fix various sparse warnings in the git source code | Linus Torvalds | 1 | -2/+2 |
| 2009-06-13 | bisect: use a PRNG with a bias when skipping away from untestable commits | Christian Couder | 1 | -11/+39 |
| 2009-06-06 | bisect: when skipping, choose a commit away from a skipped commit | Christian Couder | 1 | -1/+49 |
| 2009-06-06 | bisect: add parameters to "filter_skipped" | Christian Couder | 1 | -4/+36 |
| 2009-05-28 | bisect: display first bad commit without forking a new process | Christian Couder | 1 | -3/+27 |
| 2009-05-27 | bisect: drop unparse_commit() and use clear_commit_marks() | Christian Couder | 1 | -1/+1 |
| 2009-05-17 | bisect: check ancestors without forking a "git rev-list" process | Christian Couder | 1 | -32/+22 |
| 2009-05-17 | bisect: rework some rev related functions to make them more reusable | Christian Couder | 1 | -11/+14 |
| 2009-05-10 | bisect: make "git bisect" use new "--next-all" bisect-helper function | Christian Couder | 1 | -1/+3 |
| 2009-05-10 | bisect: add "check_good_are_ancestors_of_bad" function | Christian Couder | 1 | -0/+75 |
| 2009-05-10 | bisect: implement the "check_merge_bases" function | Christian Couder | 1 | -0/+130 |
| 2009-05-10 | bisect: automatically sort sha1_array if needed when looking it up | Christian Couder | 1 | -2/+6 |
| 2009-05-10 | bisect: make skipped array functions more generic | Christian Couder | 1 | -12/+12 |
| 2009-05-10 | bisect: remove too much function nesting | Christian Couder | 1 | -10/+8 |
| 2009-05-10 | bisect: use new "struct argv_array" to prepare argv for "setup_revisions" | Christian Couder | 1 | -28/+29 |
| 2009-05-10 | bisect: store good revisions in a "sha1_array" | Christian Couder | 1 | -7/+19 |
| 2009-05-10 | bisect: implement "rev_argv_push" to fill an argv with revs | Christian Couder | 1 | -8/+11 |
| 2009-05-10 | bisect: use "sha1_array" to store skipped revisions | Christian Couder | 1 | -10/+15 |
| 2009-05-10 | bisect--helper: remove "--next-vars" option as it is now useless | Christian Couder | 1 | -15/+0 |
| 2009-05-10 | bisect--helper: add "--next-exit" to output bisect results | Christian Couder | 1 | -0/+105 |
| 2009-05-10 | bisect: move common bisect functionality to "bisect_common" | Christian Couder | 1 | -9/+15 |
| 2009-04-07 | rev-list: add "int bisect_show_flags" in "struct rev_list_info" | Christian Couder | 1 | -2/+2 |
| 2009-04-07 | rev-list: remove last static vars used in "show_commit" | Christian Couder | 1 | -1/+5 |
| 2009-04-05 | bisect--helper: string output variables together with "&&" | Christian Couder | 1 | -1/+2 |
| 2009-04-05 | rev-list: pass "int flags" as last argument of "show_bisect_vars" | Christian Couder | 1 | -1/+1 |
| 2009-04-05 | bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES" | Christian Couder | 1 | -9/+46 |
| 2009-04-05 | bisect--helper: implement "git bisect--helper" | Christian Couder | 1 | -0/+68 |
| 2009-04-05 | bisect: use the new generic "sha1_pos" function to lookup sha1 | Christian Couder | 1 | -14/+9 |
| 2009-04-05 | rev-list: call new "filter_skip" function | Christian Couder | 1 | -0/+63 |
| 2009-03-30 | rev-list: move bisect related code into its own file | Christian Couder | 1 | -0/+388 |