20 Commits (c0537662806f4b3d3ba883d05a48fdf9120893f0)

Author SHA1 Message Date
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
Martin Koegler 3d51e1b5b8 check return code of prepare_revision_walk 17 years ago
Linus Torvalds 3131b71301 Add "--show-all" revision walker flag for debugging 17 years ago
Jim Meyering 872c930dcb Don't access line[-1] for a zero-length "line" from fgets. 17 years ago
Linus Torvalds 7dc0fe3be5 Fix parent rewriting in --early-output 17 years ago
Shawn O. Pearce 27350891de rev-list: Introduce --quiet to avoid /dev/null redirects 17 years ago
Junio C Hamano acef41c9db format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Linus Torvalds 53b2c823f6 revision walker: mini clean-up 17 years ago
Junio C Hamano 4593fb8405 format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Christian Couder 50e62a8e70 rev-list: implement --bisect-all 17 years ago
Michal Vitecek 55246aac67 Don't use "<unknown>" for placeholders and suppress printing of empty user formats. 18 years ago
Christian Couder 17ed158021 rev-list --bisect: Fix best == NULL case. 18 years ago
Christian Couder 53271411e7 rev-list --bisect: Bisection "distance" clean up. 18 years ago