summaryrefslogtreecommitdiff
path: root/pretty.c
AgeCommit message (Expand)Author
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-04pretty: clear signature checkPatrick Steinhardt
2024-09-25Merge branch 'ak/typofix-2.46-maint'Junio C Hamano
2024-09-19pretty: fix a typoAndrew Kreimer
2024-08-22pretty: fix leaking key/value separator bufferPatrick Steinhardt
2024-08-22pretty: fix memory leaks when parsing pretty formatsPatrick Steinhardt
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-07pretty: add casts for decoration option pointersPatrick Steinhardt
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt
2024-04-16Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano
2024-04-05date: make DATE_MODE thread-safeRené Scharfe
2024-04-03Merge branch 'bl/pretty-shorthand-config-fix'Junio C Hamano
2024-04-01Merge branch 'jk/pretty-subject-cleanup'Junio C Hamano
2024-03-25pretty: find pretty formats case-insensitivelyBrian Lyles
2024-03-19pretty: drop print_email_subject flagJeff King
2024-03-19pretty: split oneline and email subject printingJeff King
2024-03-01trailer: reorder format_trailers_from_commit() parametersLinus Arver
2023-10-09pretty: fix ref filtering for %(decorate) formatsAndy Koppe
2023-08-21pretty: add pointer and tag options to %(decorate)Andy Koppe
2023-08-21pretty: add %(decorate[:<options>]) formatAndy Koppe
2023-08-21decorate: refactor format_decorations()Andy Koppe
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-17Merge branch 'rs/userformat-find-requirements-simplify'Junio C Hamano
2023-07-17Merge branch 'rs/pretty-format-double-negation-fix'Junio C Hamano
2023-07-07pretty: use strchr(3) in userformat_find_requirements()René Scharfe
2023-07-07pretty: avoid double negative in format_commit_item()René Scharfe
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-18strbuf: simplify strbuf_expand_literal_cb()René Scharfe
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe
2023-06-18pretty: factor out expand_separator()René Scharfe
2023-06-12object-name: move related functions to object-nameCalvin Wan
2023-04-11treewide: remove cache.h inclusion due to pager.h changesElijah Newren
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-24userformat_want_item(): mark unused parameterJeff King
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren