index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mailinfo.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-4
/
+4
*
mailinfo: fix passing wrong address to git_mailinfo_config
Nguyễn Thái Ngọc Duy
2015-11-01
1
-1
/
+1
*
mailinfo: remove calls to exit() and die() deep in the callchain
Junio C Hamano
2015-10-22
1
-8
/
+22
*
mailinfo: handle charset conversion errors in the caller
Junio C Hamano
2015-10-22
1
-8
/
+11
*
mailinfo: libify
Junio C Hamano
2015-10-22
1
-0
/
+1020
*
Make git-mailinfo a builtin
Lukas Sandström
2006-06-19
1
-831
/
+0
*
mailinfo: ignore blanks after in-body headers.
Junio C Hamano
2006-06-18
1
-8
/
+14
*
Don't parse any headers in the real body of an email message.
Eric W. Biederman
2006-06-18
1
-0
/
+2
*
Merge branch 'jc/mailinfo'
Junio C Hamano
2006-05-28
1
-1
/
+8
|
\
|
*
mailinfo: skip bogus UNIX From line inside body
Junio C Hamano
2006-05-22
1
-0
/
+7
*
|
mailinfo: More carefully parse header lines in read_one_header_line()
Junio C Hamano
2006-05-26
1
-3
/
+24
*
|
Allow in body headers beyond the in body header prefix.
Eric W. Biederman
2006-05-23
1
-4
/
+5
*
|
More accurately detect header lines in read_one_header_line
Eric W. Biederman
2006-05-23
1
-8
/
+17
*
|
In handle_body only read a line if we don't already have one.
Eric W. Biederman
2006-05-23
1
-1
/
+1
*
|
Refactor commit messge handling.
Eric W. Biederman
2006-05-23
1
-36
/
+22
*
|
Move B and Q decoding into check header.
Eric W. Biederman
2006-05-23
1
-7
/
+5
*
|
Make read_one_header_line return a flag not a length.
Eric W. Biederman
2006-05-23
1
-11
/
+11
|
/
*
mailinfo: decode underscore used in "Q" encoding properly.
Junio C Hamano
2006-04-21
1
-5
/
+7
*
Allow building Git in systems without iconv
Fernando J. Pereda
2006-02-16
1
-0
/
+4
*
[PATCH] mailinfo: reset CTE after each multipart
Junio C Hamano
2006-02-07
1
-0
/
+3
*
mailinfo: iconv does not like "latin-1" -- should spell it "latin1"
Junio C Hamano
2005-12-24
1
-1
/
+1
*
mailinfo and git-am: allow "John Doe <johndoe>"
Junio C Hamano
2005-12-15
1
-1
/
+31
*
[PATCH] Initial AIX portability fixes.
Jason Riedy
2005-12-07
1
-0
/
+1
*
Clean up compatibility definitions.
Junio C Hamano
2005-12-06
1
-4
/
+0
*
mailinfo: Do not use -u=<encoding>; say --encoding=<encoding>
Junio C Hamano
2005-11-28
1
-3
/
+3
*
mailinfo: Use i18n.commitencoding
Junio C Hamano
2005-11-28
1
-8
/
+9
*
mailinfo: allow -u to fall back on latin1 to utf8 conversion.
Junio C Hamano
2005-11-28
1
-24
/
+35
*
Give proper prototype to gitstrcasestr.
Junio C Hamano
2005-10-08
1
-0
/
+4
*
Flatten tools/ directory to make build procedure simpler.
Junio C Hamano
2005-09-07
1
-0
/
+749