236 Commits (8133061e696508560961c62a30794887c84ad721)

Author SHA1 Message Date
Jeff King 7fa31b645f commit: drop uses of get_cached_commit_buffer() 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Patryk Obara f070faccc1 sha1_file: convert hash_sha1_file to object_id 7 years ago
Rafael Ascensão 65516f586b log: add option to choose which refs to decorate 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams 3b69daed86 diff: remove DIFF_OPT_TST macro 7 years ago
Jeff King d79be4983b log: handle broken HEAD in decoration check 7 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams 66f414f885 diff-tree: convert diff_tree_sha1 to struct object_id 8 years ago
Brandon Williams 7b8dea0c75 tree-diff: convert diff_root_tree_sha1 to struct object_id 8 years ago
brian m. carlson fb61e4d3ab notes: convert format_display_notes to struct object_id 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson d3101b533d Convert lookup_tag to struct object_id 8 years ago
brian m. carlson a92ea68fef log-tree: convert to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
René Scharfe 6d167fd7cc pretty: use fmt_output_email_subject() 8 years ago
René Scharfe 8ffc8dc6ba log-tree: factor out fmt_output_email_subject() 8 years ago
Jacob Keller 660e113ce1 graph: add support for --line-prefix on all graph-aware output 9 years ago
Nguyễn Thái Ngọc Duy a903e233f6 log: decorate HEAD -> branch with the same color for arrow and HEAD 9 years ago
Johannes Schindelin 4d7b0efc5e log-tree: respect diffopt's configured output file stream 9 years ago
Johannes Schindelin 6ea57703f6 log: prepare log/log-tree to reuse the diffopt.close_file attribute 9 years ago
Josef Kufner 3ad87c807c pretty: pass graph width to pretty formatting for use in '%>|(N)' 9 years ago
Eric Wong 9f23e04061 pretty: support "mboxrd" output format 9 years ago
Linus Torvalds 7cc13c717b pretty: expand tabs in indented logs to make things line up properly 9 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
brian m. carlson 3a30aa1787 format-patch: add an option to suppress commit hash 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 a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Mike Hommey 58d121b22b Allow to control where the replace refs are looked for 10 years ago
Michael Haggerty 3d79f65735 add_ref_decoration(): convert local variable original_sha1 to object_id 10 years ago
Michael Haggerty f124b73023 add_ref_decoration(): rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Junio C Hamano 429ad20413 log: do not shorten decoration names too early 10 years ago
Junio C Hamano 76c61fbdba log: decorate HEAD with branch name under --decorate=full, too 10 years ago
brian m. carlson 7683e2e6e3 commit: convert parts to struct object_id 10 years ago
Junio C Hamano 51ff0f27bc log: decorate HEAD with branch name 10 years ago
Junio C Hamano 5ee875852e log --decorate: do not leak "commit" color into the next item 10 years ago
Jeff King f6c5a2968c color_parse: do not mention variable name in error message 10 years ago
Jonathan Nieder 8852117a60 pass config slots as pointers instead of offsets 10 years ago
Harry Jeffery 9271095cc5 pretty: add %D format specifier 11 years ago
Jeff King 2e3dfb2169 log-tree: use FLEX_ARRAY in name_decoration 11 years ago
Jeff King 2608c24940 log-tree: make name_decoration hash static 11 years ago
Jeff King 662174d299 log-tree: make add_name_decoration a public function 11 years ago
Jeff King b9c7d6e433 pretty: make empty userformats truly empty 11 years ago
Michael J Gruber 42c55ce49e log: correctly identify mergetag signature verification status 11 years ago
Zoltan Klinger cf3983d1ff log: fix indentation for --graph --show-signature 11 years ago
Christian Couder 063da62b02 commit: add for_each_mergetag() 11 years ago