summaryrefslogtreecommitdiffstats
path: root/pretty.c
AgeCommit message (Expand)AuthorLines
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
2016-10-28Merge branch 'rs/c-auto-resets-attributes' into maintJunio C Hamano-0/+2
2016-10-26Merge branch 'mg/gpg-richer-status'Junio C Hamano-0/+4
2016-10-17Merge branch 'rs/cocci'Junio C Hamano-7/+5
2016-10-12gpg-interface: use more status lettersMichael J Gruber-0/+4
2016-10-10use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe-7/+5
2016-10-06Merge branch 'rs/c-auto-resets-attributes'Junio C Hamano-1/+1
2016-09-29pretty: avoid adding reset for %C(auto) if output is emptyRené Scharfe-1/+1
2016-09-26Merge branch 'rs/c-auto-resets-attributes'Junio C Hamano-0/+2
2016-09-19Merge branch 'rs/hex2chr' into maintJunio C Hamano-8/+5
2016-09-19pretty: let %C(auto) reset all attributesRené Scharfe-0/+2
2016-09-12Merge branch 'rs/hex2chr'Junio C Hamano-8/+5
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe-8/+5
2016-08-12Merge branch 'rs/use-strbuf-add-unique-abbrev'Junio C Hamano-7/+6
2016-08-06use strbuf_add_unique_abbrev() for adding short hashesRené Scharfe-7/+6
2016-07-28Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maintJunio C Hamano-8/+8
2016-07-11Merge branch 'nd/graph-width-padded' into maintJunio C Hamano-1/+8