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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-23
Merge branch 'js/symlink-windows'
Junio C Hamano
4
-156
/
+496
2026-01-21
Merge branch 'js/prep-symlink-windows'
Junio C Hamano
1
-11
/
+7
2026-01-09
mingw: emulate `stat()` a little more faithfully
Johannes Schindelin
1
-1
/
+13
2026-01-09
mingw: try to create symlinks without elevated permissions
Johannes Schindelin
1
-2
/
+24
2026-01-09
mingw: add support for symlinks to directories
Karsten Blees
1
-0
/
+164
2026-01-09
mingw: implement basic `symlink()` functionality (file symlinks only)
Karsten Blees
2
-2
/
+29
2026-01-09
mingw: implement `readlink()`
Karsten Blees
2
-2
/
+25
2026-01-09
mingw: allow `mingw_chdir()` to change to symlink-resolved directories
Karsten Blees
1
-1
/
+19
2026-01-09
mingw: support renaming symlinks
Karsten Blees
1
-22
/
+16
2026-01-09
mingw: handle symlinks to directories in `mingw_unlink()`
Karsten Blees
1
-1
/
+8
2026-01-09
mingw: add symlink-specific error codes
Karsten Blees
1
-0
/
+5
2026-01-09
mingw: change default of `core.symlinks` to false
Karsten Blees
1
-0
/
+9
2026-01-09
mingw: factor out the retry logic
Karsten Blees
1
-58
/
+46
2026-01-09
mingw: compute the correct size for symlinks in `mingw_lstat()`
Bill Zissimopoulos
1
-10
/
+104
2026-01-09
mingw: teach dirent about symlinks
Karsten Blees
3
-13
/
+11
2026-01-09
mingw: let `mingw_lstat()` error early upon problems with reparse points
Karsten Blees
1
-10
/
+14
2026-01-09
mingw: drop the separate `do_lstat()` function
Karsten Blees
1
-21
/
+2
2026-01-09
mingw: implement `stat()` with symlink support
Karsten Blees
1
-1
/
+18
2026-01-09
mingw: don't call `GetFileAttributes()` twice in `mingw_lstat()`
Karsten Blees
1
-38
/
+15
2026-01-09
mingw: do resolve symlinks in `getcwd()`
Johannes Schindelin
1
-11
/
+7
2025-12-30
Merge branch 'js/test-symlink-windows'
Junio C Hamano
1
-0
/
+14
2025-12-23
Merge branch 'tc/memzero-array'
Junio C Hamano
1
-1
/
+1
2025-12-18
Merge branch 'js/test-symlink-windows' into js/prep-symlink-windows
Junio C Hamano
1
-0
/
+14
2025-12-18
mingw: special-case `open(symlink, O_CREAT | O_EXCL)`
Johannes Schindelin
1
-0
/
+14
2025-12-16
Merge branch 'rs/ban-mktemp'
Junio C Hamano
4
-25
/
+1
2025-12-16
Merge branch 'gf/win32-pthread-cond-init'
Junio C Hamano
1
-1
/
+1
2025-12-11
git-compat-util: introduce MEMZERO_ARRAY() macro
Toon Claes
1
-1
/
+1
2025-12-07
compat: remove gitmkdtemp()
René Scharfe
2
-8
/
+1
2025-12-07
compat: remove mingw_mktemp()
René Scharfe
2
-15
/
+0
2025-12-07
compat: use git_mkdtemp()
René Scharfe
1
-3
/
+1
2025-11-30
Merge branch 'jk/asan-bonanza'
Junio C Hamano
1
-1
/
+1
2025-11-26
Merge branch 'gf/win32-pthread-cond-wait-err'
Junio C Hamano
2
-1
/
+9
2025-11-26
Merge branch 'js/mingw-assign-comma-fix'
Junio C Hamano
1
-20
/
+28
2025-11-20
win32: pthread_cond_init should return a value
Greg Funni
1
-1
/
+1
2025-11-20
win32: return error if SleepConditionVariableCS fails
Greg Funni
2
-1
/
+9
2025-11-18
compat/mmap: mark unused argument in git_munmap()
Jeff King
1
-1
/
+1
2025-11-17
mingw: avoid the comma operator
Johannes Schindelin
1
-20
/
+28
2025-10-09
mingw: order `#include`s alphabetically
Johannes Schindelin
1
-11
/
+11
2025-10-09
mingw: avoid relative `#include`s
Johannes Schindelin
1
-10
/
+10
2025-08-04
Merge branch 'js/mingw-fixes'
Junio C Hamano
1
-70
/
+23
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-3
/
+3
2025-08-03
mingw: support Windows Server 2016 again
Johannes Schindelin
1
-1
/
+3
2025-08-03
mingw_rename: support ReFS on Windows 2022
Johannes Schindelin
1
-1
/
+1
2025-08-03
mingw: drop Windows 7-specific work-around
Johannes Schindelin
1
-64
/
+4
2025-08-03
mingw_open_existing: handle directories better
Matthias Aßhauer
1
-5
/
+16
2025-07-24
Merge branch 'ss/compat-bswap-revamp'
Junio C Hamano
1
-64
/
+46
2025-07-23
config: drop `git_config_set()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-15
bswap.h: provide a built-in based version of bswap32/64 if possible
Sebastian Andrzej Siewior
1
-0
/
+13
2025-07-15
bswap.h: remove optimized x86 version of bswap32/64
Sebastian Andrzej Siewior
1
-40
/
+1
[next]