summaryrefslogtreecommitdiff
path: root/bisect.c
Commit message (Expand)AuthorAgeFilesLines
* register_ref(): make a copy of the bad reference SHA-1Michael Haggerty2013-06-021-2/+3
* Merge branch 'jk/bisect-prn-unsigned'Junio C Hamano2013-04-071-2/+2
|\
| * bisect: avoid signed integer overflowJohn Keeping2013-04-031-2/+2
* | Move estimate_bisect_steps to libgit.aNguyễn Thái Ngọc Duy2012-10-291-0/+38
|/
* Call git_pathdup() rather than xstrdup(git_path("..."))Ramsay Jones2012-09-041-1/+1
* bisect: copy filename string obtained from git_path()Michael Haggerty2012-05-031-3/+5
* Merge branch 'rs/pending'Junio C Hamano2011-10-131-10/+10
|\
| * commit: factor out clear_commit_marks_for_object_arrayrs/pendingRené Scharfe2011-10-031-5/+2
| * bisect: use leak_pending flagRené Scharfe2011-10-031-5/+8
* | Merge branch 'jk/argv-array'Junio C Hamano2011-10-051-37/+11
|\ \
| * | bisect: use argv_array APIJeff King2011-09-141-37/+11
| |/
* | bisect: introduce support for --no-checkout option.Jon Seymour2011-08-041-11/+22
|/
* bisect: refactor sha1_array into a generic sha1 listJeff King2011-05-191-55/+15
* bisect: use find_commit_subject() instead of custom codeChristian Couder2010-07-231-8/+5
* Merge branch 'cc/maint-bisect-paths'Junio C Hamano2010-03-011-0/+6
|\
| * bisect: error out when passing bad path parametersChristian Couder2010-03-011-0/+6
* | Merge branch 'jc/symbol-static'Junio C Hamano2010-01-201-1/+1
|\ \
| * | bisect.c: mark file-local function staticJunio C Hamano2010-01-111-1/+1
* | | Merge branch 'maint'Junio C Hamano2010-01-191-3/+5
|\ \ \ | |/ / |/| |
| * | bisect: fix singular/plural grammar nitDavid Ripton2010-01-191-3/+5
| |/
* | Use warning function instead of fprintf(stderr, "Warning: ...").Thiago Farina2010-01-031-2/+2
|/
* git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi2009-08-261-1/+1
* Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-3/+2
|\
| * Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-3/+2
* | Merge branch 'cc/bisect'Junio C Hamano2009-07-011-11/+39
|\ \
| * | bisect: use a PRNG with a bias when skipping away from untestable commitsChristian Couder2009-06-131-11/+39
* | | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-2/+2
|/ /
* | bisect: when skipping, choose a commit away from a skipped commitChristian Couder2009-06-061-1/+49
* | bisect: add parameters to "filter_skipped"Christian Couder2009-06-061-4/+36
* | bisect: display first bad commit without forking a new processChristian Couder2009-05-281-3/+27
* | bisect: drop unparse_commit() and use clear_commit_marks()Christian Couder2009-05-271-1/+1
|/
* bisect: check ancestors without forking a "git rev-list" processChristian Couder2009-05-171-32/+22
* bisect: rework some rev related functions to make them more reusableChristian Couder2009-05-171-11/+14
* bisect: make "git bisect" use new "--next-all" bisect-helper functionChristian Couder2009-05-101-1/+3
* bisect: add "check_good_are_ancestors_of_bad" functionChristian Couder2009-05-101-0/+75
* bisect: implement the "check_merge_bases" functionChristian Couder2009-05-101-0/+130
* bisect: automatically sort sha1_array if needed when looking it upChristian Couder2009-05-101-2/+6
* bisect: make skipped array functions more genericChristian Couder2009-05-101-12/+12
* bisect: remove too much function nestingChristian Couder2009-05-101-10/+8
* bisect: use new "struct argv_array" to prepare argv for "setup_revisions"Christian Couder2009-05-101-28/+29
* bisect: store good revisions in a "sha1_array"Christian Couder2009-05-101-7/+19
* bisect: implement "rev_argv_push" to fill an argv with revsChristian Couder2009-05-101-8/+11
* bisect: use "sha1_array" to store skipped revisionsChristian Couder2009-05-101-10/+15
* bisect--helper: remove "--next-vars" option as it is now uselessChristian Couder2009-05-101-15/+0
* bisect--helper: add "--next-exit" to output bisect resultsChristian Couder2009-05-101-0/+105
* bisect: move common bisect functionality to "bisect_common"Christian Couder2009-05-101-9/+15
* rev-list: add "int bisect_show_flags" in "struct rev_list_info"Christian Couder2009-04-071-2/+2
* rev-list: remove last static vars used in "show_commit"Christian Couder2009-04-071-1/+5
* bisect--helper: string output variables together with "&&"Christian Couder2009-04-051-1/+2
* rev-list: pass "int flags" as last argument of "show_bisect_vars"Christian Couder2009-04-051-1/+1