17 Commits (f2b516352527c6ddf338143e4ade0ef4713f85eb)

Author SHA1 Message Date
Junio C Hamano 5a48d24012 rev-list --verify-object 14 years ago
Junio C Hamano 4947367267 list-objects: pass callback data to show_objects() 14 years ago
Junio C Hamano 91f175165a revision.c: add show_object_with_name() helper function 14 years ago
Junio C Hamano 5f25b6299d rev-list: fix finish_object() call 14 years ago
Jeff King 6bf139440c clean up calling conventions for pretty.c functions 14 years ago
Michael J Gruber b388e14b89 rev-list --count: separate count for --cherry-mark 14 years ago
Michael J Gruber ad5aeeded3 revision.c: introduce --min-parents and --max-parents options 14 years ago
Michael J Gruber 1df2d656cc rev-list/log: factor out revision mark generation 14 years ago
Jeff King 9130ac9fe1 rev-list: handle %x00 NUL in user format 14 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 14 years ago
Thomas Rast f69c501832 rev-list: introduce --count option 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Junio C Hamano 80235ba79e "log --author=me --grep=it" should find intersection, not union 15 years ago
Junio C Hamano f1c92c6369 builtin-rev-list.c: mark file-local function static 15 years ago
Junio C Hamano 8b3dce5650 Teach --stdin option to "log" family 15 years ago
Linus Torvalds ad3f9a71a8 Add '--bisect' revision machinery argument 15 years ago
Thomas Rast dd2e794a21 Refactor pretty_print_commit arguments into a struct 15 years ago
Junio C Hamano 90b1994170 diff: Rename QUIET internal option to QUICK 16 years ago
Christian Couder 9af3589e0e bisect: add parameters to "filter_skipped" 16 years ago
Christian Couder 38ef7507d1 rev-list: remove stringed output flag from "show_bisect_vars" 16 years ago
Christian Couder 280e65cbd8 rev-list: refactor printing bisect vars 16 years ago
Christian Couder 1c876546bd rev-list: make "estimate_bisect_steps" non static 16 years ago
Linus Torvalds 8d2dfc49b1 process_{tree,blob}: show objects without buffering 16 years ago
Linus Torvalds cf2ab916af show_object(): push path_name() call further down 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 11c211fa06 list-objects: add "void *data" parameter to show functions 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 9518864816 rev-list: call new "filter_skip" function 16 years ago
Christian Couder 7428d754e2 rev-list: pass "revs" to "show_bisect_vars" 16 years ago
Christian Couder 6a17fad733 rev-list: make "show_bisect_vars" non static 16 years ago
Christian Couder 9996983c9c rev-list: move code to show bisect vars into its own 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