53 Commits (09fc7aff1a3ebc20473993e558eba691180706ad)

Author SHA1 Message Date
brian m. carlson dc01505f7f Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ 8 years ago
René Scharfe 2490574d15 use oid_to_hex_r() for converting struct object_id hashes to hex strings 8 years ago
Jacob Keller 98985c6911 rev-list: use hdr_termination instead of a always using a newline 8 years ago
Jacob Keller 660e113ce1 graph: add support for --line-prefix on all graph-aware output 9 years ago
Jeff King 434ea3cdad rev-list: add optional progress reporting 9 years ago
Jeff King fb85db84dc rev-list: disable bitmaps when "-n" is used with listing objects 9 years ago
Jeff King 5c9f9bf313 rev-list: "adjust" results of "--count --use-bitmap-index -n" 9 years ago
Jeff King 2824e1841b list-objects: pass full pathname to callbacks 9 years ago
Jeff King dc06dc8800 list-objects: drop name_path entirely 9 years ago
Jeff King de1e67d070 list-objects: pass full pathname to callbacks 9 years ago
Jeff King bd64516aca list-objects: drop name_path entirely 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Jeff King d59f765ac9 use sha1_to_hex_r() instead of strcpy 10 years ago
Jeff King 2aea7a51a1 rev-list: make it obvious that we do not support notes 10 years ago
Jeff King c8a70d3509 rev-list: disable --use-bitmap-index when pruning commits 10 years ago
Lawrence Siebert 75d2e5a7b0 rev-list: add --count to usage guide 10 years ago
Jeff King 8597ea3afe commit: record buffer length in cache 11 years ago
Jeff King a97934d820 use get_cached_commit_buffer where appropriate 11 years ago
Jeff King 0fb370da9c provide a helper to free commit buffer 11 years ago
Vicent Marti aa32939fea rev-list: add bitmap mode to speed up object lists 11 years ago
Junio C Hamano c01499ef69 C: have space around && and || operators 12 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 16 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