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
/
wrapper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-09
Merge branch 'ah/cleanups'
Junio C Hamano
1
-10
/
+11
2019-10-03
git_mkstemps_mode(): replace magic numbers with computed value
Jeff King
1
-5
/
+7
2019-10-02
wrapper: use a loop instead of repetitive statements
Alex Henrie
1
-6
/
+5
2019-08-13
packfile: drop release_pack_memory()
Jeff King
1
-50
/
+13
2019-06-19
wrapper: avoid undefined behaviour in macOS
Carlo Marcelo Arenas Belón
1
-1
/
+1
2019-01-02
wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
Pranit Bauva
1
-0
/
+13
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-2
/
+2
2018-02-22
wrapper: rename 'template' variables
Brandon Williams
1
-20
/
+20
2017-11-06
wrapper.c: consistently quote filenames in error messages
Simon Ruderich
1
-4
/
+4
2017-09-14
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
1
-1
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-13
Merge branch 'nd/fopen-errors'
Junio C Hamano
1
-5
/
+26
2017-06-13
Merge branch 'jc/noent-notdir'
Junio C Hamano
1
-2
/
+2
2017-05-30
treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked
Junio C Hamano
1
-2
/
+2
2017-05-26
wrapper.c: make warn_on_inaccessible() static
Nguyễn Thái Ngọc Duy
1
-5
/
+5
2017-05-26
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
1
-0
/
+11
2017-05-26
wrapper.c: add and use warn_on_fopen_errors()
Nguyễn Thái Ngọc Duy
1
-0
/
+10
2017-04-23
Merge branch 'dt/xgethostname-nul-termination'
Junio C Hamano
1
-0
/
+13
2017-04-18
xgethostname: handle long hostnames
David Turner
1
-0
/
+13
2017-02-28
wrapper.c: remove unused gitmkstemps() function
Ramsay Jones
1
-7
/
+0
2017-02-28
wrapper.c: remove unused git_mkstemp() function
Ramsay Jones
1
-17
/
+0
2016-07-19
Merge branch 'jk/write-file'
Junio C Hamano
1
-40
/
+12
2016-07-19
Merge branch 'sb/submodule-parallel-fetch'
Junio C Hamano
1
-16
/
+27
2016-07-11
hoist out handle_nonblock function for xread and xwrite
Eric Wong
1
-28
/
+20
2016-07-08
write_file: add pointer+len variant
Jeff King
1
-5
/
+11
2016-07-08
write_file: use xopen
Jeff King
1
-3
/
+1
2016-07-08
write_file: drop "gently" form
Jeff King
1
-43
/
+11
2016-06-27
xwrite: poll on non-blocking FDs
Eric Wong
1
-2
/
+20
2016-06-27
xread: retry after poll on EAGAIN/EWOULDBLOCK
Eric Wong
1
-0
/
+1
2016-05-17
Merge branch 'nd/error-errno'
Junio C Hamano
1
-2
/
+2
2016-05-09
wrapper.c: use warning_errno()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-04-22
wrapper.c: delete dead function git_mkstemps()
Nguyễn Thái Ngọc Duy
1
-17
/
+0
2016-02-26
Merge branch 'jk/tighten-alloc'
Junio C Hamano
1
-0
/
+3
2016-02-22
harden REALLOC_ARRAY and xcalloc against size_t overflow
Jeff King
1
-0
/
+3
2016-02-05
Merge branch 'js/fopen-harder' into maint
Junio C Hamano
1
-0
/
+13
2016-01-20
Merge branch 'js/fopen-harder'
Junio C Hamano
1
-0
/
+13
2016-01-12
Merge branch 'sb/submodule-parallel-fetch'
Junio C Hamano
1
-2
/
+18
2016-01-07
commit: allow editing the commit message even in shared repos
Johannes Schindelin
1
-0
/
+13
2015-12-21
Merge branch 'jk/ident-loosen-getpwuid'
Junio C Hamano
1
-12
/
+0
2015-12-16
xread: poll on non blocking fds
Stefan Beller
1
-2
/
+18
2015-12-10
ident: make xgetpwuid_self() a static local helper
Jeff King
1
-12
/
+0
2015-09-25
add xsnprintf helper function
Jeff King
1
-0
/
+16
2015-08-25
write_file_v(): do not leave incomplete line at the end
Junio C Hamano
1
-0
/
+1
2015-08-24
write_file(): drop "fatal" parameter
Junio C Hamano
1
-4
/
+24
2015-08-04
wrapper: implement xfopen()
Paul Tan
1
-0
/
+21
2015-08-04
wrapper: implement xopen()
Paul Tan
1
-0
/
+35
2015-06-05
help.c: wrap wait-only poll() invocation in sleep_millisec()
Johannes Sixt
1
-0
/
+5
2015-05-11
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
1
-0
/
+31
2015-02-25
Merge branch 'jc/max-io-size-and-ssize-max'
Junio C Hamano
1
-1
/
+15
[next]