1
0
mirror of https://github.com/git/git.git synced 2024-09-30 16:01:40 +02:00
git/compat
Johannes Schindelin 492f70913e Work around a regression in Windows 7, causing erase_in_line() to crash sometimes
The function FillConsoleOutputCharacterA() was pretty content in XP to take a NULL
pointer if we did not want to store the number of written columns.  In Windows 7,
it crashes, but only when called from within Git Bash, not from within cmd.exe.
Go figure.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2009-06-01 00:08:54 -07:00
..
fnmatch Fix more typos/spelling in comments 2009-04-22 19:03:39 -07:00
regex Fix typos / spelling in comments 2009-04-22 19:02:12 -07:00
cygwin.c Fix more typos/spelling in comments 2009-04-22 19:03:39 -07:00
cygwin.h
fopen.c
hstrerror.c
inet_ntop.c
inet_pton.c
memmem.c
mingw.c MinGW: Add a simple getpass() 2009-05-23 01:54:45 -07:00
mingw.h MinGW: Add a simple getpass() 2009-05-23 01:54:45 -07:00
mkdtemp.c
mmap.c
pread.c
qsort.c
setenv.c
snprintf.c MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymore 2009-06-01 00:07:21 -07:00
strcasestr.c
strlcpy.c
strtoumax.c
unsetenv.c
win32.h
win32mmap.c
winansi.c Work around a regression in Windows 7, causing erase_in_line() to crash sometimes 2009-06-01 00:08:54 -07:00