aboutsummaryrefslogtreecommitdiff
path: root/bisect.c
Commit message (Expand)AuthorAge
* 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
* bisect: use new "struct argv_array" to prepare argv for "setup_revisions"Christian Couder2009-05-10
* bisect: store good revisions in a "sha1_array"Christian Couder2009-05-10
* bisect: implement "rev_argv_push" to fill an argv with revsChristian Couder2009-05-10
* bisect: use "sha1_array" to store skipped revisionsChristian Couder2009-05-10
* bisect--helper: remove "--next-vars" option as it is now uselessChristian Couder2009-05-10
* bisect--helper: add "--next-exit" to output bisect resultsChristian Couder2009-05-10
* bisect: move common bisect functionality to "bisect_common"Christian Couder2009-05-10
* rev-list: add "int bisect_show_flags" in "struct rev_list_info"Christian Couder2009-04-07
* rev-list: remove last static vars used in "show_commit"Christian Couder2009-04-07
* bisect--helper: string output variables together with "&&"Christian Couder2009-04-05
* rev-list: pass "int flags" as last argument of "show_bisect_vars"Christian Couder2009-04-05
* bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES"Christian Couder2009-04-05
* bisect--helper: implement "git bisect--helper"Christian Couder2009-04-05
* bisect: use the new generic "sha1_pos" function to lookup sha1Christian Couder2009-04-05
* rev-list: call new "filter_skip" functionChristian Couder2009-04-05
* rev-list: move bisect related code into its own fileChristian Couder2009-03-30