index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compat
Age
Commit message (
Expand
)
Author
Lines
2025-08-03
mingw_open_existing: handle directories better
Matthias Aßhauer
-5
/
+16
2025-07-24
Merge branch 'ss/compat-bswap-revamp'
Junio C Hamano
-64
/
+46
2025-07-23
config: drop `git_config_set()` wrapper
Patrick Steinhardt
-2
/
+2
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
-1
/
+1
2025-07-15
bswap.h: provide a built-in based version of bswap32/64 if possible
Sebastian Andrzej Siewior
-0
/
+13
2025-07-15
bswap.h: remove optimized x86 version of bswap32/64
Sebastian Andrzej Siewior
-40
/
+1
2025-07-15
bswap.h: always overwrite ntohl/ ntohll macros
Sebastian Andrzej Siewior
-26
/
+24
2025-07-15
bswap.h: define GIT_LITTLE_ENDIAN on msvc as little endian
Sebastian Andrzej Siewior
-1
/
+5
2025-07-15
bswap.h: add support for __BYTE_ORDER__
Sebastian Andrzej Siewior
-0
/
+6
2025-07-10
compat/mingw: allow sigaction(SIGCHLD)
Carlo Marcelo Arenas Belón
-1
/
+4
2025-06-13
Merge branch 'ss/revert-builtin-bswap-stuff'
Junio C Hamano
-13
/
+1
2025-06-12
Merge branch 'ss/revert-builtin-bswap-stuff' into ss/compat-bswap-revamp
Junio C Hamano
-13
/
+1
2025-06-12
Revert "bswap.h: add support for built-in bswap functions"
Sebastian Andrzej Siewior
-13
/
+1
2025-06-03
compat: fixes for header handling with OpenBSD / NetBSD
Brad Smith
-5
/
+5
2025-05-05
Merge branch 'js/windows-arm64'
Junio C Hamano
-1
/
+13
2025-04-29
Merge branch 'ps/reftable-api-revamp'
Junio C Hamano
-2
/
+2
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
-0
/
+29
2025-04-23
bswap.h: add support for built-in bswap functions
Dennis Ameling
-1
/
+13
2025-04-15
Merge branch 'js/comma-semicolon-confusion'
Junio C Hamano
-2
/
+5
2025-04-15
Merge branch 'ps/mingw-creat-excl-fix'
Junio C Hamano
-0
/
+20
2025-04-15
Merge branch 'ps/reftable-windows-unlink-fix'
Junio C Hamano
-3
/
+10
2025-04-15
object-file: move `git_open_cloexec()` to "compat/open.c"
Patrick Steinhardt
-0
/
+29
2025-04-08
Merge branch 'ps/reftable-sans-compat-util'
Junio C Hamano
-453
/
+1008
2025-04-07
git-zlib: use `struct z_stream_s` instead of typedef
Patrick Steinhardt
-2
/
+2
2025-04-01
Merge branch 'ps/reftable-sans-compat-util' into ps/reftable-api-revamp
Junio C Hamano
-453
/
+1008
2025-03-28
compat/regex: explicitly mark intentional use of the comma operator
Johannes Schindelin
-2
/
+5
2025-03-25
mingw: special-case administrators even more
Johannes Schindelin
-11
/
+28
2025-03-21
compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL`
Patrick Steinhardt
-0
/
+20
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
-3
/
+3
2025-02-21
compat/mingw: rename the symlink, not the target
Eliah Kagan
-1
/
+3
2025-02-18
reftable: ignore file-in-use errors when unlink(3p) fails on Windows
Patrick Steinhardt
-3
/
+10
2025-02-18
git-compat-util.h: split out POSIX-emulating bits
Patrick Steinhardt
-0
/
+541
2025-02-18
compat/mingw: split out POSIX-related bits
Patrick Steinhardt
-453
/
+467
2025-02-07
path: drop `git_path_buf()` in favor of `repo_git_path_replace()`
Patrick Steinhardt
-3
/
+3
2025-02-06
Merge branch 'ps/zlib-ng'
Junio C Hamano
-96
/
+53
2025-01-28
compat/zlib: allow use of zlib-ng as backend
Patrick Steinhardt
-6
/
+30
2025-01-28
compat/zlib: provide stubs for `deflateSetHeader()`
Patrick Steinhardt
-0
/
+19
2025-01-28
compat/zlib: provide `deflateBound()` shim centrally
Patrick Steinhardt
-0
/
+4
2025-01-28
compat: introduce new "zlib.h" header
Patrick Steinhardt
-0
/
+6
2025-01-28
compat: drop `uncompress2()` compatibility shim
Patrick Steinhardt
-96
/
+0
2025-01-28
Merge branch 'jk/pack-header-parse-alignment-fix'
Junio C Hamano
-12
/
+12
2025-01-21
bswap.h: squelch potential sparse -Wcast-truncate warnings
Junio C Hamano
-12
/
+12
2024-12-23
Merge branch 'js/mingw-rename-fix'
Junio C Hamano
-1
/
+1
2024-12-17
mingw_rename: do support directory renames
Johannes Schindelin
-1
/
+1
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
-8
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+11
2024-12-06
compat/win32: fix -Wsign-compare warning in "wWinMain()"
Patrick Steinhardt
-8
/
+9
2024-12-06
compat/regex: explicitly ignore "-Wsign-compare" warnings
Patrick Steinhardt
-0
/
+2
2024-11-13
Merge branch 'ps/mingw-rename'
Junio C Hamano
-6
/
+151
2024-11-06
compat/mingw: support POSIX semantics for atomic renames
Patrick Steinhardt
-4
/
+83
[prev]
[next]