34 Commits (cfe370c6476392095bc3f18013d195b1cccd6184)

Author SHA1 Message Date
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
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Heikki Orsila f18d244a63 Start conforming code to "git subcmd" style part 3 17 years ago
Jeff King 0843acfd2c Fix "git log -i --grep" 17 years ago
Junio C Hamano d85fe38959 rev-list: honor --quiet option 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Adam Brewster 1fc561d169 Move read_revisions_from_stdin from builtin-rev-list.c to revision.c 17 years ago
Adam Simpkins 7528f27dd6 log --graph --left-right: show left/right information in place of '*' 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Adam Simpkins 7fefda5cc7 log and rev-list: add --graph option 17 years ago
Adam Simpkins 885cf80899 revision API: split parent rewriting and parent printing options 17 years ago
Junio C Hamano 72276a3ecb rev-list --children 17 years ago
Kevin Ballard 7ccd366779 Add --reverse to the git-rev-list usage string 17 years ago
Uwe Kleine-König a5aa930d50 rev-list: add --branches, --tags and --remotes 17 years ago
Martin Koegler 7914053ba9 Remove unused object-ref code 17 years ago