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