index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretty.c
Commit message (
Expand
)
Author
Age
*
pretty.c: format string with truncate respects logOutputEncoding
Alexey Shumkin
2014-05-21
*
Merge branch 'rm/strchrnul-not-strlen'
Junio C Hamano
2014-03-18
|
\
|
*
use strchrnul() in place of strchr() and strlen()
Rohit Mani
2014-03-10
*
|
Merge branch 'jk/commit-dates-parsing-fix'
Junio C Hamano
2014-03-14
|
\
\
|
|
/
|
/
|
|
*
show_ident_date: fix tz range check
Jeff King
2014-03-07
|
*
log: handle integer overflow in timestamps
Jeff King
2014-02-24
*
|
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
*
|
pretty: trivial style fix
Felipe Contreras
2013-10-31
*
|
format-patch: print in-body "From" only when needed
Jeff King
2013-09-20
*
|
teach format-patch to place other authors into in-body "From"
Jeff King
2013-07-03
*
|
pretty.c: drop const-ness from pretty_print_context
Jeff King
2013-07-03
*
|
Merge branch 'rs/pp-user-info-without-extra-allocation'
Junio C Hamano
2013-05-01
|
\
\
|
*
|
pretty: remove intermediate strbufs from pp_user_info()
René Scharfe
2013-04-25
|
*
|
pretty: simplify output line length calculation in pp_user_info()
René Scharfe
2013-04-25
|
*
|
pretty: simplify input line length calculation in pp_user_info()
René Scharfe
2013-04-25
|
|
/
*
|
Merge branch 'nd/pretty-formats'
Junio C Hamano
2013-04-23
|
\
\
|
*
|
pretty: support %>> that steal trailing spaces
Nguyễn Thái Ngọc Duy
2013-04-18
|
*
|
pretty: support truncating in %>, %< and %><
Nguyễn Thái Ngọc Duy
2013-04-18
|
*
|
pretty: support padding placeholders, %< %> and %><
Nguyễn Thái Ngọc Duy
2013-04-18
|
*
|
pretty: add %C(auto) for auto-coloring
Nguyễn Thái Ngọc Duy
2013-04-18
|
*
|
pretty: split color parsing into a separate function
Nguyễn Thái Ngọc Duy
2013-04-18
|
*
|
pretty: two phase conversion for non utf-8 commits
Nguyễn Thái Ngọc Duy
2013-04-18
|
*
|
pretty: share code between format_decoration and show_decorations
Nguyễn Thái Ngọc Duy
2013-04-18
|
*
|
pretty: get the correct encoding for --pretty:format=%e
Nguyễn Thái Ngọc Duy
2013-04-18
|
*
|
pretty: save commit encoding from logmsg_reencode if the caller needs it
Nguyễn Thái Ngọc Duy
2013-04-18
*
|
|
Merge branch 'jk/chopped-ident'
Junio C Hamano
2013-04-22
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
pretty: handle broken commit headers gracefully
René Scharfe
2013-04-17
|
*
Merge branch 'mg/gpg-interface-using-status' into maint
Junio C Hamano
2013-04-03
|
|
\
|
*
\
Merge branch 'ks/rfc2047-one-char-at-a-time' into maint
Junio C Hamano
2013-04-03
|
|
\
\
*
|
|
|
pretty printing: extend %G? to include 'N' and 'U'
Sebastian Götte
2013-03-31
*
|
|
|
Move commit GPG signature verification to commit.c
Sebastian Götte
2013-03-31
*
|
|
|
Merge branch 'ks/rfc2047-one-char-at-a-time'
Junio C Hamano
2013-03-25
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
format-patch: RFC 2047 says multi-octet character may not be split
Kirill Smelkov
2013-03-09
*
|
|
|
Merge branch 'mg/gpg-interface-using-status'
Junio C Hamano
2013-03-21
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
pretty: make %GK output the signing key for signed commits
Michael J Gruber
2013-02-14
|
*
|
pretty: parse the gpg status lines rather than the output
Michael J Gruber
2013-02-14
|
*
|
gpg_interface: allow to request status return
Michael J Gruber
2013-02-14
|
*
|
Merge branch 'jc/same-encoding' into maint
Junio C Hamano
2013-01-10
|
|
\
\
*
|
|
|
logmsg_reencode: lazily load missing commit buffers
Jeff King
2013-01-26
*
|
|
|
logmsg_reencode: never return NULL
Jeff King
2013-01-26
*
|
|
|
Merge branch 'ap/log-mailmap'
Junio C Hamano
2013-01-20
|
\
\
\
\
|
*
|
|
|
pretty: use mailmap to display username and email
Antoine Pelisse
2013-01-10
|
*
|
|
|
mailmap: simplify map_user() interface
Antoine Pelisse
2013-01-10
|
*
|
|
|
Use split_ident_line to parse author and committer
Antoine Pelisse
2013-01-07
|
|
/
/
/
*
|
|
|
Merge branch 'rs/pretty-use-prefixcmp'
Junio C Hamano
2013-01-18
|
\
\
\
\
|
*
|
|
|
pretty: use prefixcmp instead of memcmp on NUL-terminated strings
René Scharfe
2013-01-14
*
|
|
|
|
Merge branch 'jc/format-color-auto'
Junio C Hamano
2013-01-05
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
log --format: teach %C(auto,black) to respect color config
Junio C Hamano
2012-12-17
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge branch 'jc/same-encoding' into maint
Junio C Hamano
2012-12-07
|
|
\
\
\
*
|
\
\
\
Merge branch 'jc/same-encoding'
Junio C Hamano
2013-01-03
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
[next]