index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretty.c
Age
Commit message (
Expand
)
Author
2024-04-16
Merge branch 'rs/date-mode-pass-by-value'
Junio C Hamano
2024-04-05
date: make DATE_MODE thread-safe
René Scharfe
2024-04-03
Merge branch 'bl/pretty-shorthand-config-fix'
Junio C Hamano
2024-04-01
Merge branch 'jk/pretty-subject-cleanup'
Junio C Hamano
2024-03-25
pretty: find pretty formats case-insensitively
Brian Lyles
2024-03-19
pretty: drop print_email_subject flag
Jeff King
2024-03-19
pretty: split oneline and email subject printing
Jeff King
2024-03-01
trailer: reorder format_trailers_from_commit() parameters
Linus Arver
2023-10-09
pretty: fix ref filtering for %(decorate) formats
Andy Koppe
2023-08-21
pretty: add pointer and tag options to %(decorate)
Andy Koppe
2023-08-21
pretty: add %(decorate[:<options>]) format
Andy Koppe
2023-08-21
decorate: refactor format_decorations()
Andy Koppe
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
Merge branch 'rs/userformat-find-requirements-simplify'
Junio C Hamano
2023-07-17
Merge branch 'rs/pretty-format-double-negation-fix'
Junio C Hamano
2023-07-07
pretty: use strchr(3) in userformat_find_requirements()
René Scharfe
2023-07-07
pretty: avoid double negative in format_commit_item()
René Scharfe
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
2023-07-06
Merge branch 'rs/strbuf-expand-step'
Junio C Hamano
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-18
strbuf: simplify strbuf_expand_literal_cb()
René Scharfe
2023-06-18
replace strbuf_expand() with strbuf_expand_step()
René Scharfe
2023-06-18
pretty: factor out expand_separator()
René Scharfe
2023-06-12
object-name: move related functions to object-name
Calvin Wan
2023-04-11
treewide: remove cache.h inclusion due to pager.h changes
Elijah Newren
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-02-24
userformat_want_item(): mark unused parameter
Jeff King
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2022-12-13
Sync with Git 2.37.5
Junio C Hamano
2022-12-13
Merge branch 'maint-2.34' into maint-2.35
Junio C Hamano
2022-12-13
Merge branch 'maint-2.33' into maint-2.34
Junio C Hamano
2022-12-13
Sync with Git 2.32.5
Junio C Hamano
2022-12-13
Sync with Git 2.31.6
Junio C Hamano
2022-12-13
Sync with Git 2.30.7
Junio C Hamano
2022-12-09
pretty: restrict input lengths for padding and wrapping formats
Patrick Steinhardt
2022-12-09
utf8: fix truncated string lengths in `utf8_strnwidth()`
Patrick Steinhardt
2022-12-09
pretty: fix integer overflow in wrapping format
Patrick Steinhardt
2022-12-09
pretty: fix adding linefeed when placeholder is not expanded
Patrick Steinhardt
2022-12-09
pretty: fix out-of-bounds read when parsing invalid padding format
Patrick Steinhardt
[next]