summaryrefslogtreecommitdiff
path: root/pretty.c
AgeCommit message (Expand)Author
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
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24Merge branch 'rs/pretty-add-again'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-15pretty: recalculate duplicate short hashesRené Scharfe
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-24parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin
2017-03-10Merge branch 'rs/log-email-subject'Junio C Hamano
2017-03-01pretty: use fmt_output_email_subject()René Scharfe
2016-12-11pretty: add %(trailers) format for displaying trailers of a commit messageJacob Keller
2016-10-28Merge branch 'rs/cocci' into maintJunio C Hamano
2016-10-28Merge branch 'rs/c-auto-resets-attributes' into maintJunio C Hamano
2016-10-26Merge branch 'mg/gpg-richer-status'Junio C Hamano
2016-10-17Merge branch 'rs/cocci'Junio C Hamano
2016-10-12gpg-interface: use more status lettersMichael J Gruber
2016-10-10use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe
2016-10-06Merge branch 'rs/c-auto-resets-attributes'Junio C Hamano
2016-09-30pretty: avoid adding reset for %C(auto) if output is emptyRené Scharfe
2016-09-26Merge branch 'rs/c-auto-resets-attributes'Junio C Hamano
2016-09-19Merge branch 'rs/hex2chr' into maintJunio C Hamano
2016-09-19pretty: let %C(auto) reset all attributesRené Scharfe
2016-09-12Merge branch 'rs/hex2chr'Junio C Hamano
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe
2016-08-12Merge branch 'rs/use-strbuf-add-unique-abbrev'Junio C Hamano
2016-08-06use strbuf_add_unique_abbrev() for adding short hashesRené Scharfe
2016-07-28Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maintJunio C Hamano
2016-07-11Merge branch 'nd/graph-width-padded' into maintJunio C Hamano