index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pretty.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpg-interface: add function for converting trust level to string
Jaydeep Das
2022-07-11
1
-17
/
+1
*
Merge branch 'es/pretty-describe-more'
Junio C Hamano
2021-12-15
1
-10
/
+48
|
\
|
*
pretty: add abbrev option to %(describe)
Eli Schwartz
2021-11-01
1
-0
/
+15
|
*
pretty: add tag option to %(describe)
Eli Schwartz
2021-11-01
1
-0
/
+12
|
*
pretty.c: rework describe options parsing for better extensibility
Eli Schwartz
2021-11-01
1
-10
/
+21
*
|
Merge branch 'hm/paint-hits-in-log-grep'
Junio C Hamano
2021-11-01
1
-12
/
+89
|
\
\
|
*
|
pretty: colorize pattern matches in commit messages
Hamza Mahfooz
2021-10-08
1
-12
/
+89
|
|
/
*
|
Merge branch 'jk/log-warn-on-bogus-encoding'
Junio C Hamano
2021-10-30
1
-5
/
+1
|
\
\
|
*
|
Revert "logmsg_reencode(): warn when iconv() fails"
Junio C Hamano
2021-10-29
1
-5
/
+1
|
|
/
*
|
Merge branch 'fs/ssh-signing'
Junio C Hamano
2021-10-26
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
ssh signing: preliminary refactoring and clean-up
Fabian Stelzer
2021-09-10
1
-2
/
+2
*
|
logmsg_reencode(): warn when iconv() fails
Jeff King
2021-08-27
1
-1
/
+5
*
|
log: avoid loading decorations for userformats that don't need it
Jeff King
2021-06-29
1
-0
/
+4
|
/
*
pretty: provide human date format
ZheNing Hu
2021-04-27
1
-0
/
+3
*
Merge branch 'rs/pretty-describe'
Junio C Hamano
2021-03-22
1
-0
/
+64
|
\
|
*
archive: expand only a single %(describe) per archive
René Scharfe
2021-03-11
1
-0
/
+8
|
*
pretty: add merge and exclude options to %(describe)
René Scharfe
2021-02-17
1
-2
/
+41
|
*
pretty: add %(describe)
René Scharfe
2021-02-17
1
-0
/
+17
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
|
Merge branch 'hv/trailer-formatting'
Junio C Hamano
2021-03-01
1
-39
/
+59
|
\
\
|
|
/
|
/
|
|
*
pretty.c: capture invalid trailer argument
Hariom Verma
2021-02-16
1
-4
/
+13
|
*
pretty.c: refactor trailer logic to `format_set_trailers_options()`
Hariom Verma
2021-02-16
1
-39
/
+50
*
|
pretty: lazy-load commit data when expanding user-format
Jeff King
2021-01-28
1
-11
/
+12
|
/
*
shortlog: remove unused(?) "repo-abbrev" feature
Ævar Arnfjörð Bjarmason
2021-01-12
1
-1
/
+1
*
pretty format %(trailers): add a "key_value_separator"
Ævar Arnfjörð Bjarmason
2020-12-09
1
-0
/
+9
*
pretty format %(trailers): add a "keyonly"
Ævar Arnfjörð Bjarmason
2020-12-09
1
-0
/
+1
*
pretty: refactor `format_sanitized_subject()`
Hariom Verma
2020-08-28
1
-9
/
+11
*
format-patch: teach --no-encode-email-headers
Emma Brooks
2020-04-08
1
-2
/
+4
*
Merge branch 'rs/strbuf-insertstr'
Junio C Hamano
2020-02-17
1
-2
/
+2
|
\
|
*
strbuf: add and use strbuf_insertstr()
René Scharfe
2020-02-10
1
-2
/
+2
*
|
Merge branch 'hi/gpg-mintrustlevel'
Junio C Hamano
2020-01-30
1
-1
/
+29
|
\
\
|
|
/
|
/
|
|
*
gpg-interface: add minTrustLevel as a configuration option
Hans Jerry Illikainen
2020-01-15
1
-1
/
+29
*
|
Merge branch 'dl/pretty-reference'
Junio C Hamano
2019-12-10
1
-6
/
+14
|
\
\
|
|
/
|
/
|
|
*
pretty: implement 'reference' format
Denton Liu
2019-11-20
1
-1
/
+3
|
*
pretty: add struct cmt_fmt_map::default_date_mode_type
Denton Liu
2019-11-20
1
-0
/
+3
|
*
pretty: provide short date format
René Scharfe
2019-11-20
1
-0
/
+3
|
*
pretty.c: inline initalize format_context
Denton Liu
2019-11-20
1
-5
/
+5
*
|
pretty: add "%aL" etc. to show local-part of email addresses
Prarit Bhargava
2019-10-30
1
-1
/
+8
*
|
log-tree: call load_ref_decorations() in get_name_decoration()
René Scharfe
2019-09-09
1
-2
/
+0
|
/
*
use COPY_ARRAY for copying arrays
René Scharfe
2019-06-18
1
-2
/
+2
*
pretty: drop unused strbuf from parse_padding_placeholder()
Jeff King
2019-03-20
1
-3
/
+2
*
pretty: drop unused "type" parameter in needs_rfc2047_encoding()
Jeff King
2019-03-20
1
-4
/
+3
*
Merge branch 'nd/completion-more-parameters'
Junio C Hamano
2019-03-07
1
-0
/
+4
|
\
|
*
completion: add more parameter value completion
Nguyễn Thái Ngọc Duy
2019-02-20
1
-0
/
+4
*
|
Merge branch 'aw/pretty-trailers'
Junio C Hamano
2019-03-07
1
-18
/
+95
|
\
\
|
|
/
|
/
|
|
*
pretty: add support for separator option in %(trailers)
Anders Waldenborg
2019-01-29
1
-0
/
+10
|
*
strbuf: separate callback for strbuf_expand:ing literals
Anders Waldenborg
2019-01-29
1
-11
/
+5
|
*
pretty: add support for "valueonly" option in %(trailers)
Anders Waldenborg
2019-01-29
1
-1
/
+2
|
*
pretty: allow showing specific trailers
Anders Waldenborg
2019-01-29
1
-2
/
+34
|
*
pretty: single return path in %(trailers) handling
Anders Waldenborg
2019-01-29
1
-1
/
+3
[next]