index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wrapper.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
parse: separate out parsing functions from config.h
Calvin Wan
2023-09-30
1
-1
/
+1
*
wrapper: reduce scope of remove_or_warn()
Calvin Wan
2023-09-30
1
-6
/
+0
*
maintenance: add get_random_minute()
Derrick Stolee
2023-08-10
1
-0
/
+10
*
Merge branch 'bb/use-trace2-counters-for-fsync-stats'
Junio C Hamano
2023-08-02
1
-17
/
+2
|
\
|
*
wrapper: use trace2 counters to collect fsync stats
Beat Bolli
2023-07-20
1
-17
/
+2
*
|
Merge branch 'mh/mingw-case-sensitive-build'
Junio C Hamano
2023-07-25
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
mingw: use lowercase includes for some Windows headers
Mike Hommey
2023-06-12
1
-1
/
+1
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
|
/
*
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-24
1
-1
/
+2
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: be explicit about dependence on strbuf.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
Merge branch 'jk/pipe-command-nonblock'
Junio C Hamano
2022-08-25
1
-22
/
+0
|
\
|
*
git-compat-util: make MAX_IO_SIZE define globally available
Jeff King
2022-08-17
1
-22
/
+0
*
|
trace2: only include "fsync" events if we git_fsync()
Ævar Arnfjörð Bjarmason
2022-07-18
1
-2
/
+8
|
/
*
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-1
/
+1
|
\
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
trace2: add stats for fsync operations
Neeraj Singh
2022-03-30
1
-0
/
+12
*
|
core.fsyncmethod: add writeout-only mode
Neeraj Singh
2022-03-11
1
-0
/
+64
*
|
wrapper: make inclusion of Windows csprng header tightly scoped
Neeraj Singh
2022-03-11
1
-0
/
+7
*
|
wrapper: use a CSPRNG to generate random file names
brian m. carlson
2022-01-17
1
-11
/
+4
*
|
wrapper: add a helper to generate numbers from a CSPRNG
brian m. carlson
2022-01-17
1
-0
/
+66
|
/
*
wrapper: remove xunsetenv()
Carlo Marcelo Arenas Belón
2021-10-29
1
-6
/
+0
*
wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.c
Ævar Arnfjörð Bjarmason
2021-09-22
1
-0
/
+12
*
xopen: explicitly report creation failures
René Scharfe
2021-08-25
1
-1
/
+3
*
add open_nofollow() helper
Jeff King
2021-02-16
1
-0
/
+16
*
xrealloc: do not reuse pointer freed by zero-length realloc()
Jeff King
2020-09-02
1
-2
/
+5
*
wrapper: add function to compare strings with different NUL termination
brian m. carlson
2020-05-27
1
-0
/
+8
*
Merge branch 'dl/wrapper-fix-indentation'
Junio C Hamano
2020-04-22
1
-2
/
+2
|
\
|
*
wrapper: indent with tabs
Denton Liu
2020-03-29
1
-2
/
+2
*
|
Merge branch 'ah/cleanups'
Junio C Hamano
2019-10-09
1
-10
/
+11
|
\
\
|
*
|
git_mkstemps_mode(): replace magic numbers with computed value
Jeff King
2019-10-03
1
-5
/
+7
|
*
|
wrapper: use a loop instead of repetitive statements
Alex Henrie
2019-10-02
1
-6
/
+5
*
|
|
packfile: drop release_pack_memory()
Jeff King
2019-08-13
1
-50
/
+13
|
/
/
*
|
wrapper: avoid undefined behaviour in macOS
Carlo Marcelo Arenas Belón
2019-06-19
1
-1
/
+1
*
|
wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
Pranit Bauva
2019-01-02
1
-0
/
+13
*
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-2
/
+2
*
|
wrapper: rename 'template' variables
Brandon Williams
2018-02-22
1
-20
/
+20
*
|
wrapper.c: consistently quote filenames in error messages
Simon Ruderich
2017-11-06
1
-4
/
+4
*
|
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
2017-09-14
1
-1
/
+1
*
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
|
*
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
|
Merge branch 'nd/fopen-errors'
Junio C Hamano
2017-06-13
1
-5
/
+26
|
\
\
\
|
*
|
|
wrapper.c: make warn_on_inaccessible() static
Nguyễn Thái Ngọc Duy
2017-05-26
1
-5
/
+5
|
*
|
|
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
2017-05-26
1
-0
/
+11
|
*
|
|
wrapper.c: add and use warn_on_fopen_errors()
Nguyễn Thái Ngọc Duy
2017-05-26
1
-0
/
+10
|
|
/
/
[next]