summaryrefslogtreecommitdiffstats
path: root/pretty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+2
|\
| * global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | pretty: add casts for decoration option pointersPatrick Steinhardt2024-06-071-2/+2
* | global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-1/+1
|/
* config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-5/+9
* Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano2024-04-161-9/+9
|\
| * date: make DATE_MODE thread-safeRené Scharfe2024-04-061-9/+9
* | Merge branch 'bl/pretty-shorthand-config-fix'Junio C Hamano2024-04-031-1/+1
|\ \
| * | pretty: find pretty formats case-insensitivelyBrian Lyles2024-03-251-1/+1
* | | Merge branch 'jk/pretty-subject-cleanup'Junio C Hamano2024-04-011-23/+20
|\ \ \ | |_|/ |/| |
| * | pretty: drop print_email_subject flagJeff King2024-03-201-13/+8
| * | pretty: split oneline and email subject printingJeff King2024-03-201-10/+12
* | | trailer: reorder format_trailers_from_commit() parametersLinus Arver2024-03-011-1/+1
|/ /
* | pretty: fix ref filtering for %(decorate) formatsAndy Koppe2023-10-091-0/+4
* | pretty: add pointer and tag options to %(decorate)Andy Koppe2023-08-211-1/+5
* | pretty: add %(decorate[:<options>]) formatAndy Koppe2023-08-211-4/+55
* | decorate: refactor format_decorations()Andy Koppe2023-08-211-3/+10
* | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \
| * | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | | Merge branch 'rs/userformat-find-requirements-simplify'Junio C Hamano2023-07-171-4/+2
|\ \ \
| * | | pretty: use strchr(3) in userformat_find_requirements()René Scharfe2023-07-081-4/+2
* | | | Merge branch 'rs/pretty-format-double-negation-fix'Junio C Hamano2023-07-171-3/+3
|\ \ \ \
| * | | | pretty: avoid double negative in format_commit_item()René Scharfe2023-07-071-3/+3
| |/ / /
* | | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-0/+1
|\ \ \ \
| * | | | config: add ctx arg to config_fn_tGlen Choo2023-06-281-0/+1
* | | | | Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-061-0/+1
|\ \ \ \ \
| * | | | | object-name: move related functions to object-nameCalvin Wan2023-06-121-0/+1
| |/ / / /
* | | | | Merge branch 'rs/strbuf-expand-step'Junio C Hamano2023-07-061-43/+56
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | strbuf: simplify strbuf_expand_literal_cb()René Scharfe2023-06-181-2/+2
| * | | replace strbuf_expand() with strbuf_expand_step()René Scharfe2023-06-181-29/+43
| * | | pretty: factor out expand_separator()René Scharfe2023-06-181-14/+13
| |/ /
* / / diff.h: remove unnecessary include of oidset.hElijah Newren2023-06-211-0/+1
|/ /
* | treewide: remove cache.h inclusion due to pager.h changesElijah Newren2023-04-111-1/+1
* | pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+1
* | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-4/+6
|\ \
| * | post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
| |/
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-1/+2
|\ \
| * | userformat_want_item(): mark unused parameterJeff King2023-02-241-1/+2
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-0/+1
|/
* Sync with Git 2.37.5Junio C Hamano2022-12-131-11/+52
|\
| * Merge branch 'maint-2.34' into maint-2.35Junio C Hamano2022-12-131-11/+52
| |\
| | * Merge branch 'maint-2.33' into maint-2.34Junio C Hamano2022-12-131-11/+52
| | |\
| | | * Sync with Git 2.32.5Junio C Hamano2022-12-131-11/+52
| | | |\
| | | | * Sync with Git 2.31.6Junio C Hamano2022-12-131-11/+52
| | | | |\
| | | | | * Sync with Git 2.30.7Junio C Hamano2022-12-131-11/+52
| | | | | |\