summaryrefslogtreecommitdiff
path: root/pretty.c
AgeCommit message (Expand)Author
2020-04-08format-patch: teach --no-encode-email-headersEmma Brooks
2020-02-17Merge branch 'rs/strbuf-insertstr'Junio C Hamano
2020-02-10strbuf: add and use strbuf_insertstr()René Scharfe
2020-01-30Merge branch 'hi/gpg-mintrustlevel'Junio C Hamano
2020-01-15gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen
2019-12-10Merge branch 'dl/pretty-reference'Junio C Hamano
2019-11-20pretty: implement 'reference' formatDenton Liu
2019-11-20pretty: add struct cmt_fmt_map::default_date_mode_typeDenton Liu
2019-11-20pretty: provide short date formatRené Scharfe
2019-11-20pretty.c: inline initalize format_contextDenton Liu
2019-10-30pretty: add "%aL" etc. to show local-part of email addressesPrarit Bhargava
2019-09-09log-tree: call load_ref_decorations() in get_name_decoration()René Scharfe
2019-06-18use COPY_ARRAY for copying arraysRené Scharfe
2019-03-20pretty: drop unused strbuf from parse_padding_placeholder()Jeff King
2019-03-20pretty: drop unused "type" parameter in needs_rfc2047_encoding()Jeff King
2019-03-07Merge branch 'nd/completion-more-parameters'Junio C Hamano
2019-03-07Merge branch 'aw/pretty-trailers'Junio C Hamano
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano
2019-01-29pretty: add support for separator option in %(trailers)Anders Waldenborg
2019-01-29strbuf: separate callback for strbuf_expand:ing literalsAnders Waldenborg
2019-01-29pretty: add support for "valueonly" option in %(trailers)Anders Waldenborg
2019-01-29pretty: allow showing specific trailersAnders Waldenborg
2019-01-29pretty: single return path in %(trailers) handlingAnders Waldenborg
2019-01-29pretty: allow %(trailers) options with explicit valueAnders Waldenborg
2019-01-11log: add %S option (like --source) to log --formatIssac Trotts
2018-11-14pretty: prepare format_commit_message to handle arbitrary repositoriesStefan Beller
2018-11-14commit: prepare logmsg_reencode to handle arbitrary repositoriesStefan Beller
2018-11-02Merge branch 'mg/gpg-fingerprint'Junio C Hamano
2018-10-22gpg-interface.c: obtain primary key fingerprint as wellMichał Górny
2018-10-22gpg-interface.c: support getting key fingerprint via %GF formatMichał Górny
2018-09-17Merge branch 'jk/trailer-fixes'Junio C Hamano
2018-08-23pretty, ref-filter: format %(trailers) with no_divider optionJeff King
2018-08-15Merge branch 'jk/size-t'Junio C Hamano
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano
2018-07-24reencode_string: use size_t for string lengthsJeff King
2018-07-16pretty: switch hard-coded constants to the_hash_algobrian m. carlson
2018-06-29commit: add repository argument to get_cached_commit_bufferStefan Beller
2018-06-29object: add repository argument to parse_objectStefan Beller
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee
2018-03-14strbuf: convert strbuf_add_unique_abbrev to use struct object_idbrian m. carlson
2017-11-22log: add option to choose which refs to decorateRafael Ascensão
2017-10-02pretty.c: delimit "%(trailers)" arguments with ","Taylor Blau
2017-08-27Merge branch 'jk/trailers-parse'Junio C Hamano
2017-08-15pretty: support normalization options for %(trailers)Jeff King
2017-08-15pretty: move trailer formatting to trailer.cJeff King
2017-07-13pretty: respect color settings for %C placeholdersJeff King
2017-07-10Merge branch 'rs/pretty-add-again' into maintJunio C Hamano