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

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-02mingw_fopen: report ENOENT for invalid file namesJohannes Sixt
2017-05-23mingw: simplify PATH handlingRené Scharfe
2016-08-25Merge branch 'js/no-html-bypass-on-windows'Junio C Hamano
2016-08-19Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin
2016-06-20mingw: let the build succeed with DEVELOPER=1Johannes Schindelin
2016-05-26Merge branch 'js/windows-dotgit' into maintJunio C Hamano
2016-05-11mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin
2016-04-05Windows: shorten code by re-using convert_slashes()Johannes Sixt
2016-03-05Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-29compat/mingw: brown paper bag fix for 50a6c8eJeff King
2016-02-27Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-23use st_add and st_mult for allocation size computationJeff King
2016-02-23convert trivial cases to ALLOC_ARRAYJeff King
2016-02-17Merge branch 'js/mingw-tests'Junio C Hamano
2016-02-06Merge branch 'js/dirname-basename' into maintJunio C Hamano
2016-02-04Merge branch 'js/dirname-basename'Junio C Hamano
2016-01-27mingw: let lstat() fail with errno == ENOTDIR when appropriateJohannes Schindelin
2016-01-27mingw: try to delete target directory before renaming마누엘
2016-01-27mingw: prepare the TMPDIR environment variable for shell scriptsJohannes Schindelin
2016-01-27mingw: factor out Windows specific environment setupKarsten Blees
2016-01-26mingw: avoid linking to the C library's isalpha()Johannes Sixt
2016-01-16mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin
2016-01-12Refactor skipping DOS drive prefixesJohannes Schindelin
2015-12-23Merge branch 'js/emu-write-epipe-on-windows'Junio C Hamano
2015-12-21mingw: emulate write(2) that fails with a EPIPEJohannes Schindelin
2015-10-23compat/mingw.c: remove printf format warningJohannes Sixt
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2015-08-28Mingw: verify both ends of the pipe () callJose F. Morales
2015-03-12mingw32: add uname()Nguyễn Thái Ngọc Duy
2014-11-17Windows: correct detection of EISDIR in mingw_open()Johannes Sixt
2014-07-31Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano
2014-07-21Merge branch 'maint'Junio C Hamano
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe
2014-07-21Win32: enable color output in Windows cmd.exeKarsten Blees
2014-07-21Win32: patch Windows environment on startupKarsten Blees
2014-07-21Win32: keep the environment sortedKarsten Blees
2014-07-21Win32: use low-level memory allocation during initializationKarsten Blees
2014-07-21Win32: reduce environment array reallocationsKarsten Blees
2014-07-21Win32: don't copy the environment twice when spawning child processesKarsten Blees
2014-07-21Win32: factor out environment block creationKarsten Blees
2014-07-21Win32: unify environment function namesKarsten Blees
2014-07-21Win32: unify environment case-sensitivityKarsten Blees
2014-07-21Win32: fix environment memory leaksKarsten Blees
2014-07-21Win32: Unicode environment (incoming)Karsten Blees
2014-07-21Win32: Unicode environment (outgoing)Karsten Blees
2014-07-17Revert "Windows: teach getenv to do a case-sensitive search"Karsten Blees
2014-07-15Win32: Unicode file name support (except dirent)Karsten Blees
2014-06-16Win32: Unicode arguments (incoming)Karsten Blees
2014-06-16Win32: Unicode arguments (outgoing)Karsten Blees