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