Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-09Merge branch 'js/ci-gcc-12-fixes' into maintJunio C Hamano
2022-05-25compat/win32/syslog: fix use-after-reallocJohannes Schindelin
2022-03-11core.fsyncmethod: add writeout-only modeNeeraj Singh
2022-01-09lazyload: use correct calling conventionsMatthias Aßhauer
2021-09-27lazyload.h: use an even more generic function pointer than FARPROCCarlo Marcelo Arenas Belón
2021-09-27lazyload.h: fix warnings about mismatching function pointer typesJohannes Sixt
2021-09-03win32: allow building with pedantic mode enabledCarlo Marcelo Arenas Belón
2020-03-27run-command: trigger PATH lookup properly on CygwinAndras Kucsma
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-10-18Merge branch 'dl/compat-cleanup'Junio C Hamano
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano
2019-10-11pthread.h: manually align parameter listsDenton Liu
2019-10-06compat/win32/path-utils.h: add #include guardsJohannes Schindelin
2019-09-05compat/*.[ch]: remove extern from function declarations using spatchDenton Liu
2019-06-27mingw: embed a manifest to trick UAC into Doing The Right ThingCesar Eduardo Barros
2019-04-16trace2: report peak memory usage of the processJeff Hostetler
2019-02-23trace2: collect Windows-specific process informationJeff Hostetler
2019-01-15Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano
2018-12-27git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen
2018-11-14win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie
2017-09-26Win32: simplify loading of DLL functionsJohannes Schindelin
2017-08-10win32: plug memory leak on realloc() failure in syslog()René Scharfe
2016-05-19Merge branch 'jk/push-client-deadlock-fix'Junio C Hamano
2016-05-12Windows: only add a no-op pthread_sigmask() when neededJohannes Schindelin
2016-05-09compat/win32/syslog.c: use warning_errno()Nguyễn Thái Ngọc Duy
2016-05-02Windows: add pthread_sigmask() that does nothingJohannes Sixt
2016-03-05Merge branch 'js/pthread-exit-emu-windows'Junio C Hamano
2016-03-02Mark win32's pthread_exit() as NORETURNJohannes Schindelin
2016-02-27Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-23use st_add and st_mult for allocation size computationJeff King
2016-01-16mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin
2016-01-16mingw: squash another warning about a castJohannes Schindelin
2014-07-15Win32: Unicode file name support (dirent)Karsten Blees
2014-07-09Merge branch 'sk/mingw-dirent'Junio C Hamano
2014-06-10Win32 dirent: improve dirent implementationKarsten Blees
2014-06-10Win32 dirent: clarify #include directivesKarsten Blees
2014-06-10Win32 dirent: change FILENAME_MAX to MAX_PATHKarsten Blees
2014-06-10Win32 dirent: remove unused dirent.d_reclen memberKarsten Blees
2014-06-10Win32 dirent: remove unused dirent.d_ino memberKarsten Blees
2014-04-09mingw: activate allocaKirill Smelkov
2013-04-28compat/win32/pthread.c: Fix a sparse warningRamsay Jones
2012-09-18make poll available for other platforms lacking itJoachim Schmitz
2012-04-11compat/win32/pthread.h: Add an pthread_key_delete() implementationRamsay Jones
2011-10-31compat/win32/poll.c: upgrade from upstreamErik Faye-Lund
2011-10-31mingw: move poll out of sys-folderErik Faye-Lund
2011-10-08mingw: avoid using strbuf in syslogErik Faye-Lund
2010-12-16Merge branch 'rj/msvc-fix'Junio C Hamano