27 Commits (01689909eb9f8366583c44b325d8d9ba259a2538)

Author SHA1 Message Date
Junio C Hamano c01499ef69 C: have space around && and || operators 11 years ago
Nguyễn Thái Ngọc Duy e76a5fb459 list-objects: reduce one argument in mark_edges_uninteresting 12 years ago
Alexey Shumkin ecaee8050c pretty: --format output should honor logOutputEncoding 12 years ago
Nguyễn Thái Ngọc Duy efc7df454e Move print_commit_list to libgit.a 12 years ago
Nguyễn Thái Ngọc Duy c43cb38612 Move estimate_bisect_steps to libgit.a 12 years ago
Jeff King f026c7563a log: respect date_mode_explicit with --format:%gd 13 years ago
Nguyễn Thái Ngọc Duy 989937221a rev-list: fix --verify-objects --quiet becoming --objects 13 years ago
Nguyễn Thái Ngọc Duy 8ba8fe049f rev-list: remove BISECT_SHOW_TRIED flag 13 years ago
Clemens Buchacher cb8da70547 git rev-list: fix invalid typecast 13 years ago
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 15 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 15 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 16 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 17 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