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