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