summaryrefslogtreecommitdiffstats
path: root/pretty.c
AgeCommit message (Expand)AuthorLines
2019-06-17use COPY_ARRAY for copying arraysRené Scharfe-2/+2
2019-03-20pretty: drop unused strbuf from parse_padding_placeholder()Jeff King-3/+2
2019-03-20pretty: drop unused "type" parameter in needs_rfc2047_encoding()Jeff King-4/+3
2019-03-07Merge branch 'nd/completion-more-parameters'Junio C Hamano-0/+4
2019-03-07Merge branch 'aw/pretty-trailers'Junio C Hamano-18/+95
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy-0/+4
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano-13/+15
2019-01-29pretty: add support for separator option in %(trailers)Anders Waldenborg-0/+10
2019-01-29strbuf: separate callback for strbuf_expand:ing literalsAnders Waldenborg-11/+5
2019-01-29pretty: add support for "valueonly" option in %(trailers)Anders Waldenborg-1/+2
2019-01-29pretty: allow showing specific trailersAnders Waldenborg-2/+34
2019-01-29pretty: single return path in %(trailers) handlingAnders Waldenborg-1/+3
2019-01-29pretty: allow %(trailers) options with explicit valueAnders Waldenborg-7/+45
2019-01-11log: add %S option (like --source) to log --formatIssac Trotts-0/+12
2018-11-14pretty: prepare format_commit_message to handle arbitrary repositoriesStefan Beller-7/+8
2018-11-14commit: prepare logmsg_reencode to handle arbitrary repositoriesStefan Beller-6/+7
2018-11-03Merge branch 'mg/gpg-fingerprint'Junio C Hamano-0/+8
2018-10-23gpg-interface.c: obtain primary key fingerprint as wellMichał Górny-0/+4
2018-10-23gpg-interface.c: support getting key fingerprint via %GF formatMichał Górny-0/+4
2018-09-17Merge branch 'jk/trailer-fixes'Junio C Hamano-0/+3
2018-08-23pretty, ref-filter: format %(trailers) with no_divider optionJeff King-0/+3
2018-08-15Merge branch 'jk/size-t'Junio C Hamano-1/+1
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano-2/+2
2018-07-24reencode_string: use size_t for string lengthsJeff King-1/+1
2018-07-16pretty: switch hard-coded constants to the_hash_algobrian m. carlson-2/+2
2018-06-29commit: add repository argument to get_cached_commit_bufferStefan Beller-1/+1
2018-06-29object: add repository argument to parse_objectStefan Beller-1/+1
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano-2/+3
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee-2/+3
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee-2/+2
2018-03-14strbuf: convert strbuf_add_unique_abbrev to use struct object_idbrian m. carlson-4/+4
2017-11-22log: add option to choose which refs to decorateRafael Ascensão-2/+2
2017-10-02pretty.c: delimit "%(trailers)" arguments with ","Taylor Blau-5/+28
2017-08-26Merge branch 'jk/trailers-parse'Junio C Hamano-13/+13
2017-08-15pretty: support normalization options for %(trailers)Jeff King-3/+12
2017-08-15pretty: move trailer formatting to trailer.cJeff King-11/+2
2017-07-13pretty: respect color settings for %C placeholdersJeff King-4/+23
2017-07-10Merge branch 'rs/pretty-add-again' into maintJunio C Hamano-32/+0
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-24Merge branch 'rs/pretty-add-again'Junio C Hamano-32/+0
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-06-15pretty: recalculate duplicate short hashesRené Scharfe-32/+0
2017-05-29Merge branch 'bc/object-id'Junio C Hamano-1/+1
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson-1/+1
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin-1/+1
2017-04-23parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin-1/+1
2017-03-10Merge branch 'rs/log-email-subject'Junio C Hamano-3/+4
2017-03-01pretty: use fmt_output_email_subject()René Scharfe-3/+4
2016-12-11pretty: add %(trailers) format for displaying trailers of a commit messageJacob Keller-0/+17
2016-10-28Merge branch 'rs/cocci' into maintJunio C Hamano-7/+5