index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compat
/
mingw.c
Age
Commit message (
Expand
)
Author
2026-01-09
mingw: emulate `stat()` a little more faithfully
Johannes Schindelin
2026-01-09
mingw: try to create symlinks without elevated permissions
Johannes Schindelin
2026-01-09
mingw: add support for symlinks to directories
Karsten Blees
2026-01-09
mingw: implement basic `symlink()` functionality (file symlinks only)
Karsten Blees
2026-01-09
mingw: implement `readlink()`
Karsten Blees
2026-01-09
mingw: allow `mingw_chdir()` to change to symlink-resolved directories
Karsten Blees
2026-01-09
mingw: support renaming symlinks
Karsten Blees
2026-01-09
mingw: handle symlinks to directories in `mingw_unlink()`
Karsten Blees
2026-01-09
mingw: add symlink-specific error codes
Karsten Blees
2026-01-09
mingw: change default of `core.symlinks` to false
Karsten Blees
2026-01-09
mingw: factor out the retry logic
Karsten Blees
2026-01-09
mingw: compute the correct size for symlinks in `mingw_lstat()`
Bill Zissimopoulos
2026-01-09
mingw: teach dirent about symlinks
Karsten Blees
2026-01-09
mingw: let `mingw_lstat()` error early upon problems with reparse points
Karsten Blees
2026-01-09
mingw: drop the separate `do_lstat()` function
Karsten Blees
2026-01-09
mingw: implement `stat()` with symlink support
Karsten Blees
2026-01-09
mingw: don't call `GetFileAttributes()` twice in `mingw_lstat()`
Karsten Blees
2026-01-09
mingw: do resolve symlinks in `getcwd()`
Johannes Schindelin
2025-12-18
Merge branch 'js/test-symlink-windows' into js/prep-symlink-windows
Junio C Hamano
2025-12-18
mingw: special-case `open(symlink, O_CREAT | O_EXCL)`
Johannes Schindelin
2025-12-16
Merge branch 'rs/ban-mktemp'
Junio C Hamano
2025-12-07
compat: remove mingw_mktemp()
René Scharfe
2025-11-26
Merge branch 'js/mingw-assign-comma-fix'
Junio C Hamano
2025-11-17
mingw: avoid the comma operator
Johannes Schindelin
2025-10-09
mingw: order `#include`s alphabetically
Johannes Schindelin
2025-10-09
mingw: avoid relative `#include`s
Johannes Schindelin
2025-08-03
mingw: support Windows Server 2016 again
Johannes Schindelin
2025-08-03
mingw_rename: support ReFS on Windows 2022
Johannes Schindelin
2025-08-03
mingw: drop Windows 7-specific work-around
Johannes Schindelin
2025-08-03
mingw_open_existing: handle directories better
Matthias Aßhauer
2025-07-10
compat/mingw: allow sigaction(SIGCHLD)
Carlo Marcelo Arenas Belón
2025-04-15
Merge branch 'ps/mingw-creat-excl-fix'
Junio C Hamano
2025-04-15
Merge branch 'ps/reftable-windows-unlink-fix'
Junio C Hamano
2025-03-25
mingw: special-case administrators even more
Johannes Schindelin
2025-03-21
compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL`
Patrick Steinhardt
2025-02-21
compat/mingw: rename the symlink, not the target
Eliah Kagan
2025-02-18
reftable: ignore file-in-use errors when unlink(3p) fails on Windows
Patrick Steinhardt
2024-12-23
Merge branch 'js/mingw-rename-fix'
Junio C Hamano
2024-12-17
mingw_rename: do support directory renames
Johannes Schindelin
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-13
Merge branch 'ps/mingw-rename'
Junio C Hamano
2024-11-06
compat/mingw: support POSIX semantics for atomic renames
Patrick Steinhardt
2024-10-27
compat/mingw: allow deletion of most opened files
Patrick Steinhardt
2024-10-27
compat/mingw: share file handles created via `CreateFileW()`
Patrick Steinhardt
2024-10-17
mingw.c: Fix complier warnings for a 64 bit msvc
Sören Krecker
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
2024-08-28
compat: mark unused parameters in win32/mingw functions
Jeff King
2024-07-13
mingw(is_msys2_sh): handle forward slashes in the `sh.exe` path, too
Johannes Schindelin
2024-06-27
Merge branch 'js/mingw-remove-unused-extern-decl'
Junio C Hamano
[next]