| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/name-decoration-alloc' | Junio C Hamano | 2014-09-11 | 1 | -3/+4 |
|\ |
|
| * | log-tree: make add_name_decoration a public function | Jeff King | 2014-08-26 | 1 | -3/+4 |
* | | Merge branch 'nd/log-show-linear-break' | Junio C Hamano | 2014-04-03 | 1 | -2/+1 |
|\ \ |
|
| * | | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 2014-03-25 | 1 | -2/+1 |
| |/ |
|
* | | Merge branch 'ep/varscope' | Junio C Hamano | 2014-02-27 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | bisect.c: reduce scope of variable | Elia Pinto | 2014-01-31 | 1 | -1/+1 |
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -2/+2 |
|/ |
|
* | list-objects: reduce one argument in mark_edges_uninteresting | Nguyễn Thái Ngọc Duy | 2013-08-28 | 1 | -1/+1 |
* | register_ref(): make a copy of the bad reference SHA-1 | Michael Haggerty | 2013-06-02 | 1 | -2/+3 |
* | Merge branch 'jk/bisect-prn-unsigned' | Junio C Hamano | 2013-04-07 | 1 | -2/+2 |
|\ |
|
| * | bisect: avoid signed integer overflow | John Keeping | 2013-04-03 | 1 | -2/+2 |
* | | Move estimate_bisect_steps to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 | 1 | -0/+38 |
|/ |
|
* | Call git_pathdup() rather than xstrdup(git_path("...")) | Ramsay Jones | 2012-09-04 | 1 | -1/+1 |
* | bisect: copy filename string obtained from git_path() | Michael Haggerty | 2012-05-03 | 1 | -3/+5 |
* | Merge branch 'rs/pending' | Junio C Hamano | 2011-10-13 | 1 | -10/+10 |
|\ |
|
| * | commit: factor out clear_commit_marks_for_object_arrayrs/pending | René Scharfe | 2011-10-03 | 1 | -5/+2 |
| * | bisect: use leak_pending flag | René Scharfe | 2011-10-03 | 1 | -5/+8 |
* | | Merge branch 'jk/argv-array' | Junio C Hamano | 2011-10-05 | 1 | -37/+11 |
|\ \ |
|
| * | | bisect: use argv_array API | Jeff King | 2011-09-14 | 1 | -37/+11 |
| |/ |
|
* | | bisect: introduce support for --no-checkout option. | Jon Seymour | 2011-08-04 | 1 | -11/+22 |
|/ |
|
* | bisect: refactor sha1_array into a generic sha1 list | Jeff King | 2011-05-19 | 1 | -55/+15 |
* | bisect: use find_commit_subject() instead of custom code | Christian Couder | 2010-07-23 | 1 | -8/+5 |
* | Merge branch 'cc/maint-bisect-paths' | Junio C Hamano | 2010-03-01 | 1 | -0/+6 |
|\ |
|
| * | bisect: error out when passing bad path parameters | Christian Couder | 2010-03-01 | 1 | -0/+6 |
* | | Merge branch 'jc/symbol-static' | Junio C Hamano | 2010-01-20 | 1 | -1/+1 |
|\ \ |
|
| * | | bisect.c: mark file-local function static | Junio C Hamano | 2010-01-11 | 1 | -1/+1 |
* | | | Merge branch 'maint' | Junio C Hamano | 2010-01-19 | 1 | -3/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | bisect: fix singular/plural grammar nit | David Ripton | 2010-01-19 | 1 | -3/+5 |
| |/ |
|
* | | Use warning function instead of fprintf(stderr, "Warning: ..."). | Thiago Farina | 2010-01-03 | 1 | -2/+2 |
|/ |
|
* | git-bisect: call the found commit "*the* first bad commit" | Nanako Shiraishi | 2009-08-26 | 1 | -1/+1 |
* | Merge branch 'tr/die_errno' | Junio C Hamano | 2009-07-06 | 1 | -3/+2 |
|\ |
|
| * | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 | 1 | -3/+2 |
* | | Merge branch 'cc/bisect' | Junio C Hamano | 2009-07-01 | 1 | -11/+39 |
|\ \ |
|
| * | | bisect: use a PRNG with a bias when skipping away from untestable commits | Christian Couder | 2009-06-13 | 1 | -11/+39 |
* | | | Fix various sparse warnings in the git source code | Linus Torvalds | 2009-06-20 | 1 | -2/+2 |
|/ / |
|
* | | bisect: when skipping, choose a commit away from a skipped commit | Christian Couder | 2009-06-06 | 1 | -1/+49 |
* | | bisect: add parameters to "filter_skipped" | Christian Couder | 2009-06-06 | 1 | -4/+36 |
* | | bisect: display first bad commit without forking a new process | Christian Couder | 2009-05-28 | 1 | -3/+27 |
* | | bisect: drop unparse_commit() and use clear_commit_marks() | Christian Couder | 2009-05-27 | 1 | -1/+1 |
|/ |
|
* | bisect: check ancestors without forking a "git rev-list" process | Christian Couder | 2009-05-17 | 1 | -32/+22 |
* | bisect: rework some rev related functions to make them more reusable | Christian Couder | 2009-05-17 | 1 | -11/+14 |
* | bisect: make "git bisect" use new "--next-all" bisect-helper function | Christian Couder | 2009-05-10 | 1 | -1/+3 |
* | bisect: add "check_good_are_ancestors_of_bad" function | Christian Couder | 2009-05-10 | 1 | -0/+75 |
* | bisect: implement the "check_merge_bases" function | Christian Couder | 2009-05-10 | 1 | -0/+130 |
* | bisect: automatically sort sha1_array if needed when looking it up | Christian Couder | 2009-05-10 | 1 | -2/+6 |
* | bisect: make skipped array functions more generic | Christian Couder | 2009-05-10 | 1 | -12/+12 |
* | bisect: remove too much function nesting | Christian Couder | 2009-05-10 | 1 | -10/+8 |
* | bisect: use new "struct argv_array" to prepare argv for "setup_revisions" | Christian Couder | 2009-05-10 | 1 | -28/+29 |
* | bisect: store good revisions in a "sha1_array" | Christian Couder | 2009-05-10 | 1 | -7/+19 |
* | bisect: implement "rev_argv_push" to fill an argv with revs | Christian Couder | 2009-05-10 | 1 | -8/+11 |