175 Commits (71ca53e8125e36efbda17293c50027d31681a41f)

Author SHA1 Message Date
Denton Liu fcedb379fd compat/mingw.h: drop extern from function declaration 4 years ago
Johannes Schindelin 08809c09aa mingw: add a helper function to attach GDB to the current process 5 years ago
Johannes Schindelin 4dc42c6c18 mingw: refuse paths containing reserved names 5 years ago
Johannes Schindelin f82a97eb91 mingw: handle `subst`-ed "DOS drives" 5 years ago
Johannes Schindelin d2c84dad1c mingw: refuse to access paths with trailing spaces or periods 5 years ago
Johannes Schindelin 817ddd64c2 mingw: refuse to access paths with illegal characters 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Denton Liu 7027f508c7 compat/*.[ch]: remove extern from function declarations using spatch 5 years ago
Jeff Hostetler 172e54e2d7 msvc: do not re-declare the timespec struct 5 years ago
Johannes Schindelin 396ff7547d mingw: replace mingw_startup() hack 5 years ago
Tanushree Tumane b9f0193b25 mingw: remove obsolete IPv6-related code 6 years ago
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 8 years ago
Johannes Schindelin 6db5967d4e Revert "display HTML in default browser using Windows' shell API" 8 years ago
Johannes Sixt fab6027480 Windows: add missing definition of ENOTSOCK 8 years ago
Johannes Schindelin 08aade7080 mingw: declare main()'s argv as const 8 years ago
Johannes Schindelin 0767172b90 mingw: let the build succeed with DEVELOPER=1 8 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 10 years ago
Karsten Blees 77734da241 Win32: don't copy the environment twice when spawning child processes 10 years ago
Karsten Blees e96942e821 Win32: fix environment memory leaks 10 years ago
Karsten Blees b729f98fa5 Win32: Unicode environment (incoming) 10 years ago
Karsten Blees e0a064a107 MinGW: fix compile error due to missing ELOOP 10 years ago
Karsten Blees 85faec9d3a Win32: Unicode file name support (except dirent) 10 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