summaryrefslogtreecommitdiff
path: root/pretty.c
AgeCommit message (Expand)Author
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
2016-07-11Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano
2016-07-06Merge branch 'nd/graph-width-padded'Junio C Hamano
2016-07-06Merge branch 'ew/mboxrd-format-am'Junio C Hamano
2016-06-27Merge branch 'et/pretty-format-c-auto' into maintJunio C Hamano
2016-06-22pretty: make the skip_blank_lines() function publicJohannes Schindelin
2016-06-20Merge branch 'et/pretty-format-c-auto'Junio C Hamano
2016-06-16pretty.c: support <direction>|(<negative number>) formsNguyễn Thái Ngọc Duy
2016-06-16pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner
2016-06-06pretty: support "mboxrd" output formatEric Wong
2016-05-27format_commit_message: honor `color=auto` for `%C(auto)`Edward Thomson
2016-03-30pretty: allow tweaking tabwidth in --expand-tabsJunio C Hamano
2016-03-30pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano
2016-03-30pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-06-29convert "enum date_mode" into a structJeff King