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
2023-02-02compat/winansi: check for errors of CreateThread() correctlySeija Kijin
2022-03-11wrapper: make inclusion of Windows csprng header tightly scopedNeeraj Singh
2022-02-12Merge branch 'bc/csprng-mktemps'Junio C Hamano
2022-01-18wrapper: add a helper to generate numbers from a CSPRNGbrian m. carlson
2022-01-09lazyload: use correct calling conventionsMatthias Aßhauer
2019-11-23mingw: work around incorrect standard handlesJohannes Schindelin
2019-10-06winansi: use FLEX_ARRAY to avoid compiler warningJohannes Schindelin
2019-07-12Merge branch 'js/mingw-use-utf8'Junio C Hamano
2019-07-10Merge branch 'jh/msvc'Junio C Hamano
2019-06-27mingw: use Unicode functions explicitlyJohannes Schindelin
2019-06-21msvc: fix detect_msys_tty()Jeff Hostetler
2019-06-13winansi: simplify loading the GetCurrentConsoleFontEx() functionJohannes Schindelin
2018-10-31mingw: fix isatty() after dup2()Johannes Schindelin
2017-05-08winansi: avoid buffer overrunJohannes Schindelin
2017-05-08winansi: avoid use of uninitialized valueJohannes Schindelin
2017-02-17Merge branch 'js/mingw-isatty'Junio C Hamano
2017-02-14mingw: make stderr unbuffered againJohannes Schindelin
2017-02-01Merge branch 'js/mingw-isatty'Junio C Hamano
2017-01-19mingw: follow-up to "replace isatty() hack"Johannes Schindelin
2016-12-27Merge branch 'js/mingw-isatty'Junio C Hamano
2016-12-27Merge branch 'mk/mingw-winansi-ttyname-termination-fix'Junio C Hamano
2016-12-22mingw: replace isatty() hackJeff Hostetler
2016-12-22mingw: fix colourization on Cygwin pseudo terminalsAlan Davies
2016-12-22mingw: adjust is_console() to work with stdinJohannes Schindelin
2016-12-20mingw: consider that UNICODE_STRING::Length counts bytesMax Kirillov
2016-12-12mingw: intercept isatty() to handle /dev/null as Git expects itJohannes Schindelin
2016-06-20mingw: let the build succeed with DEVELOPER=1Johannes Schindelin
2016-05-26mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*)Karsten Blees
2016-01-16mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin
2016-01-14compat/winansi: support compiling with MSys2Johannes Schindelin
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2014-06-16Win32: reliably detect console pipe handlesKarsten Blees
2014-06-11Win32: fix broken pipe detectionKarsten Blees
2014-06-11Win32: Thread-safe windows console outputKarsten Blees
2014-06-11Win32: warn if the console font doesn't support UnicodeKarsten Blees
2014-06-11Win32: detect console streams more reliablyKarsten Blees
2014-06-11Win32: support Unicode console outputKarsten Blees
2009-09-19Make usage of windows.h lean and meanMarius Storm-Olsen
2009-06-01Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin
2009-03-11winansi: support ESC [ K (erase in line)Johannes Schindelin
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris