Sign in
googlers
/
jrn
/
git
/
e4b75d6a1d3105958c307e526ae6759e86f7f837
/
mailinfo.c
3aa4d81
mailinfo: support format=flowed
by René Scharfe
· 7 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 7 years ago
46e915c
Merge branch 'jc/mailinfo-cleanup-fix'
by Junio C Hamano
· 7 years ago
4e80146
mailinfo: avoid segfault when can't open files
by Juan F. Codagnone
· 7 years ago
2812ca7
Merge branch 'rs/mailinfo-qp-decode-fix'
by Junio C Hamano
· 7 years ago
c8cf423
mailinfo: don't decode invalid =XY quoted-printable sequences
by René Scharfe
· 7 years ago
1cf01a3
consistently use "fallthrough" comments in switches
by Jeff King
· 7 years ago
400cd6b
mailinfo: release strbuf on error return in handle_boundary()
by Rene Scharfe
· 7 years ago
11fa5e2
mailinfo: release strbuf after use in handle_from()
by Rene Scharfe
· 7 years ago
6412757
Spelling fixes
by Ville Skyttä
· 8 years ago
50f03c6
Merge branch 'ab/free-and-null'
by Junio C Hamano
· 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
6a83d90
coccinelle: make use of the "type" FREE_AND_NULL() rule
by Ævar Arnfjörð Bjarmason
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
f0733c1
mailinfo & mailsplit: check for EOF while parsing
by Johannes Schindelin
· 8 years ago
74a74be
Merge branch 'lt/mailinfo-in-body-header-continuation'
by Junio C Hamano
· 8 years ago
fd1062e
mailinfo: fix in-body header continuations
by Linus Torvalds
· 8 years ago
ca21186
Merge branch 'jt/mailinfo-fold-in-body-headers'
by Junio C Hamano
· 8 years ago
0841493
mailinfo.c: move side-effects outside of assert
by Kyle J. McKay
· 8 years ago
fe252ef
Merge branch 'kd/mailinfo-quoted-string'
by Junio C Hamano
· 8 years ago
f357e5d
mailinfo: unescape quoted-pair in header fields
by Kevin Daudt
· 8 years ago
6b4b013
mailinfo: handle in-body header continuations
by Jonathan Tan
· 8 years ago
9c5681d
mailinfo: make is_scissors_line take plain char *
by Jonathan Tan
· 8 years ago
334192b
mailinfo: separate in-body header processing
by Jonathan Tan
· 8 years ago
71165f0
Merge branch 'rs/mailinfo-lib' into maint
by Junio C Hamano
· 8 years ago
4a78871
Merge branch 'rs/mailinfo-lib'
by Junio C Hamano
· 9 years ago
ecf30b2
mailinfo: recycle strbuf in check_header()
by René Scharfe
· 9 years ago
8f309ae
strbuf: introduce strbuf_getline_{lf,nul}()
by Junio C Hamano
· 9 years ago
85d9d9d
mailinfo: fix passing wrong address to git_mailinfo_config
by Nguyễn Thái Ngọc Duy
· 9 years ago
6ac617a
mailinfo: remove calls to exit() and die() deep in the callchain
by Junio C Hamano
· 9 years ago
669b963
mailinfo: handle charset conversion errors in the caller
by Junio C Hamano
· 9 years ago
c6905e4
mailinfo: libify
by Junio C Hamano
· 9 years ago
34488e3
Make git-mailinfo a builtin
by Lukas Sandström
· 19 years ago
ae448e3
mailinfo: ignore blanks after in-body headers.
by Junio C Hamano
· 19 years ago
2662dbf
Don't parse any headers in the real body of an email message.
by Eric W. Biederman
· 19 years ago
d177e58
Merge branch 'jc/mailinfo'
by Junio C Hamano
· 19 years ago
ef29c11
mailinfo: More carefully parse header lines in read_one_header_line()
by Junio C Hamano
· 19 years ago
2dec02b
Allow in body headers beyond the in body header prefix.
by Eric W. Biederman
· 19 years ago
f30b202
More accurately detect header lines in read_one_header_line
by Eric W. Biederman
· 19 years ago
1f36bee
In handle_body only read a line if we don't already have one.
by Eric W. Biederman
· 19 years ago
8b4525f
Refactor commit messge handling.
by Eric W. Biederman
· 19 years ago
3350453
Move B and Q decoding into check header.
by Eric W. Biederman
· 19 years ago
f8128cf
Make read_one_header_line return a flag not a length.
by Eric W. Biederman
· 19 years ago
81c5cf7
mailinfo: skip bogus UNIX From line inside body
by Junio C Hamano
· 19 years ago
7573193
mailinfo: decode underscore used in "Q" encoding properly.
by Junio C Hamano
· 19 years ago
b6e56ec
Allow building Git in systems without iconv
by Fernando J. Pereda
· 19 years ago
8bc5c04
[PATCH] mailinfo: reset CTE after each multipart
by Junio C Hamano
· 19 years ago
ac44f3e
mailinfo: iconv does not like "latin-1" -- should spell it "latin1"
by Junio C Hamano
· 19 years ago
e0e3ba2
mailinfo and git-am: allow "John Doe <johndoe>"
by Junio C Hamano
· 19 years ago
a6da939
[PATCH] Initial AIX portability fixes.
by Jason Riedy
· 19 years ago
4050c0d
Clean up compatibility definitions.
by Junio C Hamano
· 19 years ago
9f63892
mailinfo: Do not use -u=<encoding>; say --encoding=<encoding>
by Junio C Hamano
· 19 years ago
f1f909e
mailinfo: Use i18n.commitencoding
by Junio C Hamano
· 19 years ago
650e4be
mailinfo: allow -u to fall back on latin1 to utf8 conversion.
by Junio C Hamano
· 19 years ago
e1e9c25
Give proper prototype to gitstrcasestr.
by Junio C Hamano
· 19 years ago
597c9cc
Flatten tools/ directory to make build procedure simpler.
by Junio C Hamano
· 19 years ago