214 Commits (21a9002fd13cecb0ad00e922e06e515ea35f2627)

Author SHA1 Message Date
Jacob Keller 660e113ce1 graph: add support for --line-prefix on all graph-aware output 8 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 10 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
Jeff King 218aa3a616 reuse cached commit buffer when parsing signatures 11 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
Nguyễn Thái Ngọc Duy 1b32decefd log: add --show-linear-break to help see non-linear history 11 years ago
Michael Haggerty afc711b8e1 rename read_replace_refs to check_replace_refs 11 years ago
brian m. carlson 5e1361ccdb log: properly handle decorations with chained tags 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 7059dccc6c log_tree_diff: die when we fail to parse a commit 11 years ago
Thomas Rast 53d00b39ce log: use true parents for diff even when rewriting 12 years ago
Jeff King a90804752f teach format-patch to place other authors into in-body "From" 12 years ago
Alexey Shumkin ecaee8050c pretty: --format output should honor logOutputEncoding 12 years ago
Nguyễn Thái Ngọc Duy 9d3f002f21 pretty: share code between format_decoration and show_decorations 12 years ago
Thomas Rast 12da1d1f6f Implement line-history search (git log -L) 12 years ago
Thomas Rast d1b9b76734 Avoid loading commits twice in log with diffs 12 years ago
Michael J Gruber 9cc4ac8ff1 gpg_interface: allow to request status return 12 years ago
Michael J Gruber 1315093f99 log-tree: rely upon the check in the gpg_interface 12 years ago
Brandon Casey 959a26231f Unify appending signoff in format-patch, commit and sequencer 12 years ago
Nguyễn Thái Ngọc Duy 5289c56a72 format-patch: update append_signoff prototype 12 years ago