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
/
win32
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
compat/win32: fix -Wsign-compare warning in "wWinMain()"
Patrick Steinhardt
1
-8
/
+9
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
3
-4
/
+4
2024-08-28
compat: disable -Wunused-parameter in win32/headless.c
Jeff King
1
-0
/
+2
2024-07-13
win32: override `fspathcmp()` with a directory separator-aware version
Johannes Schindelin
2
-0
/
+41
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2023-08-15
Merge branch 'ds/maintenance-on-windows-fix'
Junio C Hamano
1
-0
/
+115
2023-08-09
win32: add a helper to run `git.exe` without a foreground window
Johannes Schindelin
1
-0
/
+115
2023-07-25
Merge branch 'mh/mingw-case-sensitive-build'
Junio C Hamano
1
-2
/
+2
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
2023-06-12
mingw: use lowercase includes for some Windows headers
Mike Hommey
1
-2
/
+2
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.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-01-23
Merge branch 'sk/win32-close-handle-upon-pthread-join'
Junio C Hamano
1
-11
/
+14
2023-01-04
win32: close handles of threads that have been joined
Seija Kijin
1
-0
/
+3
2023-01-04
win32: prepare pthread.c for change by formatting
Seija Kijin
1
-11
/
+11
2022-12-25
win32: use _endthreadex to terminate threads, not ExitThread
Seija Kijin
1
-1
/
+1
2022-07-19
compat/win32: correct for incorrect compiler warning
Derrick Stolee
1
-3
/
+4
2022-06-03
Merge branch 'ds/bundle-uri'
Junio C Hamano
1
-5
/
+1
2022-05-31
Merge branch 'js/ci-gcc-12-fixes'
Junio C Hamano
1
-0
/
+2
2022-05-24
compat/win32/syslog: fix use-after-realloc
Johannes Schindelin
1
-0
/
+2
2022-05-16
dir API: add a generalized path_match_flags() function
Ævar Arnfjörð Bjarmason
1
-5
/
+1
2022-03-10
core.fsyncmethod: add writeout-only mode
Neeraj Singh
1
-0
/
+28
2022-01-09
lazyload: use correct calling conventions
Matthias Aßhauer
2
-5
/
+5
2021-09-27
lazyload.h: use an even more generic function pointer than FARPROC
Carlo Marcelo Arenas Belón
1
-3
/
+6
2021-09-27
lazyload.h: fix warnings about mismatching function pointer types
Johannes Sixt
1
-2
/
+3
2021-09-03
win32: allow building with pedantic mode enabled
Carlo Marcelo Arenas Belón
1
-1
/
+1
2020-03-27
run-command: trigger PATH lookup properly on Cygwin
Andras Kucsma
1
-0
/
+11
2019-12-06
Sync with 2.23.1
Johannes Schindelin
2
-2
/
+27
2019-12-06
Sync with 2.22.2
Johannes Schindelin
2
-2
/
+27
2019-12-06
Sync with 2.21.1
Johannes Schindelin
2
-2
/
+27
2019-12-06
Sync with 2.20.2
Johannes Schindelin
2
-2
/
+27
2019-10-18
Merge branch 'dl/compat-cleanup'
Junio C Hamano
1
-1
/
+1
2019-10-15
Merge branch 'js/azure-pipelines-msvc'
Junio C Hamano
1
-0
/
+5
2019-10-11
pthread.h: manually align parameter lists
Denton Liu
1
-1
/
+1
2019-10-06
compat/win32/path-utils.h: add #include guards
Johannes Schindelin
1
-0
/
+5
2019-09-05
compat/*.[ch]: remove extern from function declarations using spatch
Denton Liu
1
-3
/
+3
2019-06-27
mingw: embed a manifest to trick UAC into Doing The Right Thing
Cesar Eduardo Barros
1
-0
/
+25
2019-04-16
trace2: report peak memory usage of the process
Jeff Hostetler
1
-3
/
+47
2019-02-22
trace2: collect Windows-specific process information
Jeff Hostetler
1
-0
/
+147
2019-01-14
Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'
Junio C Hamano
2
-0
/
+48
2018-12-26
git clone <url> C:\cygwin\home\USER\repo' is working (again)
Torsten Bögershausen
2
-0
/
+48
2018-11-14
win32: replace pthread_cond_*() with much simpler code
Loo Rong Jie
2
-159
/
+7
2017-09-26
Win32: simplify loading of DLL functions
Johannes Schindelin
1
-0
/
+57
2017-08-10
win32: plug memory leak on realloc() failure in syslog()
René Scharfe
1
-0
/
+2
2016-05-18
Merge branch 'jk/push-client-deadlock-fix'
Junio C Hamano
1
-0
/
+7
2016-05-11
Windows: only add a no-op pthread_sigmask() when needed
Johannes Schindelin
1
-0
/
+2
2016-05-09
compat/win32/syslog.c: use warning_errno()
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2016-05-02
Windows: add pthread_sigmask() that does nothing
Johannes Sixt
1
-0
/
+5
[next]