index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compat
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-17
mingw_rename: do support directory renames
Johannes Schindelin
1
-1
/
+1
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2
-8
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
6
-0
/
+11
2024-12-06
compat/win32: fix -Wsign-compare warning in "wWinMain()"
Patrick Steinhardt
1
-8
/
+9
2024-12-06
compat/regex: explicitly ignore "-Wsign-compare" warnings
Patrick Steinhardt
1
-0
/
+2
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-25
Merge branch 'sk/msvc-warnings'
Taylor Blau
3
-12
/
+21
2024-10-25
Merge branch 'ak/typofixes'
Taylor Blau
3
-4
/
+4
2024-10-17
mingw.c: Fix complier warnings for a 64 bit msvc
Sören Krecker
3
-12
/
+21
2024-10-15
Merge branch 'jk/fsmonitor-event-listener-race-fix'
Taylor Blau
5
-11
/
+82
2024-10-10
compat: fix typos
Andrew Kreimer
3
-4
/
+4
2024-10-08
fsmonitor: initialize fs event listener before accepting clients
Jeff King
2
-0
/
+12
2024-10-08
simple-ipc: split async server initialization and running
Jeff King
3
-11
/
+70
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
2
-0
/
+4
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
2
-0
/
+4
2024-09-10
Merge branch 'rj/compat-terminal-unused-fix'
Junio C Hamano
1
-1
/
+1
2024-09-01
compat/terminal: mark parameter of git_terminal_prompt() UNUSED
Ramsay Jones
1
-1
/
+1
2024-08-28
compat: mark unused parameters in win32/mingw functions
Jeff King
8
-23
/
+24
2024-08-28
compat: disable -Wunused-parameter in win32/headless.c
Jeff King
1
-0
/
+2
2024-08-28
compat: disable -Wunused-parameter in 3rd-party code
Jeff King
2
-0
/
+4
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
2
-0
/
+3
2024-07-13
mingw(is_msys2_sh): handle forward slashes in the `sh.exe` path, too
Johannes Schindelin
1
-1
/
+1
2024-07-13
win32: override `fspathcmp()` with a directory separator-aware version
Johannes Schindelin
2
-0
/
+41
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
3
-4
/
+7
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-14
compat/fsmonitor: fix socket path in networked SHA256 repos
Patrick Steinhardt
1
-3
/
+4
2024-06-14
hash-ll: merge with "hash.h"
Patrick Steinhardt
1
-1
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-07
compat/win32: fix const-correctness with string constants
Patrick Steinhardt
3
-15
/
+31
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-1
/
+1
2024-05-20
Merge branch 'jc/compat-regex-calloc-fix'
Junio C Hamano
3
-13
/
+13
2024-05-13
compat/regex: fix argument order to calloc(3)
Junio C Hamano
3
-13
/
+13
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
2
-0
/
+25
2024-03-05
Merge branch 'jc/no-include-of-compat-util-from-headers'
Junio C Hamano
2
-2
/
+0
2024-02-24
compat: drop inclusion of <git-compat-util.h>
Junio C Hamano
2
-2
/
+0
2024-02-13
Merge branch 'js/win32-retry-pipe-write-on-enospc' into maint-2.43
Junio C Hamano
1
-4
/
+15
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
5
-4
/
+3
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
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
5
-4
/
+3
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2
-4
/
+0
2023-12-26
fsmonitor--daemon.h: remove unnecessary includes
Elijah Newren
3
-0
/
+3
2023-12-09
config: handle NULL value when parsing non-bools
Jeff King
1
-0
/
+2
[prev]
[next]