aboutsummaryrefslogtreecommitdiff
path: root/bisect.c
Commit message (Expand)AuthorAge
* Merge branch 'jc/merge-bases'Junio C Hamano2015-01-07
|\
| * get_merge_bases(): always clean-up object flagsJunio C Hamano2014-10-30
| * bisect: clean flags after checking merge basesJunio C Hamano2014-10-30
* | Merge branch 'jk/name-decoration-alloc'Junio C Hamano2014-09-11
|\ \ | |/ |/|
| * log-tree: make add_name_decoration a public functionJeff King2014-08-26
* | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-03
|\ \
| * | object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-25
| |/
* | Merge branch 'ep/varscope'Junio C Hamano2014-02-27
|\ \ | |/ |/|
| * bisect.c: reduce scope of variableElia Pinto2014-01-31
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/
* list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-28
* register_ref(): make a copy of the bad reference SHA-1Michael Haggerty2013-06-02
* Merge branch 'jk/bisect-prn-unsigned'Junio C Hamano2013-04-07
|\
| * bisect: avoid signed integer overflowJohn Keeping2013-04-03
* | Move estimate_bisect_steps to libgit.aNguyễn Thái Ngọc Duy2012-10-29
|/
* Call git_pathdup() rather than xstrdup(git_path("..."))Ramsay Jones2012-09-04
* bisect: copy filename string obtained from git_path()Michael Haggerty2012-05-03
* Merge branch 'rs/pending'Junio C Hamano2011-10-13
|\
| * commit: factor out clear_commit_marks_for_object_arrayRené Scharfe2011-10-03
| * bisect: use leak_pending flagRené Scharfe2011-10-03
* | Merge branch 'jk/argv-array'Junio C Hamano2011-10-05
|\ \
| * | bisect: use argv_array APIJeff King2011-09-14
| |/
* | bisect: introduce support for --no-checkout option.Jon Seymour2011-08-04
|/
* bisect: refactor sha1_array into a generic sha1 listJeff King2011-05-19
* bisect: use find_commit_subject() instead of custom codeChristian Couder2010-07-23
* Merge branch 'cc/maint-bisect-paths'Junio C Hamano2010-03-01
|\
| * bisect: error out when passing bad path parametersChristian Couder2010-03-01
* | Merge branch 'jc/symbol-static'Junio C Hamano2010-01-20
|\ \
| * | bisect.c: mark file-local function staticJunio C Hamano2010-01-11
* | | Merge branch 'maint'Junio C Hamano2010-01-19
|\ \ \ | |/ / |/| |
| * | bisect: fix singular/plural grammar nitDavid Ripton2010-01-19
| |/
* | Use warning function instead of fprintf(stderr, "Warning: ...").Thiago Farina2010-01-03
|/
* git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi2009-08-26
* Merge branch 'tr/die_errno'Junio C Hamano2009-07-06
|\
| * Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* | Merge branch 'cc/bisect'Junio C Hamano2009-07-01
|\ \
| * | bisect: use a PRNG with a bias when skipping away from untestable commitsChristian Couder2009-06-13
* | | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-20
|/ /
* | bisect: when skipping, choose a commit away from a skipped commitChristian Couder2009-06-06
* | bisect: add parameters to "filter_skipped"Christian Couder2009-06-06
* | bisect: display first bad commit without forking a new processChristian Couder2009-05-28
* | bisect: drop unparse_commit() and use clear_commit_marks()Christian Couder2009-05-27
|/
* bisect: check ancestors without forking a "git rev-list" processChristian Couder2009-05-17
* bisect: rework some rev related functions to make them more reusableChristian Couder2009-05-17
* bisect: make "git bisect" use new "--next-all" bisect-helper functionChristian Couder2009-05-10
* bisect: add "check_good_are_ancestors_of_bad" functionChristian Couder2009-05-10
* bisect: implement the "check_merge_bases" functionChristian Couder2009-05-10
* bisect: automatically sort sha1_array if needed when looking it upChristian Couder2009-05-10
* bisect: make skipped array functions more genericChristian Couder2009-05-10
* bisect: remove too much function nestingChristian Couder2009-05-10