summaryrefslogtreecommitdiffstats
path: root/pretty.h
AgeCommit message (Expand)AuthorLines
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King-1/+2
2024-04-16Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano-1/+1
2024-04-05date: make DATE_MODE thread-safeRené Scharfe-1/+1
2024-03-19format-patch: return an allocated string from log_write_email_headers()Jeff King-1/+1
2024-03-19pretty: drop print_email_subject flagJeff King-1/+0
2024-03-19pretty: split oneline and email subject printingJeff King-4/+4
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano-4/+0
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-4/+0
2023-02-23pretty.h: move has_non_ascii() declaration from commit.hElijah Newren-0/+2
2023-02-23treewide: remove unnecessary cache.h includesElijah Newren-1/+1
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason-0/+10
2021-06-28log: avoid loading decorations for userformats that don't need itJeff King-0/+1
2021-06-28pretty.h: update and expand docstring for userformat_find_requirements()Jeff King-2/+5
2021-03-22Merge branch 'rs/pretty-describe'Junio C Hamano-0/+5
2021-03-11archive: expand only a single %(describe) per archiveRené Scharfe-0/+5
2021-02-15pretty.c: capture invalid trailer argumentHariom Verma-1/+2
2021-02-15pretty.c: refactor trailer logic to `format_set_trailers_options()`Hariom Verma-0/+11
2020-08-28pretty: refactor `format_sanitized_subject()`Hariom Verma-0/+3
2020-04-07format-patch: teach --no-encode-email-headersEmma Brooks-0/+1
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano-1/+6
2019-01-11log: add %S option (like --source) to log --formatIssac Trotts-0/+1
2018-11-14pretty: prepare format_commit_message to handle arbitrary repositoriesStefan Beller-1/+6
2018-08-15Add missing includes and forward declarationsElijah Newren-0/+4
2017-12-12format: create docs for pretty.hOlga Telezhnaya-0/+44
2017-12-12format: create pretty.h fileOlga Telezhnaya-0/+87