index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compat
/
mingw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-05
Merge branch 'js/mingw-symlink-net-share-leak'
Junio C Hamano
1
-0
/
+23
2026-07-30
Merge branch 'ty/migrate-trust-executable-bit'
Junio C Hamano
1
-4
/
+13
2026-07-28
mingw: skip symlink type auto-detection for network share targets
Johannes Schindelin
1
-0
/
+23
2026-07-20
environment: move has_symlinks into repo_config_values
Tian Yuchen
1
-4
/
+13
2026-07-16
Merge branch 'js/coverity-fixes'
Junio C Hamano
1
-3
/
+1
2026-07-06
Merge branch 'ty/move-protect-hfs-ntfs'
Junio C Hamano
1
-1
/
+1
2026-07-05
mingw: make `exit_process()` own the process handle on all paths
Johannes Schindelin
1
-3
/
+1
2026-06-12
environment: move 'protect_hfs' and 'protect_ntfs' into 'repo_config_values'
Tian Yuchen
1
-1
/
+1
2026-06-05
mingw: really handle SIGINT
Johannes Schindelin
1
-0
/
+9
2026-06-05
mingw: kill child processes in a gentler way
Johannes Schindelin
1
-7
/
+20
2026-05-08
mingw: optionally use legacy (non-POSIX) delete semantics
Johannes Schindelin
1
-2
/
+45
2026-04-06
unify and bump _WIN32_WINNT definition to Windows 8.1
Matthias Aßhauer
1
-1
/
+1
2026-04-03
mingw: use strftime() directly in UCRT builds
Johannes Schindelin
1
-0
/
+4
2026-02-17
Merge branch 'pc/lockfile-pid'
Junio C Hamano
1
-0
/
+10
2026-01-22
lockfile: add PID file for debugging stale locks
Paulo Casaretto
1
-0
/
+10
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
1
-0
/
+28
2026-01-09
mingw: implement `readlink()`
Karsten Blees
1
-0
/
+24
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
1
-10
/
+3
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-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
1
-12
/
+0
2025-12-07
compat: remove mingw_mktemp()
René Scharfe
1
-12
/
+0
2025-11-26
Merge branch 'js/mingw-assign-comma-fix'
Junio C Hamano
1
-20
/
+28
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-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-10
compat/mingw: allow sigaction(SIGCHLD)
Carlo Marcelo Arenas Belón
1
-1
/
+3
2025-04-15
Merge branch 'ps/mingw-creat-excl-fix'
Junio C Hamano
1
-0
/
+20
2025-04-15
Merge branch 'ps/reftable-windows-unlink-fix'
Junio C Hamano
1
-1
/
+4
2025-03-25
mingw: special-case administrators even more
Johannes Schindelin
1
-11
/
+28
2025-03-21
compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL`
Patrick Steinhardt
1
-0
/
+20
[next]