Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | mingw: make argv2 in try_shell_exec() non-const | René Scharfe | 2023-01-09 | 1 | -5/+2 | |
* | | | Merge branch 'dh/mingw-ownership-check-typofix' | Junio C Hamano | 2023-01-05 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | mingw: fix typo in an error message from ownership check | Daniël Haazen | 2022-12-20 | 1 | -1/+1 | |
| * | | | Merge branch 'jk/pipe-command-nonblock' into maint | Junio C Hamano | 2022-09-13 | 2 | -0/+59 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'js/safe-directory-plus' into maint | Junio C Hamano | 2022-08-26 | 2 | -2/+59 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'js/lstat-mingw-enotdir-fix' into maint | Junio C Hamano | 2022-08-26 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||
* | | | | | | | win32: use _endthreadex to terminate threads, not ExitThread | Seija Kijin | 2022-12-25 | 1 | -1/+1 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge branch 'jh/fsmonitor-darwin-modernize' | Junio C Hamano | 2022-12-19 | 2 | -14/+25 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | fsmonitor: eliminate call to deprecated FSEventStream function | Jeff Hostetler | 2022-12-15 | 2 | -14/+25 | |
* | | | | | | Merge branch 'sz/macos-fsmonitor-symlinks' | Junio C Hamano | 2022-11-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fsmonitor--daemon: on macOS support symlink | srz_zumix | 2022-11-08 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'rs/no-more-run-command-v' | Taylor Blau | 2022-11-08 | 1 | -4/+7 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | use child_process member "args" instead of string array variable | René Scharfe | 2022-10-30 | 1 | -4/+7 | |
* | | | | | | | Merge branch 'jk/unused-anno-more' | Junio C Hamano | 2022-10-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | mark unused parameters in trivial compat functions | Jeff King | 2022-10-18 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'ab/macos-build-fix-with-sha1dc' | Junio C Hamano | 2022-10-21 | 1 | -5/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fsmonitor OSX: compile with DC_SHA1=YesPlease | Ævar Arnfjörð Bjarmason | 2022-10-19 | 1 | -5/+5 | |
* | | | | | | | Merge branch 'ed/fsmonitor-on-networked-macos' | Junio C Hamano | 2022-10-17 | 7 | -225/+381 | |
|\| | | | | | | |/ / / / / |/| | | | | | ||||||
| * | | | | | fsmonitor: deal with synthetic firmlinks on macOS | Eric DeCosta | 2022-10-05 | 3 | -2/+121 | |
| * | | | | | fsmonitor: avoid socket location check if using hook | Eric DeCosta | 2022-10-05 | 2 | -5/+7 | |
| * | | | | | fsmonitor: relocate socket file if .git directory is remote | Eric DeCosta | 2022-10-05 | 3 | -1/+62 | |
| * | | | | | fsmonitor: refactor filesystem checks to common interface | Eric DeCosta | 2022-10-05 | 4 | -219/+193 | |
* | | | | | | Merge branch 'ab/unused-annotation' | Junio C Hamano | 2022-09-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 2022-09-01 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'jk/unused-annotation' | Junio C Hamano | 2022-09-14 | 1 | -1/+1 | |
|\| | | | | | | ||||||
| * | | | | | | hashmap: mark unused callback parameters | Jeff King | 2022-08-19 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'ed/fsmonitor-on-network-disk' | Junio C Hamano | 2022-09-13 | 1 | -0/+68 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | fsmonitor: option to allow fsmonitor to run against network-mounted repos | Eric DeCosta | 2022-08-12 | 1 | -0/+68 | |
* | | | | | | | Merge branch 'vd/scalar-generalize-diagnose' | Junio C Hamano | 2022-08-25 | 1 | -0/+56 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | scalar-diagnose: move 'get_disk_info()' to 'compat/' | Victoria Dye | 2022-08-12 | 1 | -0/+56 | |
* | | | | | | | | Merge branch 'jk/pipe-command-nonblock' | Junio C Hamano | 2022-08-25 | 2 | -0/+59 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | nonblock: support Windows | René Scharfe | 2022-08-17 | 1 | -0/+27 | |
| * | | | | | | compat: add function to enable nonblocking pipes | Jeff King | 2022-08-17 | 2 | -0/+32 | |
| | |_|/ / / | |/| | | | | ||||||
| * | | | | | Merge branch 'ds/win-syslog-compiler-fix' into maint | Junio C Hamano | 2022-08-06 | 1 | -3/+4 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'rs/mingw-tighten-mkstemp' into maint | Junio C Hamano | 2022-08-06 | 1 | -4/+1 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge branch 'js/safe-directory-plus' | Junio C Hamano | 2022-08-15 | 2 | -2/+59 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | mingw: handle a file owned by the Administrators group correctly | Johannes Schindelin | 2022-08-08 | 1 | -0/+10 | |
| * | | | | | | mingw: be more informative when ownership check fails on FAT32 | Johannes Schindelin | 2022-08-08 | 1 | -1/+24 | |
| * | | | | | | mingw: provide details about unsafe directories' ownership | Johannes Schindelin | 2022-08-08 | 1 | -0/+24 | |
| * | | | | | | setup: prepare for more detailed "dubious ownership" messages | Johannes Schindelin | 2022-08-08 | 2 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'js/lstat-mingw-enotdir-fix' | Junio C Hamano | 2022-08-08 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | | | ||||||
| * | | | | lstat(mingw): correctly detect ENOTDIR scenarios | Johannes Schindelin | 2022-07-29 | 1 | -2/+2 | |
| * | | | | Merge branch 'js/ci-gcc-12-fixes' into maint | Junio C Hamano | 2022-06-08 | 2 | -1/+2 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge branch 'ds/win-syslog-compiler-fix' | Junio C Hamano | 2022-07-27 | 1 | -3/+4 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | compat/win32: correct for incorrect compiler warning | Derrick Stolee | 2022-07-19 | 1 | -3/+4 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge branch 'rs/mingw-tighten-mkstemp' | Junio C Hamano | 2022-07-23 | 1 | -4/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | mingw: avoid mktemp() in mkstemp() implementation | René Scharfe | 2022-07-15 | 1 | -4/+1 | |
* | | | | Merge branch 'jh/builtin-fsmonitor-part3' | Junio C Hamano | 2022-06-11 | 8 | -93/+1042 | |
|\ \ \ \ | ||||||
| * | | | | fsmonitor: on macOS also emit NFC spelling for NFD pathname | Jeff Hostetler | 2022-05-27 | 1 | -2/+31 | |
| * | | | | fsm-listen-darwin: shutdown daemon if worktree root is moved/renamed | Jeff Hostetler | 2022-05-27 | 1 | -0/+25 |