796 Commits (0b7de6c6835051a92ae3e2ff306583f5780c7ae1)

Author SHA1 Message Date
Johannes Schindelin bb0e43d8a1 msvc: fix "REG_STARTEND" issue 5 years ago
Carlo Marcelo Arenas Belón 84b0115f0d compat: remove gmtime 5 years ago
Đoàn Trần Công Danh 3bc1f9e48c compat/regex: move stdlib.h up in inclusion chain 5 years ago
Emily Shaffer 69bcbbceb7 bugreport: add compiler info 5 years ago
Emily Shaffer 709df95b78 help: move list_config_help to builtin/help 5 years ago
Nathan Sanders 23eafd924a mingw: cope with the Isilon network file system 5 years ago
Johannes Schindelin 3efc128cd5 mingw: help debugging by optionally executing bash with strace 5 years ago
Johannes Schindelin b6852e1979 mingw: do not treat `COM0` as a reserved file name 5 years ago
Matthias Aßhauer a748f3f3dc mingw: use modern strftime implementation if possible 5 years ago
Andras Kucsma 05ac8582bc run-command: trigger PATH lookup properly on Cygwin 5 years ago
Alexandr Miloslavskiy 94f4d01932 mingw: workaround for hangs when sending STDIN 5 years ago
René Scharfe 2ce6d075fa use strpbrk(3) to search for characters from a given set 5 years ago
Johannes Schindelin 08809c09aa mingw: add a helper function to attach GDB to the current process 5 years ago
Jeff King cf82bff73f obstack: avoid computing offsets from NULL pointer 5 years ago
Jeff King f65d07fffa Makefile: use compat regex with SANITIZE=address 5 years ago
Johannes Schindelin b6d4d82bd5 msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.x 5 years ago
Johannes Schindelin 12acdf573a built-in add -p: handle Escape sequences more efficiently 5 years ago
Johannes Schindelin e118f06396 built-in add -p: handle Escape sequences in interactive.singlekey mode 5 years ago
Johannes Schindelin a5e46e6b01 terminal: add a new function to read a single keystroke 5 years ago
Johannes Schindelin 9ea416cb51 terminal: accommodate Git for Windows' default terminal 5 years ago
Johannes Schindelin 94ac3c31f7 terminal: make the code of disable_echo() reusable 5 years ago
Johannes Schindelin 4dc42c6c18 mingw: refuse paths containing reserved names 5 years ago
Johannes Schindelin 98d9b23e90 mingw: short-circuit the conversion of `/dev/null` to UTF-16 5 years ago
Johannes Schindelin 7d8b676992 mingw: sh arguments need quoting in more circumstances 5 years ago
Johannes Schindelin 04522edbd4 mingw: fix quoting of empty arguments for `sh` 5 years ago
Johannes Schindelin 49f7a76d57 mingw: use MSYS2 quoting even when spawning shell scripts 5 years ago
Johannes Schindelin e2ba3d6f6d mingw: detect when MSYS2's sh is to be spawned more robustly 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
Johannes Schindelin 6d8684161e mingw: fix quoting of arguments 5 years ago
Johannes Schindelin 3ba3720b3f mingw: forbid translating ERROR_SUCCESS to an errno value 5 years ago
Doan Tran Cong Danh 0109d676f9 mingw: use {gm,local}time_s as backend for {gm,local}time_r 5 years ago
Johannes Schindelin 4d0375ca24 mingw: do set `errno` correctly when trying to restrict handle inheritance 5 years ago
Johannes Schindelin ac33519ddf mingw: restrict file handle inheritance only on Windows 7 and later 5 years ago
Johannes Schindelin 9a780a384d mingw: spawned processes need to inherit only standard handles 5 years ago
Johannes Schindelin c5a03b1e29 mingw: work around incorrect standard handles 5 years ago
René Scharfe 51bd6be32d mingw: use COPY_ARRAY for copying array 5 years ago
Elijah Newren 03670c8b23 Fix spelling errors in no-longer-updated-from-upstream modules 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Johannes Schindelin 60e6569a12 mingw: avoid a buffer overrun in `needs_hiding()` 5 years ago
Denton Liu 9cad1c4488 pthread.h: manually align parameter lists 6 years ago
Johannes Schindelin 61d1d92aa4 msvc: work around a bug in GetEnvironmentVariable() 6 years ago
Johannes Schindelin e4347c9434 msvc: handle DEVELOPER=1 6 years ago
Johannes Schindelin ed712ef8d5 msvc: ignore some libraries when linking 6 years ago
Johannes Schindelin 5b8f9e2417 compat/win32/path-utils.h: add #include guards 6 years ago
Johannes Schindelin 41616ef618 winansi: use FLEX_ARRAY to avoid compiler warning 6 years ago
Johannes Schindelin 97fff61012 Move git_sort(), a stable sort, into into libgit.a 6 years ago
Denton Liu 7027f508c7 compat/*.[ch]: remove extern from function declarations using spatch 6 years ago
Denton Liu 552fc5016f mingw: apply array.cocci rule 6 years ago