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
2025-02-21
compat/mingw: rename the symlink, not the target
Eliah Kagan
1
-1
/
+3
2025-02-18
reftable: ignore file-in-use errors when unlink(3p) fails on Windows
Patrick Steinhardt
1
-1
/
+4
2024-12-23
Merge branch 'js/mingw-rename-fix'
Junio C Hamano
1
-1
/
+1
2024-12-17
mingw_rename: do support directory renames
Johannes Schindelin
1
-1
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-13
Merge branch 'ps/mingw-rename'
Junio C Hamano
1
-6
/
+151
2024-11-06
compat/mingw: support POSIX semantics for atomic renames
Patrick Steinhardt
1
-4
/
+83
2024-10-27
compat/mingw: allow deletion of most opened files
Patrick Steinhardt
1
-0
/
+66
2024-10-27
compat/mingw: share file handles created via `CreateFileW()`
Patrick Steinhardt
1
-2
/
+2
2024-10-17
mingw.c: Fix complier warnings for a 64 bit msvc
Sören Krecker
1
-10
/
+15
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
1
-0
/
+2
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
1
-0
/
+2
2024-08-28
compat: mark unused parameters in win32/mingw functions
Jeff King
1
-7
/
+8
2024-07-13
mingw(is_msys2_sh): handle forward slashes in the `sh.exe` path, too
Johannes Schindelin
1
-1
/
+1
2024-06-27
Merge branch 'js/mingw-remove-unused-extern-decl'
Junio C Hamano
1
-1
/
+0
2024-06-20
mingw: drop bogus (and unneeded) declaration of `_pgmptr`
Johannes Schindelin
1
-1
/
+0
2024-06-07
compat/win32: fix const-correctness with string constants
Patrick Steinhardt
1
-12
/
+16
2024-05-03
win32: fix building with NO_UNIX_SOCKETS
Mike Hommey
1
-0
/
+2
2024-04-03
Win32: detect unix socket support at runtime
Matthias Aßhauer
1
-0
/
+19
2024-02-06
Merge branch 'js/win32-retry-pipe-write-on-enospc'
Junio C Hamano
1
-4
/
+15
2024-01-30
win32: special-case `ENOSPC` when writing to a pipe
Johannes Schindelin
1
-4
/
+15
2024-01-19
Merge branch 'sk/mingw-owner-check-error-message-improvement'
Junio C Hamano
1
-13
/
+57
2024-01-10
mingw: give more details about unsafe directory's ownership
Sören Krecker
1
-13
/
+57
2023-12-09
config: handle NULL value when parsing non-bools
Jeff King
1
-0
/
+2
2023-08-09
Merge branch 'ma/locate-in-path-for-windows'
Junio C Hamano
1
-0
/
+5
2023-08-03
compat/mingw: implement a native locate_in_PATH()
Matthias Aßhauer
1
-0
/
+5
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-1
/
+2
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-1
/
+2
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+0
2023-04-24
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-0
/
+1
2023-01-21
Merge branch 'rs/dup-array'
Junio C Hamano
1
-7
/
+3
2023-01-09
use DUP_ARRAY
René Scharfe
1
-2
/
+1
2023-01-09
mingw: make argv2 in try_shell_exec() non-const
René Scharfe
1
-5
/
+2
2023-01-05
Merge branch 'dh/mingw-ownership-check-typofix'
Junio C Hamano
1
-1
/
+1
2022-12-20
mingw: fix typo in an error message from ownership check
Daniël Haazen
1
-1
/
+1
2022-10-30
use child_process member "args" instead of string array variable
René Scharfe
1
-4
/
+7
2022-08-26
Merge branch 'js/safe-directory-plus' into maint
Junio C Hamano
1
-1
/
+58
2022-08-26
Merge branch 'js/lstat-mingw-enotdir-fix' into maint
Junio C Hamano
1
-2
/
+2
2022-08-14
Merge branch 'js/safe-directory-plus'
Junio C Hamano
1
-1
/
+58
2022-08-08
Merge branch 'js/lstat-mingw-enotdir-fix'
Junio C Hamano
1
-2
/
+2
2022-08-08
mingw: handle a file owned by the Administrators group correctly
Johannes Schindelin
1
-0
/
+10
2022-08-08
mingw: be more informative when ownership check fails on FAT32
Johannes Schindelin
1
-1
/
+24
2022-08-08
mingw: provide details about unsafe directories' ownership
Johannes Schindelin
1
-0
/
+24
2022-08-08
setup: prepare for more detailed "dubious ownership" messages
Johannes Schindelin
1
-1
/
+1
[prev]
[next]