Commit Graph

  • 50ad5c4c0d t5003: use binary file from t/lib-diff/ Johannes Schindelin 2017-08-05 21:36:01 +02:00
  • f87aa288c9 Merge branch 'gitk-and-git-gui-patches' Johannes Schindelin 2018-10-11 13:38:58 +02:00
  • a20e934a68 test-lib: add BUSYBOX prerequisite Johannes Schindelin 2017-07-19 17:07:56 +02:00
  • 05cfdbade3 mingw: work around rename() failing on a read-only file David Lomas 2023-07-28 15:20:43 +01:00
  • 892f9684f6 tests (mingw): remove Bash-specific pwd option Johannes Schindelin 2017-06-30 22:32:33 +02:00
  • a298f7a126 mingw: Windows Docker volumes are *not* symbolic links Johannes Schindelin 2018-04-23 23:20:00 +02:00
  • d1ac412a90 mingw: only use Bash-ism builtin pwd -W when available Johannes Schindelin 2017-06-30 00:35:40 +02:00
  • 92ef4c323a mingw: move the file_attr_to_st_mode() function definition JiSeop Moon 2018-04-23 22:35:26 +02:00
  • fc158a1922 tests: use the correct path separator with BusyBox Johannes Schindelin 2018-11-19 20:34:13 +01:00
  • b039f8414a mingw: when running in a Windows container, try to rename() harder JiSeop Moon 2018-04-23 22:31:42 +02:00
  • ba34c78799 tests: only override sort & find if there are usable ones in /usr/bin/ Johannes Schindelin 2017-07-18 01:15:40 +02:00
  • 7287a99442 mingw: introduce code to detect whether we're inside a Windows container JiSeop Moon 2018-04-23 22:30:18 +09:00
  • d83a873653 tests: move test PNGs into t/lib-diff/ Johannes Schindelin 2017-08-05 20:28:37 +02:00
  • b0f9b46d22 gitattributes: mark .png files as binary Johannes Schindelin 2018-10-11 23:55:44 +02:00
  • 46af0f71a5 tests(mingw): if iconv is unavailable, use test-helper --iconv Johannes Schindelin 2017-07-20 22:25:21 +02:00
  • 00d3ff0452 test-tool: learn to act as a drop-in replacement for iconv Johannes Schindelin 2017-07-20 22:18:56 +02:00
  • dd5262d5ec mingw: when path_lookup() failed, try BusyBox Johannes Schindelin 2017-07-20 20:41:29 +02:00
  • ff0ba2a45b mingw: explicitly specify with which cmd to prefix the cmdline Johannes Schindelin 2017-07-20 22:45:01 +02:00
  • b209b99ffd Win32: symlink: add test for symlink attribute Bert Belder 2018-10-26 23:42:09 +02:00
  • 02b6f82295 mingw: allow to specify the symlink type in .gitattributes Bert Belder 2018-10-26 11:51:51 +02:00
  • 93ffedb301 Introduce helper to create symlinks that knows about index_state Johannes Schindelin 2019-02-11 14:19:18 +01:00
  • cfd31bb23b Win32: symlink: move phantom symlink creation to a separate function Bert Belder 2018-10-26 11:13:45 +02:00
  • 63192cb53f mingw (git_terminal_prompt): do fall back to CONIN$/CONOUT$ method Johannes Schindelin 2018-02-23 02:50:03 +01:00
  • 4d164dbf67 compat/terminal.c: only use the Windows console if bash 'read -r' fails Karsten Blees 2015-05-09 02:11:48 +02:00
  • e83085bd59 mingw: Support git_terminal_prompt with more terminals Karsten Blees 2015-03-19 16:33:44 +01:00
  • 3ce466f75b clean: suggest using core.longPaths if paths are too long to remove Ben Boeckel 2022-04-22 09:06:23 -04:00
  • de52fbed6e compat/fsmonitor/fsm-*-win32: support long paths Jeff Hostetler 2022-03-25 16:56:04 -04:00
  • a0dca2d0d1 win32(long path support): leave drive-less absolute paths intact Johannes Schindelin 2023-09-06 09:14:47 +02:00
  • 4b7e2892eb mingw: support long paths Karsten Blees 2015-07-28 21:07:41 +02:00
  • f564e23049 pack-objects (mingw): demonstrate a segmentation fault with large deltas Doug Kelly 2014-01-08 20:28:15 -06:00
  • e47873cefb Merge branch 'dont-clean-junctions-fscache' Johannes Schindelin 2019-07-23 21:57:12 +02:00
  • 9d660576eb Merge remote-tracking branch 'benpeart/fscache-per-thread-gfw' Johannes Schindelin 2018-11-16 14:38:19 +01:00
  • c585877069 clean: make use of FSCache Johannes Schindelin 2018-12-11 12:17:49 +01:00
  • 1071d4c380 Merge pull request #1909 from benpeart/free-fscache-after-status-gfw Johannes Schindelin 2018-11-05 14:01:30 +01:00
  • 1ea32211bb fscache: implement an FSCache-aware is_mount_point() Johannes Schindelin 2018-12-11 12:17:49 +01:00
  • 195a976c5a Merge branch 'fscache' Johannes Schindelin 2018-11-15 12:23:43 +01:00
  • 9dff5ffa39 fscache: remember the reparse tag for each entry Johannes Schindelin 2018-12-11 12:59:29 +01:00
  • 7f1c6d4aa4 fscache: teach fscache to use NtQueryDirectoryFile Ben Peart 2018-11-15 14:15:40 -05:00
  • 8adbeccde6 fscache: make fscache_enable() thread safe Ben Peart 2018-11-16 10:59:18 -05:00
  • 2d91b38311 fscache: teach fscache to use mempool Ben Peart 2018-11-02 11:19:10 -04:00
  • bc9c38e180 fscache: update fscache to be thread specific instead of global Ben Peart 2018-10-04 15:38:08 -04:00
  • bb4f982da6 fscache: fscache takes an initial size Ben Peart 2018-11-02 11:19:10 -04:00
  • c5c1d63b2b mem_pool: add GIT_TRACE_MEMPOOL support Ben Peart 2018-10-04 18:10:21 -04:00
  • 9411685da6 status: disable and free fscache at the end of the status command Ben Peart 2018-11-01 11:40:51 -04:00
  • 66af964e3c unpack-trees: enable fscache for sparse-checkout Derrick Stolee 2019-06-12 00:58:49 +00:00
  • 2fa38f7347 fscache: add fscache hit statistics Ben Peart 2018-09-25 16:28:16 -04:00
  • a2a68bab3f fscache: add GIT_TEST_FSCACHE support Ben Peart 2018-10-04 18:10:21 -04:00
  • 0fb0a96b69 fscache: use FindFirstFileExW to avoid retrieving the short name Ben Peart 2018-10-23 11:42:06 -04:00
  • 28d464e18a Enable the filesystem cache (fscache) in refresh_index(). Ben Peart 2018-09-07 11:39:57 -04:00
  • 002cbae4bf checkout.c: enable fscache for checkout again Takuto Ikuta 2018-01-30 22:42:58 +09:00
  • 1e81451a0f fetch-pack.c: enable fscache for stats under .git/objects Takuto Ikuta 2017-11-22 20:39:38 +09:00
  • 19fb49bd54 dir.c: regression fix for add_excludes with fscache Jeff Hostetler 2017-12-20 11:19:27 -05:00
  • a1160955f2 fscache: make fscache_enabled() public Jeff Hostetler 2017-12-20 10:43:41 -05:00
  • 4a022124a5 dir.c: make add_excludes aware of fscache during status Jeff Hostetler 2017-11-01 15:05:44 -04:00
  • 30b764a83c add: use preload-index and fscache for performance Jeff Hostetler 2016-11-22 11:26:38 -05:00
  • fcac47fec9 fscache: add a test for the dir-not-found optimization Johannes Schindelin 2017-01-25 18:39:16 +01:00
  • aa0242a332 Merge branch 'git-gui-askyesno' Johannes Schindelin 2018-06-08 18:37:01 +02:00
  • c53be831d6 fscache: remember not-found directories Jeff Hostetler 2016-12-13 14:05:32 -05:00
  • bcdca0b540 git-gui--askyesno (mingw): use Git for Windows' icon, if available Johannes Schindelin 2017-09-20 21:55:45 +02:00
  • 2d9b547b07 fscache: add key for GIT_TRACE_FSCACHE Jeff Hostetler 2017-01-24 15:12:13 -05:00
  • b295361163 git-gui--askyesno: fix funny text wrapping Johannes Schindelin 2017-09-20 21:52:28 +02:00
  • eed27c7afa fscache: load directories only once Karsten Blees 2014-06-24 13:22:35 +02:00
  • 99fad4563e mingw: add a cache below mingw's lstat and dirent implementations Karsten Blees 2013-10-01 12:51:54 +02:00
  • 8a5e987a7d mingw: add infrastructure for read-only file system level caches Karsten Blees 2013-09-08 14:23:27 +02:00
  • 47d08f6113 Win32: make the lstat implementation pluggable Karsten Blees 2013-09-08 14:21:30 +02:00
  • c5f51ea846 mingw: make the dirent implementation pluggable Karsten Blees 2013-09-08 14:18:40 +02:00
  • d704ad282f Win32: dirent.c: Move opendir down Karsten Blees 2013-09-08 14:17:31 +02:00
  • fc413f6db9 Win32: make FILETIME conversion functions public Karsten Blees 2013-07-06 02:09:35 +02:00
  • db5a8c870f ci(macos): skip the git p4 tests (#5954) Johannes Schindelin 2025-11-14 10:46:28 +00:00
  • cfc8c18e72 ci(macos): skip the git p4 tests Johannes Schindelin 2025-11-13 11:23:29 +01:00
  • 9594cb097c Merge branch 'ready-for-upstream' Johannes Schindelin 2018-10-11 13:38:58 +02:00
  • 217abe6329 Detect number of cores better on multi-socket systems (#6108) Johannes Schindelin 2026-04-06 12:25:16 +02:00
  • c3697c41f7 Don't traverse mount points in remove_dir_recurse() (#6151) Johannes Schindelin 2026-03-31 11:20:45 +00:00
  • 593551805c Merge branch 'disallow-ntlm-auth-by-default' Johannes Schindelin 2026-02-12 16:06:29 +01:00
  • b524b396ae t/t5571-prep-push-hook.sh: Add test with writing to stderr (#6063) Johannes Schindelin 2026-01-27 15:13:22 +00:00
  • 917595aa4f Merge branch 'check-whitespace-only-downstream' Johannes Schindelin 2025-06-03 18:55:35 +02:00
  • 196df60b3f Merge branch 'reftable-vs-custom-allocators' Johannes Schindelin 2025-06-02 14:30:49 +02:00
  • f8619c180d credential-cache: handle ECONNREFUSED gracefully (#5329) Johannes Schindelin 2025-01-01 22:00:05 +01:00
  • 67098f9aad Add experimental 'git survey' builtin (#5174) Johannes Schindelin 2024-09-26 20:32:11 +02:00
  • 474b9d0948 Add path walk API and its use in 'git pack-objects' (#5171) Derrick Stolee 2024-09-25 16:48:41 -04:00
  • cac1ec3db9 pack-objects: create new name-hash algorithm (#5157) Johannes Schindelin 2024-09-24 13:26:06 +02:00
  • 8dff78cfab Merge branch 'run-command-be-helpful-when-Git-LFS-fails-on-Windows-7' Johannes Schindelin 2024-07-12 22:23:15 +02:00
  • c66f207c5c Merge branch 'Fallback-to-AppData-if-XDG-CONFIG-HOME-is-unset' Johannes Schindelin 2024-07-12 22:23:15 +02:00
  • 5773e0a23c Merge branch 'Fix-i686-build-with-GCC-v14' Johannes Schindelin 2024-07-12 22:23:15 +02:00
  • 410460f438 Merge branch 'run-t5601-and-t7406-with-symlinks-on-windows-10' Johannes Schindelin 2024-07-12 22:23:15 +02:00
  • 5bbf8e02b1 common-main.c: fflush stdout buffer when exit (#4901) Johannes Schindelin 2024-04-12 14:22:30 +02:00
  • eb5869b2b6 win32: use native ANSI sequence processing, if possible (#4700) Johannes Schindelin 2023-12-02 22:06:18 +01:00
  • 244914df76 Additional error checks for issuing the windows.appendAtomically warning (#4528) Johannes Schindelin 2023-08-07 21:07:40 +02:00
  • 15c92c5730 Merge branch 'nano-server' Johannes Schindelin 2023-08-07 22:21:04 +02:00
  • a593588a32 Lazy load libcurl, allowing for an SSL/TLS backend-specific libcurl (#4410) Johannes Schindelin 2023-05-15 12:50:37 +02:00
  • f316af30f7 ARM64: Embed manifest properly (#4718) Johannes Schindelin 2023-12-07 09:00:15 +01:00
  • 0ef1aca0c5 Merge pull request #2974 from derrickstolee/maintenance-and-headless Johannes Schindelin 2021-01-11 14:10:26 +01:00
  • dece2a3ef6 Merge pull request #2506 from dscho/issue-2283 Johannes Schindelin 2020-02-11 19:57:50 +01:00
  • 27dc67327b win32: thread-utils: handle multi-socket systems Matthias Aßhauer 2026-02-21 12:11:02 +01:00
  • 68cf2c21e9 dir: do not traverse mount points Maks Kuznia 2026-03-30 23:18:31 +02:00
  • 604413924e Add full mingw-w64-git (i.e. regular MSYS2 ecosystem) support (#5971) Johannes Schindelin 2025-11-25 21:17:57 +00:00
  • bd178a73fa Skip linking the "dashed" git-<command>s for built-ins (#4252) Johannes Schindelin 2023-01-31 17:10:28 +00:00
  • 007f82745d Fix global repository field not being cleared (#4083) Johannes Schindelin 2022-12-20 15:13:55 +01:00
  • 6315149cc8 Fix Windows version resources (#4092) Johannes Schindelin 2022-11-03 13:48:51 +01:00
  • 6bd0519b6f Merge pull request #3942 from rimrul/mingw-tsaware Johannes Schindelin 2022-07-27 18:18:58 +02:00