index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pretty.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-23
pretty.c: better die message %(count) and %(total)
Mirko Faina
-2
/
+2
2026-03-16
Merge branch 'mf/format-patch-cover-letter-format' into mf/format-patch-commi...
Junio C Hamano
-0
/
+15
2026-03-06
pretty.c: add %(count) and %(total) placeholders
Mirko Faina
-0
/
+15
2026-02-20
mailmap: stop using the_repository
Burak Kaan Karaçay
-1
/
+1
2025-09-16
color: use git_colorbool enum type to store colorbools
Jeff King
-3
/
+3
2025-09-16
pretty: use format_commit_context.auto_color as colorbool
Jeff King
-2
/
+2
2025-09-16
color: use GIT_COLOR_* instead of numeric constants
Jeff King
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
-1
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+1
2024-11-04
pretty: clear signature check
Patrick Steinhardt
-0
/
+1
2024-09-25
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
-1
/
+1
2024-09-19
pretty: fix a typo
Andrew Kreimer
-1
/
+1
2024-08-22
pretty: fix leaking key/value separator buffer
Patrick Steinhardt
-0
/
+1
2024-08-22
pretty: fix memory leaks when parsing pretty formats
Patrick Steinhardt
-3
/
+9
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
-0
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+2
2024-06-07
pretty: add casts for decoration option pointers
Patrick Steinhardt
-2
/
+2
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
-1
/
+1
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
-5
/
+9
2024-04-16
Merge branch 'rs/date-mode-pass-by-value'
Junio C Hamano
-9
/
+9
2024-04-05
date: make DATE_MODE thread-safe
René Scharfe
-9
/
+9
2024-04-03
Merge branch 'bl/pretty-shorthand-config-fix'
Junio C Hamano
-1
/
+1
2024-04-01
Merge branch 'jk/pretty-subject-cleanup'
Junio C Hamano
-23
/
+20
2024-03-25
pretty: find pretty formats case-insensitively
Brian Lyles
-1
/
+1
2024-03-19
pretty: drop print_email_subject flag
Jeff King
-13
/
+8
2024-03-19
pretty: split oneline and email subject printing
Jeff King
-10
/
+12
2024-03-01
trailer: reorder format_trailers_from_commit() parameters
Linus Arver
-1
/
+1
2023-10-09
pretty: fix ref filtering for %(decorate) formats
Andy Koppe
-0
/
+4
2023-08-21
pretty: add pointer and tag options to %(decorate)
Andy Koppe
-1
/
+5
2023-08-21
pretty: add %(decorate[:<options>]) format
Andy Koppe
-4
/
+55
2023-08-21
decorate: refactor format_decorations()
Andy Koppe
-3
/
+10
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
-1
/
+0
2023-07-17
Merge branch 'rs/userformat-find-requirements-simplify'
Junio C Hamano
-4
/
+2
2023-07-17
Merge branch 'rs/pretty-format-double-negation-fix'
Junio C Hamano
-3
/
+3
2023-07-07
pretty: use strchr(3) in userformat_find_requirements()
René Scharfe
-4
/
+2
2023-07-07
pretty: avoid double negative in format_commit_item()
René Scharfe
-3
/
+3
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
-0
/
+1
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
-0
/
+1
2023-07-06
Merge branch 'rs/strbuf-expand-step'
Junio C Hamano
-43
/
+56
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
-1
/
+0
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
-0
/
+1
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
-0
/
+1
2023-06-18
strbuf: simplify strbuf_expand_literal_cb()
René Scharfe
-2
/
+2
2023-06-18
replace strbuf_expand() with strbuf_expand_step()
René Scharfe
-29
/
+43
2023-06-18
pretty: factor out expand_separator()
René Scharfe
-14
/
+13
2023-06-12
object-name: move related functions to object-name
Calvin Wan
-0
/
+1
2023-04-11
treewide: remove cache.h inclusion due to pager.h changes
Elijah Newren
-1
/
+1
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
-4
/
+6
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
-1
/
+1
[next]