index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
mailsplit.c
Age
Commit message (
Expand
)
Author
2025-01-17
builtin: send usage() help text to standard output
Junio C Hamano
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-09-13
builtin: remove USE_THE_REPOSITORY for those without the_repository
John Cai
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-03-28
builtins: annotate always-empty prefix parameters
Jeff King
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-03-03
am/apply: warn if we end up reading patches from terminal
Junio C Hamano
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
2017-05-08
mailinfo & mailsplit: check for EOF while parsing
Johannes Schindelin
2016-06-06
mailsplit: support unescaping mboxrd messages
Eric Wong
2016-05-09
builtin/mailsplit.c: use error_errno()
Nguyễn Thái Ngọc Duy
2015-09-25
mailsplit: make PATH_MAX buffers dynamic
Jeff King
2015-09-25
mailsplit: fix FILE* leak in split_maildir
Jeff King
2014-10-07
mailsplit: remove unnecessary unlink(2) call
René Scharfe
2014-08-13
mailsplit.c: remove dead code
Stefan Beller
2013-03-02
mailsplit: sort maildir filenames more cleverly
Jeff King
2010-10-08
Use parentheses and `...' where appropriate
Štěpán Němec
2010-07-05
string_list: Add STRING_LIST_INIT macro and make use of it.
Thiago Farina
2010-06-27
string_list: Fix argument order for string_list_insert
Julian Phillips
2010-03-10
Merge branch 'sh/am-keep-cr'
Junio C Hamano
2010-02-22
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds