summaryrefslogtreecommitdiff
path: root/pretty.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-09Merge branch 'rs/strbuf-add-oid-hex'Junio C Hamano1-4/+4
2026-05-25Merge branch 'jk/pretty-no-strbuf-presizing'Junio C Hamano1-1/+0
2026-05-14hex: add and use strbuf_add_oid_hex()René Scharfe1-4/+4
2026-05-13pretty: drop strbuf pre-sizing from add_rfc2047()Jeff King1-1/+0
2026-03-23pretty.c: better die message %(count) and %(total)Mirko Faina1-2/+2
2026-03-16Merge branch 'mf/format-patch-cover-letter-format' into mf/format-patch-commi...Junio C Hamano1-0/+15
2026-03-06pretty.c: add %(count) and %(total) placeholdersMirko Faina1-0/+15
2026-02-20mailmap: stop using the_repositoryBurak Kaan Karaçay1-1/+1
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King1-3/+3
2025-09-16pretty: use format_commit_context.auto_color as colorboolJeff King1-2/+2
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-11-04pretty: clear signature checkPatrick Steinhardt1-0/+1
2024-09-25Merge branch 'ak/typofix-2.46-maint'Junio C Hamano1-1/+1
2024-09-19pretty: fix a typoAndrew Kreimer1-1/+1
2024-08-22pretty: fix leaking key/value separator bufferPatrick Steinhardt1-0/+1
2024-08-22pretty: fix memory leaks when parsing pretty formatsPatrick Steinhardt1-3/+9
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-0/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-07pretty: add casts for decoration option pointersPatrick Steinhardt1-2/+2
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-1/+1
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt1-5/+9
2024-04-16Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano1-9/+9
2024-04-05date: make DATE_MODE thread-safeRené Scharfe1-9/+9
2024-04-03Merge branch 'bl/pretty-shorthand-config-fix'Junio C Hamano1-1/+1
2024-04-01Merge branch 'jk/pretty-subject-cleanup'Junio C Hamano1-23/+20
2024-03-25pretty: find pretty formats case-insensitivelyBrian Lyles1-1/+1
2024-03-19pretty: drop print_email_subject flagJeff King1-13/+8
2024-03-19pretty: split oneline and email subject printingJeff King1-10/+12
2024-03-01trailer: reorder format_trailers_from_commit() parametersLinus Arver1-1/+1
2023-10-09pretty: fix ref filtering for %(decorate) formatsAndy Koppe1-0/+4
2023-08-21pretty: add pointer and tag options to %(decorate)Andy Koppe1-1/+5
2023-08-21pretty: add %(decorate[:<options>]) formatAndy Koppe1-4/+55
2023-08-21decorate: refactor format_decorations()Andy Koppe1-3/+10
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-17Merge branch 'rs/userformat-find-requirements-simplify'Junio C Hamano1-4/+2
2023-07-17Merge branch 'rs/pretty-format-double-negation-fix'Junio C Hamano1-3/+3
2023-07-07pretty: use strchr(3) in userformat_find_requirements()René Scharfe1-4/+2
2023-07-07pretty: avoid double negative in format_commit_item()René Scharfe1-3/+3
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-0/+1
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano1-0/+1
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano1-43/+56
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-0/+1
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren1-0/+1
2023-06-18strbuf: simplify strbuf_expand_literal_cb()René Scharfe1-2/+2
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe1-29/+43
2023-06-18pretty: factor out expand_separator()René Scharfe1-14/+13
2023-06-12object-name: move related functions to object-nameCalvin Wan1-0/+1