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
2024-10-27
compat/mingw: allow deletion of most opened files
Patrick Steinhardt
-0
/
+66
2024-10-27
compat/mingw: share file handles created via `CreateFileW()`
Patrick Steinhardt
-2
/
+2
2024-10-25
Merge branch 'sk/msvc-warnings'
Taylor Blau
-12
/
+21
2024-10-25
Merge branch 'ak/typofixes'
Taylor Blau
-4
/
+4
2024-10-17
mingw.c: Fix complier warnings for a 64 bit msvc
Sören Krecker
-12
/
+21
2024-10-15
Merge branch 'jk/fsmonitor-event-listener-race-fix'
Taylor Blau
-11
/
+82
2024-10-10
compat: fix typos
Andrew Kreimer
-4
/
+4
2024-10-08
fsmonitor: initialize fs event listener before accepting clients
Jeff King
-0
/
+12
2024-10-08
simple-ipc: split async server initialization and running
Jeff King
-11
/
+70
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
-0
/
+4
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
-0
/
+4
2024-09-10
Merge branch 'rj/compat-terminal-unused-fix'
Junio C Hamano
-1
/
+1
2024-09-01
compat/terminal: mark parameter of git_terminal_prompt() UNUSED
Ramsay Jones
-1
/
+1
2024-08-28
compat: mark unused parameters in win32/mingw functions
Jeff King
-23
/
+24
2024-08-28
compat: disable -Wunused-parameter in win32/headless.c
Jeff King
-0
/
+2
2024-08-28
compat: disable -Wunused-parameter in 3rd-party code
Jeff King
-0
/
+4
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
-0
/
+3
2024-07-13
mingw(is_msys2_sh): handle forward slashes in the `sh.exe` path, too
Johannes Schindelin
-1
/
+1
2024-07-13
win32: override `fspathcmp()` with a directory separator-aware version
Johannes Schindelin
-0
/
+41
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
-4
/
+7
2024-06-27
Merge branch 'js/mingw-remove-unused-extern-decl'
Junio C Hamano
-1
/
+0
2024-06-20
mingw: drop bogus (and unneeded) declaration of `_pgmptr`
Johannes Schindelin
-1
/
+0
2024-06-14
compat/fsmonitor: fix socket path in networked SHA256 repos
Patrick Steinhardt
-3
/
+4
2024-06-14
hash-ll: merge with "hash.h"
Patrick Steinhardt
-1
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+2
2024-06-07
compat/win32: fix const-correctness with string constants
Patrick Steinhardt
-15
/
+31
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
-1
/
+1
2024-05-20
Merge branch 'jc/compat-regex-calloc-fix'
Junio C Hamano
-13
/
+13
2024-05-13
compat/regex: fix argument order to calloc(3)
Junio C Hamano
-13
/
+13
2024-05-03
win32: fix building with NO_UNIX_SOCKETS
Mike Hommey
-0
/
+2
2024-04-03
Win32: detect unix socket support at runtime
Matthias Aßhauer
-0
/
+25
2024-03-05
Merge branch 'jc/no-include-of-compat-util-from-headers'
Junio C Hamano
-2
/
+0
2024-02-24
compat: drop inclusion of <git-compat-util.h>
Junio C Hamano
-2
/
+0
2024-02-13
Merge branch 'js/win32-retry-pipe-write-on-enospc' into maint-2.43
Junio C Hamano
-4
/
+15
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
-4
/
+3
2024-02-06
Merge branch 'js/win32-retry-pipe-write-on-enospc'
Junio C Hamano
-4
/
+15
2024-01-30
win32: special-case `ENOSPC` when writing to a pipe
Johannes Schindelin
-4
/
+15
2024-01-19
Merge branch 'sk/mingw-owner-check-error-message-improvement'
Junio C Hamano
-13
/
+57
2024-01-10
mingw: give more details about unsafe directory's ownership
Sören Krecker
-13
/
+57
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
-4
/
+3
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-4
/
+0
2023-12-26
fsmonitor--daemon.h: remove unnecessary includes
Elijah Newren
-0
/
+3
2023-12-09
config: handle NULL value when parsing non-bools
Jeff King
-0
/
+2
2023-09-29
Merge branch 'jk/fsmonitor-unused-parameter'
Junio C Hamano
-25
/
+22
2023-09-18
fsmonitor/darwin: mark unused parameters in system callback
Jeff King
-2
/
+2
2023-09-18
fsmonitor: mark unused parameters in stub functions
Jeff King
-7
/
+8
2023-09-18
fsmonitor/win32: mark unused parameter in fsm_os__incompatible()
Jeff King
-1
/
+1
2023-09-18
fsmonitor/win32: drop unused parameters
Jeff King
-14
/
+10
2023-09-18
fsmonitor: prefer repo_git_path() to git_pathdup()
Jeff King
-1
/
+1
2023-08-19
hashmap: use expected signatures for comparison functions
Jeff King
-4
/
+6
[prev]
[next]