155 Commits (e62e68d35949235435ea7f7d22ab6ea678fd46b0)

Author SHA1 Message Date
Jeff Hostetler ee4512ed48 trace2: create new combined trace facility 6 years ago
Johannes Schindelin bb02e7a560 mingw: use a more canonical method to fix the CPU reporting 6 years ago
Johannes Schindelin 3815f64b0d mingw: fix CPU reporting in `git version --build-options` 6 years ago
Torsten Bögershausen 1cadad6f65 git clone <url> C:\cygwin\home\USER\repo' is working (again) 6 years ago
Johannes Schindelin ff8978d533 mingw: fix isatty() after dup2() 6 years ago
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
Karsten Blees d7e8c87421 mingw: implement nanosecond-precision file times 6 years ago
Johannes Schindelin 501afcb8b0 mingw: use domain information for default email 6 years ago
Johannes Schindelin 9ee0540a40 mingw: abort on invalid strftime formats 7 years ago
Johannes Sixt e20b5b5909 mingw.h: permit arguments with side effects for is_dir_sep 8 years ago
Johannes Schindelin cbb3f3c9b1 mingw: intercept isatty() to handle /dev/null as Git expects it 8 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
Johannes Sixt fab6027480 Windows: add missing definition of ENOTSOCK 9 years ago
Johannes Schindelin 08aade7080 mingw: declare main()'s argv as const 9 years ago
Johannes Schindelin 0767172b90 mingw: let the build succeed with DEVELOPER=1 9 years ago
Johannes Schindelin ebf31e70bb mingw: remove unnecessary definition 9 years ago
Johannes Sixt f924b52a77 Windows: add pthread_sigmask() that does nothing 9 years ago
Sven Strickroth 0ef60afdd4 MSVC: use shipped headers instead of fallback definitions 9 years ago
Johannes Schindelin 5ca6b7bb47 config --show-origin: report paths with forward slashes 9 years ago
Johannes Sixt e7d5ce8165 mingw: avoid linking to the C library's isalpha() 9 years ago
Johannes Schindelin 59de49f80d mingw: avoid redefining S_* constants 9 years ago
Johannes Schindelin 3ecd153a3b compat/mingw: support MSys2-based MinGW build 9 years ago
Johannes Schindelin 2f36eed936 Refactor skipping DOS drive prefixes 9 years ago
Johannes Schindelin 2b86292ed1 mingw: emulate write(2) that fails with a EPIPE 9 years ago
Johannes Sixt 9a9a41db83 compat/mingw: stubs for getpgid() and tcgetpgrp() 10 years ago
Nguyễn Thái Ngọc Duy 7b6aff0655 mingw32: add uname() 10 years ago
Johannes Sixt 4e6d207c45 mingw.h: add dummy functions for sigset_t operations 11 years ago
Karsten Blees 77734da241 Win32: don't copy the environment twice when spawning child processes 11 years ago
Karsten Blees e96942e821 Win32: fix environment memory leaks 11 years ago
Karsten Blees b729f98fa5 Win32: Unicode environment (incoming) 11 years ago
Karsten Blees e0a064a107 MinGW: fix compile error due to missing ELOOP 11 years ago
Karsten Blees 85faec9d3a Win32: Unicode file name support (except dirent) 11 years ago
Karsten Blees fcd428f4a9 Win32: fix broken pipe detection 11 years ago
Karsten Blees eac14f8909 Win32: Thread-safe windows console output 11 years ago
Karsten Blees 1c950a594c Win32: add Unicode conversion functions 11 years ago
Karsten Blees 617ce965aa Win32: support Unicode console output 11 years ago
Stepan Kasal a15d4af449 mingw: avoid const warning 11 years ago
Karsten Blees 13f1df432e Win32: move main macro to a function 11 years ago
Cezary Zawadka c2369bdf7f Windows: allow using UNC path for git repository 11 years ago
Erik Faye-Lund c9df6f4574 mingw: remove mingw_write 11 years ago
Johannes Sixt 1562f3be48 compat/mingw.h: define PRId64 12 years ago
Sebastian Schuberth fa93bb20d7 MinGW: Fix stat definitions to work with MinGW runtime version 4.0 12 years ago
Karsten Blees a2374f58e8 MSVC: fix stat definition hell 12 years ago
Karsten Blees 61542f7735 MSVC: fix compile errors due to macro redefinitions 12 years ago
Ramsay Jones 84d32bf767 sparse: Fix mingw_main() argument number/type errors 12 years ago
Ramsay Jones 657b35f4be compat/mingw.c: Fix some sparse warnings 12 years ago
Erik Faye-Lund f7a4cea25e mingw: get rid of getpass implementation 12 years ago
Erik Faye-Lund 176478a8bd mingw: make fgetc raise SIGINT if apropriate 12 years ago