54 Commits (e37f39c134c3621f26fdcdbc22a6b2e4e00de2e5)

Author SHA1 Message Date
John Keeping 7b96d88802 bisect: avoid signed integer overflow 12 years ago
Nguyễn Thái Ngọc Duy c43cb38612 Move estimate_bisect_steps to libgit.a 12 years ago
Ramsay Jones d292bfaf35 Call git_pathdup() rather than xstrdup(git_path("...")) 13 years ago
Michael Haggerty 144e709004 bisect: copy filename string obtained from git_path() 13 years ago
René Scharfe 86a0a408b9 commit: factor out clear_commit_marks_for_object_array 13 years ago
René Scharfe 353f5657a8 bisect: use leak_pending flag 13 years ago
Jeff King 8a534b6124 bisect: use argv_array API 14 years ago
Jon Seymour fee92fc1dd bisect: introduce support for --no-checkout option. 14 years ago
Jeff King 902bb36451 bisect: refactor sha1_array into a generic sha1 list 14 years ago
Christian Couder 56ff37941e bisect: use find_commit_subject() instead of custom code 15 years ago
Christian Couder 8f69f72fca bisect: error out when passing bad path parameters 15 years ago
David Ripton 6329bade66 bisect: fix singular/plural grammar nit 15 years ago
Junio C Hamano ebdc302e3e bisect.c: mark file-local function static 15 years ago
Thiago Farina bd757c1859 Use warning function instead of fprintf(stderr, "Warning: ..."). 15 years ago
Nanako Shiraishi 21d0bc2f9a git-bisect: call the found commit "*the* first bad commit" 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Christian Couder ebc9529f03 bisect: use a PRNG with a bias when skipping away from untestable commits 16 years ago
Christian Couder 62d0b0daf1 bisect: when skipping, choose a commit away from a skipped commit 16 years ago
Christian Couder 9af3589e0e bisect: add parameters to "filter_skipped" 16 years ago
Christian Couder e22278c0a0 bisect: display first bad commit without forking a new process 16 years ago
Christian Couder 7a8e3895f6 bisect: drop unparse_commit() and use clear_commit_marks() 16 years ago
Christian Couder 2d938fc7bc bisect: check ancestors without forking a "git rev-list" process 16 years ago
Christian Couder a22347c6c8 bisect: rework some rev related functions to make them more reusable 16 years ago
Christian Couder 0871984d30 bisect: make "git bisect" use new "--next-all" bisect-helper function 16 years ago
Christian Couder d937d4aca1 bisect: add "check_good_are_ancestors_of_bad" function 16 years ago
Christian Couder c053766280 bisect: implement the "check_merge_bases" function 16 years ago
Christian Couder 1da8c4fc2c bisect: automatically sort sha1_array if needed when looking it up 16 years ago
Christian Couder aaaff9e2d2 bisect: make skipped array functions more generic 16 years ago
Christian Couder 2b020695e4 bisect: remove too much function nesting 16 years ago
Christian Couder 1c953a1f46 bisect: use new "struct argv_array" to prepare argv for "setup_revisions" 16 years ago
Christian Couder fad2d31d62 bisect: store good revisions in a "sha1_array" 16 years ago
Christian Couder 3755ccdb65 bisect: implement "rev_argv_push" to fill an argv with revs 16 years ago
Christian Couder 6212b1aae9 bisect: use "sha1_array" to store skipped revisions 16 years ago
Christian Couder c99f069de2 bisect--helper: remove "--next-vars" option as it is now useless 16 years ago
Christian Couder ef24c7ca05 bisect--helper: add "--next-exit" to output bisect results 16 years ago
Christian Couder 2ace9727be bisect: move common bisect functionality to "bisect_common" 16 years ago
Christian Couder 13858e5770 rev-list: add "int bisect_show_flags" in "struct rev_list_info" 16 years ago
Christian Couder d797257eb2 rev-list: remove last static vars used in "show_commit" 16 years ago
Christian Couder e89aa6d2f5 bisect--helper: string output variables together with "&&" 16 years ago
Christian Couder 37c4c38d73 rev-list: pass "int flags" as last argument of "show_bisect_vars" 16 years ago
Christian Couder 3b437b0dab bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES" 16 years ago
Christian Couder 1bf072e366 bisect--helper: implement "git bisect--helper" 16 years ago
Christian Couder 4eb5b64631 bisect: use the new generic "sha1_pos" function to lookup sha1 16 years ago
Christian Couder 9518864816 rev-list: call new "filter_skip" function 16 years ago
Christian Couder a2ad79ced2 rev-list: move bisect related code into its own file 16 years ago
Christian Couder ff62d732d8 rev-list: make "bisect_list" variable local to "cmd_rev_list" 16 years ago
Christian Couder 9f199b1595 rev-list: estimate number of bisection step left 16 years ago
Christian Couder 6e46cc0d92 rev-list: fix showing distance when using --bisect-all 16 years ago
Linus Torvalds 0f3a290b89 Add a 'source' decorator for commits 16 years ago