Sign in
googlers
/
jrn
/
git
/
4368e40befd308d3055e81f8f6aaaa3fb8fe6407
/
builtin
/
mailinfo.c
f1aa299
mailinfo: allow squelching quoted CRLF warning
by Đoàn Trần Công Danh
· 3 years, 10 months ago
dd9323b
mailinfo: stop parsing options manually
by Đoàn Trần Công Danh
· 3 years, 10 months ago
d582992
mailinfo: load default metainfo_charset lazily
by Đoàn Trần Công Danh
· 3 years, 10 months ago
e4da43b
prefix_filename: return newly allocated string
by Jeff King
· 8 years ago
116fb64
prefix_filename: drop length parameter
by Jeff King
· 8 years ago
3f0ec06
mailinfo: read local configuration
by Junio C Hamano
· 8 years ago
c6905e4
mailinfo: libify
by Junio C Hamano
· 9 years ago
05e625e
mailinfo: keep the parsed log message in a strbuf
by Junio C Hamano
· 9 years ago
4933910
mailinfo: handle_commit_msg() shouldn't be called after finding patchbreak
by Junio C Hamano
· 9 years ago
8e91927
mailinfo: move content/content_top to struct mailinfo
by Junio C Hamano
· 9 years ago
d895bf0
mailinfo: move [ps]_hdr_data to struct mailinfo
by Junio C Hamano
· 9 years ago
8f63588
mailinfo: move cmitmsg and patchfile to struct mailinfo
by Junio C Hamano
· 9 years ago
f1e037b
mailinfo: move charset to struct mailinfo
by Junio C Hamano
· 9 years ago
ab50e38
mailinfo: move transfer_encoding to struct mailinfo
by Junio C Hamano
· 9 years ago
28c6bfe
mailinfo: move check for metainfo_charset to convert_to_utf8()
by Junio C Hamano
· 9 years ago
28be2d0
mailinfo: move metainfo_charset to struct mailinfo
by Junio C Hamano
· 9 years ago
ad57ef9
mailinfo: move use_scissors and use_inbody_headers to struct mailinfo
by Junio C Hamano
· 9 years ago
6200b75
mailinfo: move add_message_id and message_id to struct mailinfo
by Junio C Hamano
· 9 years ago
43550ef
mailinfo: move patch_lines to struct mailinfo
by Junio C Hamano
· 9 years ago
13c6df2
mailinfo: move filter/header stage to struct mailinfo
by Junio C Hamano
· 9 years ago
173aef7
mailinfo: move global "FILE *fin, *fout" to struct mailinfo
by Junio C Hamano
· 9 years ago
849106d
mailinfo: move keep_subject & keep_non_patch_bracket to struct mailinfo
by Junio C Hamano
· 9 years ago
c69f239
mailinfo: introduce "struct mailinfo" to hold globals
by Junio C Hamano
· 9 years ago
6e21b50
mailinfo: move global "line" into mailinfo() function
by Junio C Hamano
· 9 years ago
fbbcafd
mailinfo: do not let find_boundary() touch global "line" directly
by Junio C Hamano
· 9 years ago
69e24de
mailinfo: do not let handle_boundary() touch global "line" directly
by Junio C Hamano
· 9 years ago
fde00d5
mailinfo: do not let handle_body() touch global "line" directly
by Junio C Hamano
· 9 years ago
269e239
mailinfo: get rid of function-local static states
by Junio C Hamano
· 9 years ago
c1b40bd
mailinfo: move definition of MAX_HDR_PARSED closer to its use
by Junio C Hamano
· 9 years ago
30f50c3
mailinfo: move cleanup_space() before its users
by Junio C Hamano
· 9 years ago
4f0f9d4
mailinfo: move check_header() after the helpers it uses
by Junio C Hamano
· 9 years ago
9cc243f
mailinfo: move read_one_header_line() closer to its callers
by Junio C Hamano
· 9 years ago
39afcd3
mailinfo: move handle_boundary() lower
by Junio C Hamano
· 9 years ago
12d19e8
mailinfo: plug strbuf leak during continuation line handling
by Junio C Hamano
· 9 years ago
e38ee06
mailinfo: explicitly close file handle to the patch output
by Junio C Hamano
· 9 years ago
b6af8ed
mailinfo: fix an off-by-one error in the boundary stack
by Junio C Hamano
· 9 years ago
3a8fcda
mailinfo: fold decode_header_bq() into decode_header()
by Junio C Hamano
· 9 years ago
2a5ce7c
mailinfo: remove a no-op call convert_to_utf8(it, "")
by Junio C Hamano
· 9 years ago
9c9b4f2
standardize usage info string format
by Alex Henrie
· 10 years ago
452dfbe
git-mailinfo: add --message-id
by Paolo Bonzini
· 10 years ago
85de86a
mailinfo: work around -Wstring-plus-int warning
by Eric Sunshine
· 10 years ago
2da1f36
mailinfo: make ">From" in-body header check more robust
by Jeff King
· 10 years ago
d37e8c5
Merge branch 'rs/mailinfo-header-cmp'
by Junio C Hamano
· 11 years ago
b1a013d
mailinfo: use strcmp() for string comparison
by René Scharfe
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
6b87312
Merge branch 'jc/same-encoding'
by Junio C Hamano
· 12 years ago
0e18bcd
reencode_string(): introduce and use same_encoding()
by Junio C Hamano
· 12 years ago
6e20357
Merge branch 'lt/mailinfo-handle-attachment-more-sanely' into maint
by Junio C Hamano
· 12 years ago
5ce993a
Merge branch 'lt/mailinfo-handle-attachment-more-sanely'
by Junio C Hamano
· 12 years ago
9d55b2e
mailinfo: don't require "text" mime type for attachments
by Linus Torvalds
· 12 years ago
52938b1
Merge branch 'jc/maint-mailinfo-mime-attr' into maint
by Junio C Hamano
· 12 years ago
b1bb02d
Merge branch 'jc/maint-mailinfo-mime-attr'
by Junio C Hamano
· 12 years ago
176943b
mailinfo: do not concatenate charset= attribute values from mime headers
by Junio C Hamano
· 12 years ago
cd14f3e
Merge branch 'jc/mailinfo-RE'
by Junio C Hamano
· 12 years ago
d5b4d80
mailinfo: strip "RE: " prefix
by Junio C Hamano
· 12 years ago
08a94a1
commit/commit-tree: correct latin1 to utf-8
by Linus Torvalds
· 13 years ago
ee2d1cb
mailinfo: with -b, keep space after [foo]
by Thomas Rast
· 13 years ago
5b38456
mailinfo: always clean up rfc822 header folding
by Jeff King
· 14 years ago
a6fa599
commit: helper methods to reduce redundant blocks of code
by Pat Notz
· 14 years ago
4b05548
enums: omit trailing comma for portability
by Gary V. Vaughan
· 15 years ago
9974e29
Teach mailinfo %< as an alternative scissors mark
by Jonathan Nieder
· 15 years ago
2e0e8b6
Merge branch 'lt/deepen-builtin-source'
by Junio C Hamano
· 15 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-mailinfo.c]
d268cb9
Merge branch 'jc/mailinfo-remove-brackets'
by Junio C Hamano
· 15 years ago
d25e515
git am/mailinfo: Don't look at in-body headers when rebasing
by Lukas Sandström
· 15 years ago
1be224b
builtin-mailinfo.c: check error status from rewind and ftruncate
by Junio C Hamano
· 15 years ago
434a6db
add documentation for mailinfo.scissors and '--no-scissors'
by Nicolas Sebrecht
· 15 years ago
e019961
mailinfo: add '--scissors' to usage message
by Nicolas Sebrecht
· 15 years ago
43485d3
mailinfo.scissors: new configuration
by Junio C Hamano
· 16 years ago
017678b
am/mailinfo: Disable scissors processing by default
by Junio C Hamano
· 16 years ago
200c75f
Teach mailinfo to ignore everything before -- >8 -- mark
by Junio C Hamano
· 16 years ago
606417b
builtin-mailinfo.c: fix confusing internal API to mailinfo()
by Junio C Hamano
· 16 years ago
c8f373a
builtin-mailinfo,builtin-mailsplit: use strbufs
by Brandon Casey
· 16 years ago
17635fc
mailinfo: -b option keeps [bracketed] strings that is not a [PATCH] marker
by Junio C Hamano
· 16 years ago
4525e8e
Revert "mailinfo: Remove only one set of square brackets"
by Junio C Hamano
· 16 years ago
v1.6.4-rc1
73ccb91
Merge branch 'ae/maint-mailinfo-rm-only-one-patch-marker'
by Junio C Hamano
· 16 years ago
650d30d
mailinfo: Remove only one set of square brackets
by Andreas Ericsson
· 16 years ago
6264500
builtin-mailinfo.c: use "ISO8859-1" instead of "latin1" as fallback encoding
by Brandon Casey
· 16 years ago
ed1e398
builtin-mailinfo.c: compare character encodings case insensitively
by Brandon Casey
· 16 years ago
330db18
Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibility
by Brandon Casey
· 16 years ago
8e76bf3
Remove unused assignments
by Benjamin Kramer
· 16 years ago
08e6710
mailinfo: cleanup extra spaces for complex 'From:'
by Kirill Smelkov
· 16 years ago
c0f6f67
Merge branch 'ks/maint-mailinfo-folded'
by Junio C Hamano
· 16 years ago
ddfb369
mailinfo: 'From:' header should be unfold as well
by Kirill Smelkov
· 16 years ago
353aaf2
mailinfo: correctly handle multiline 'Subject:' header
by Kirill Smelkov
· 16 years ago
d753070
remove trailing LF in die() messages
by Alexander Potashev
· 16 years ago
e9d7d10
mailinfo: avoid violating strbuf assertion
by Jeff King
· 17 years ago
289796d
mailinfo: re-fix MIME multipart boundary parsing
by Don Zickus
· 17 years ago
a9fd138
mailinfo: fix MIME multi-part message boundary handling
by Junio C Hamano
· 17 years ago
0d4ede9
mailinfo: better parse email adresses containg parentheses
by Philippe Bruhat (BooK)
· 17 years ago
1e102bf
mailinfo: off-by-one fix for [PATCH (foobar)] removal from Subject: line
by Junio C Hamano
· 17 years ago
0513f24
Merge branch 'ls/mailinfo'
by Junio C Hamano
· 17 years ago
588c038
Merge branch 'sb/dashless'
by Junio C Hamano
· 17 years ago
3b6121f
git-mailinfo: use strbuf's instead of fixed buffers
by Lukas Sandström
· 17 years ago
e9fe804
git-mailinfo: Fix getting the subject from the in-body [PATCH] line
by Lukas Sandström
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
b495818
git-mailinfo: document the -n option
by Lukas Sandström
· 17 years ago
6fc2a25
mailinfo: feed the correct line length to decode_transfer_encoding()
by Junio C Hamano
· 17 years ago
9bd81e4
Merge branch 'js/config-cb'
by Junio C Hamano
· 17 years ago
v1.5.6-rc0
9aa2309
mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepaths
by Junio C Hamano
· 17 years ago
Next »