796 Commits (5602b500c3cd9ac308bf9af0d5f0a79bd2195346)

Author SHA1 Message Date
Johannes Schindelin 70fc5793df config: allow for platform-specific core.* config settings 6 years ago
Johannes Schindelin fe21c6b285 mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8) 6 years ago
Carlo Marcelo Arenas Belón bf1e6da791 compat: make sure git_mmap is not expected to write 7 years ago
Anton Serbulov 4745feeb8b mingw: fix getcwd when the parent directory cannot be queried 7 years ago
Johannes Schindelin 937974fc65 mingw: ensure `getcwd()` reports the correct case 7 years ago
Johannes Schindelin c6f050a434 mingw: load system libraries the recommended way 7 years ago
Karsten Blees d7e8c87421 mingw: implement nanosecond-precision file times 7 years ago
Karsten Blees d75e697353 mingw: replace MSVCRT's fstat() with a Win32-based implementation 7 years ago
Johannes Schindelin 7bf1983886 mingw: factor out code to set stat() data 7 years ago
Johannes Schindelin 501afcb8b0 mingw: use domain information for default email 7 years ago
Johannes Schindelin 564be791f3 getpwuid(mingw): provide a better default for the user name 7 years ago
Johannes Schindelin 55b6513e73 getpwuid(mingw): initialize the structure only once 7 years ago
Johannes Schindelin d7e357fb9c compat/poll: prepare for targeting Windows Vista 7 years ago
Jeff Hostetler eeaf7ddac7 mingw: fix mingw_open_append to work with named pipes 7 years ago
Elijah Newren f790d81252 compat/precompose_utf8.h: use more common include guard style 7 years ago
Johannes Sixt d641097589 mingw: enable atomic O_APPEND 7 years ago
Johannes Schindelin ede8d89bb1 vcbuild/README: update to accommodate for missing common-cmds.h 7 years ago
Johannes Schindelin 86e254584b mingw/msvc: use the new-style RUNTIME_PREFIX helper 7 years ago
Johannes Schindelin 9ee0540a40 mingw: abort on invalid strftime formats 7 years ago
Todd Zullinger 484257925f Replace Free Software Foundation address in license notices 7 years ago
Johannes Schindelin 1a172e4ac1 mingw: optionally redirect stderr/stdout via the same handle 7 years ago
Johannes Schindelin 3f944424ac mingw: add experimental feature to redirect standard handles 7 years ago
Derrick Stolee 19716b21a4 cleanup: fix possible overflow errors in binary search 8 years ago
Randall S. Becker 61b2a1acaa poll.c: always set revents, even if to zero 8 years ago
Johannes Schindelin db2f7c48cb Win32: simplify loading of DLL functions 8 years ago
Ben Peart b2e39d0067 bswap: add 64 bit endianness helper get_be64 8 years ago
René Scharfe 149d8cbb2e win32: plug memory leak on realloc() failure in syslog() 8 years ago
René Scharfe 5b114f3bb0 bswap: convert get_be16, get_be32 and put_be32 to inline functions 8 years ago
René Scharfe 7780af1e8e bswap: convert to unsigned before shifting in get_be32 8 years ago
Torsten Bögershausen 496f256989 cygwin: allow pushing to UNC paths 8 years ago
Ville Skyttä 6412757514 Spelling fixes 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Johannes Sixt e5b313442a mingw_fopen: report ENOENT for invalid file names 8 years ago
Ramsay Jones b0a642ac46 git_fopen: fix a sparse 'not declared' warning 8 years ago
René Scharfe e0ca1ca20a mingw: simplify PATH handling 8 years ago
Johannes Sixt e20b5b5909 mingw.h: permit arguments with side effects for is_dir_sep 8 years ago
Johannes Schindelin b6b066adf9 winansi: avoid buffer overrun 8 years ago
Johannes Schindelin 3057da5ad5 winansi: avoid use of uninitialized value 8 years ago
Johannes Schindelin 1a845a2c88 mingw: avoid memory leak when splitting PATH 8 years ago
Johannes Schindelin a4d92d579f mingw: make stderr unbuffered again 8 years ago
René Scharfe 04ee8b875b compat: add qsort_s() 8 years ago
Johannes Schindelin 1d3f065e0e mingw: follow-up to "replace isatty() hack" 8 years ago
Jeff Hostetler a9b8a09c3c mingw: replace isatty() hack 8 years ago
Alan Davies 86924838e3 mingw: fix colourization on Cygwin pseudo terminals 8 years ago
Johannes Schindelin fee807c5f6 mingw: adjust is_console() to work with stdin 8 years ago
Max Kirillov c46458e82f mingw: consider that UNICODE_STRING::Length counts bytes 8 years ago
Johannes Schindelin cbb3f3c9b1 mingw: intercept isatty() to handle /dev/null as Git expects it 8 years ago
René Scharfe ca2baa3f75 compat: move strdup(3) replacement to its own file 9 years ago
Ben Wijen 05d1ed6148 mingw: ensure temporary file handles are not inherited by child processes 9 years ago
Johannes Schindelin 6db5967d4e Revert "display HTML in default browser using Windows' shell API" 9 years ago