Skip to content

Rebase shears/next (#22469229528)#12

Open
gitforwindowshelper[bot] wants to merge 278 commits intobase/shears/next-22469229528from
shears/next-22469229528
Open

Rebase shears/next (#22469229528)#12
gitforwindowshelper[bot] wants to merge 278 commits intobase/shears/next-22469229528from
shears/next-22469229528

Conversation

@gitforwindowshelper
Copy link
Copy Markdown

Workflow run

Rebase Summary: next

From: f1824bafe4 (Merge 'readme' into HEAD, 2018-06-07) (dec49d3288..f1824bafe4)

Resolved: 890df9c (reftable: do make sure to use custom allocators, 2025-03-06)

added reftable_set_alloc() call between upstream's new refs_compute_filesystem_location() and base_ref_store_init() calls

Range-diff
1:  890df9c5e9 ! 1:  f40a52031a reftable: do make sure to use custom allocators
    @@ Commit message
     
      ## refs/reftable-backend.c ##
     @@ refs/reftable-backend.c: static struct ref_store *reftable_be_init(struct repository *repo,
    - 	mask = umask(0);
    - 	umask(mask);
    + 	refs_compute_filesystem_location(gitdir, payload, &is_worktree, &refdir,
    + 					 &ref_common_dir);
      
     +	reftable_set_alloc(malloc, realloc, free);
    - 	base_ref_store_init(&refs->base, repo, gitdir, &refs_be_reftable);
    + 	base_ref_store_init(&refs->base, repo, refdir.buf, &refs_be_reftable);
      	strmap_init(&refs->worktree_backends);
      	refs->store_flags = store_flags;

To: 4568f86429 (Merge 'readme' into HEAD, 2018-06-07) (6dab20b57d..4568f86429)

Statistics

Metric Count
Total conflicts 1
Skipped (upstreamed) 0
Resolved surgically 1
Range-diff (click to expand)
  1:  f5eb98c434 =   1:  9b90a87c27 sideband: mask control characters
  2:  6d75ad89de =   2:  4149b6ec8f sideband: introduce an "escape hatch" to allow control characters
  3:  390fbfb245 =   3:  b103275b4c sideband: do allow ANSI color sequences by default
  4:  74bc93a474 =   4:  77c5ac479c unix-socket: avoid leak when initialization fails
  5:  1540ccdddf =   5:  b3473c1d25 grep: prevent `^$` false match at end of file
 17:  501df34e85 =   6:  6517707c2c vcpkg_install: detect lack of Git
 18:  2f399bb946 =   7:  692fa519d8 vcpkg_install: add comment regarding slow network connections
 19:  bd4c4ce6f7 =   8:  a7cc2eb1fc vcbuild: install ARM64 dependencies when building ARM64 binaries
 20:  e94ea4d62e =   9:  371471e18f vcbuild: add an option to install individual 'features'
 21:  097eb241bd =  10:  978f302b48 cmake: allow building for Windows/ARM64
  6:  6891b86736 =  11:  0f67516f7d mingw: include the Python parts in the build
 22:  a5351ddbb6 =  12:  a0f4c6f049 ci(vs-build) also build Windows/ARM64 artifacts
  8:  a7f2f31df8 =  13:  0133f83b3f win32/pthread: avoid name clashes with winpthread
 23:  bb4d0d696a =  14:  93c897d012 Add schannel to curl installation
 10:  ae6bb220c4 =  15:  f27584cded git-compat-util: avoid redeclaring _DEFAULT_SOURCE
 25:  b66e077129 =  16:  6d49b1ce56 cmake(): allow setting HOST_CPU for cross-compilation
 13:  f627e3d5e4 =  17:  16d5909d9e Import the source code of mimalloc v2.2.7
  7:  bb86259d8e =  18:  b0d9293b3a t9350: point out that refs are not updated correctly
 27:  45e8d2b738 =  19:  af2dd7ea7a CMake: default Visual Studio generator has changed
 29:  314e1d2b89 =  20:  607690d64f mimalloc: adjust for building inside Git
  9:  63c0121f7b =  21:  1e27236fe1 transport-helper: add trailing --
 30:  38bbb8732a =  22:  feecf47765 mingw: demonstrate a `git add` issue with NTFS junctions
 31:  ff6f795306 =  23:  f5d1c93f85 .gitignore: add Visual Studio CMakeSetting.json file
 33:  d15acd066f =  24:  e1fc02cd05 mimalloc: offer a build-time option to enable it
 34:  4ff304c5b8 =  25:  bfd3ecd969 t5505/t5516: allow running without `.git/branches/` in the templates
 11:  96fedd1863 =  26:  3aec0f8c4d remote-helper: check helper status after import/export
 12:  58ce83d3ca =  27:  ee122dec34 clean: do not traverse mount points
 35:  304c30d876 =  28:  2858c01c9e strbuf_realpath(): use platform-dependent API if available
 36:  b3ada3577c =  29:  a7f74e6cdb http: use new "best effort" strategy for Secure Channel revoke checking
 37:  cd2d4b4591 =  30:  ef7d5b389d subtree: update `contrib/subtree` `test` target
 38:  0763d42983 =  31:  2ca86e74c6 CMakeLists: add default "x64-windows" arch for Visual Studio
 42:  23648af842 =  32:  a0adf843aa mingw: use mimalloc
 43:  0d3490e343 =  33:  977f1683e2 t5505/t5516: fix white-space around redirectors
 24:  900464e780 =  34:  157f42d932 hash-object: demonstrate a >4GB/LLP64 problem
 14:  cb40eb04c3 =  35:  a405f48d62 Always auto-gc after calling a fast-import transport
 15:  403d014c01 =  36:  cbf0f90010 mingw: prevent regressions with "drive-less" absolute paths
 16:  ba79a12353 =  37:  f6d12c2266 clean: remove mount points when possible
 45:  c4b3116859 =  38:  041f68f6ae transport: optionally disable side-band-64k
 46:  3fc1eff910 =  39:  db243239a0 mingw: fix fatal error working on mapped network drives on Windows
 47:  05505f9f19 =  40:  e148d8520d clink.pl: fix MSVC compile script to handle libcurl-d.lib
 48:  cf3134562c =  41:  125c0ca4d4 mingw: implement a platform-specific `strbuf_realpath()`
 49:  ecd8a746f9 =  42:  ef38e78619 t3701: verify that we can add *lots* of files interactively
 50:  2fbb2022bb =  43:  f4b022daac commit: accept "scissors" with CR/LF line endings
 51:  aed1b25640 =  44:  6a74c7f3fb t0014: fix indentation
 52:  a1500434ee =  45:  54f35bd861 git-gui: accommodate for intent-to-add files
 53:  2572698986 =  46:  48aeaca702 mingw: allow for longer paths in `parse_interpreter()`
 54:  63b1464985 =  47:  a4f12f5faf compat/vcbuild: document preferred way to build in Visual Studio
 55:  e190ce21d1 =  48:  695c96b37c http: optionally send SSL client certificate
 56:  d3622fab50 =  49:  aadfe83ad3 ci: run `contrib/subtree` tests in CI builds
 57:  6cf450a72c =  50:  9ab60d3ec1 CMake: show Win32 and Generator_platform build-option values
 65:  8e537f5817 =  51:  898618673d windows: skip linking `git-<command>` for built-ins
 66:  4951996f58 =  52:  a379c06b83 mingw: stop hard-coding `CC = gcc`
 67:  880796c46a =  53:  8b3374de0d mingw: drop the -D_USE_32BIT_TIME_T option
 68:  b86de2b05c =  54:  3a32eb69db mingw: only use -Wl,--large-address-aware for 32-bit builds
 69:  8237803f07 =  55:  c42b0e0638 mingw: avoid over-specifying `--pic-executable`
 70:  5b02061c21 =  56:  a36b19525f mingw: set the prefix and HOST_CPU as per MSYS2's settings
 71:  14d0c97afd =  57:  1158dbd53d mingw: only enable the MSYS2-specific stuff when compiling in MSYS2
 72:  8e18ec94c0 =  58:  1920f0eaf8 mingw: rely on MSYS2's metadata instead of hard-coding it
 73:  b80aca29bc =  59:  f5730e96f4 mingw: always define `ETC_*` for MSYS2 environments
 74:  cabdd3c6f6 =  60:  715b07dbe5 max_tree_depth: lower it for clang builds in general on Windows
 75:  49747193f0 =  61:  ae6c9ca94c mingw: ensure valid CTYPE
 77:  0a721aee4d =  62:  30f79b152b mingw: allow `git.exe` to be used instead of the "Git wrapper"
 79:  2540abc180 =  63:  290f9e12f4 mingw: ignore HOMEDRIVE/HOMEPATH if it points to Windows' system directory
 82:  4bf5b07258 =  64:  6a44aef915 clink.pl: fix libexpatd.lib link error when using MSVC
 84:  93df1d42e1 =  65:  11e6ca619a Makefile: clean up .ilk files when MSVC=1
 86:  f2d9f1b1e9 =  66:  d399957539 vcbuild: add support for compiling Windows resource files
 26:  563d59ae20 =  67:  28a2f594c8 object-file.c: use size_t for header lengths
 88:  366f41df59 =  68:  1f3997e0a6 config.mak.uname: add git.rc to MSVC builds
 44:  95a1b720a8 =  69:  45cca86f82 MinGW: link as terminal server aware
 28:  a68d4d43ec =  70:  b3787b1d24 hash algorithms: use size_t for section lengths
 91:  5eb31b8773 =  71:  a66facff4c clink.pl: ignore no-stack-protector arg on MSVC=1 builds
 92:  607eee1d9e =  72:  83c2cdf5d3 http: optionally load libcurl lazily
 32:  da5423637b =  73:  34862f1be1 hash-object --stdin: verify that it works with >4GB/LLP64
 95:  5d03c6bc84 =  74:  e744ed6c90 clink.pl: move default linker options for MSVC=1 builds
 96:  357925b55a =  75:  353a9fa57f http: support lazy-loading libcurl also on Windows
 76:  40569c417b =  76:  da5550168a ci: work around a problem with HTTP/2 vs libcurl v8.10.0
 39:  0aef378d21 =  77:  dc8a0911de hash-object: add another >4GB/LLP64 test case
 40:  39c5b7b4a5 =  78:  77a20d57b7 setup: properly use "%(prefix)/" when in WSL
 41:  4271f33920 =  79:  94df3e80cb Add config option `windows.appendAtomically`
 99:  3a47f654ec =  80:  08d050db66 cmake: install headless-git.
100:  650cbdcd59 =  81:  8433c72854 http: when loading libcurl lazily, allow for multiple SSL backends
 78:  cc703f01b1 =  82:  44ac091e65 revision: create mark_trees_uninteresting_dense()
 58:  312efa05f0 =  83:  1d47a7edee hash-object: add a >4GB/LLP64 test case using filtered input
 59:  1c6d297447 =  84:  19662c5351 compat/mingw.c: do not warn when failing to get owner
 60:  11f2b25411 =  85:  99bc7828fa mingw: $env:TERM="xterm-256color" for newer OSes
 61:  a09d81f7f4 =  86:  1e9f0c157e winansi: check result and Buffer before using Name
 62:  943d00cd88 =  87:  30db7ad52f mingw: change core.fsyncObjectFiles = 1 by default
 63:  507faa8da3 =  88:  1d4fffb0a3 Fix Windows version resources
 64:  c563bfdeae =  89:  563f5b7ae8 status: fix for old-style submodules with commondir
103:  74187866b8 =  90:  3d2eda3397 git.rc: include winuser.h
104:  4b4fe663d1 =  91:  d57cbe40f1 mingw: do load libcurl dynamically by default
105:  e7b6c03898 =  92:  c5274c78e1 Add a GitHub workflow to verify that Git/Scalar work in Nano Server
106:  1a20484cfe =  93:  4bb2eb8223 mingw: suggest `windows.appendAtomically` in more cases
107:  bf812d8a71 =  94:  23d7401e09 win32: use native ANSI sequence processing, if possible
108:  d550934062 =  95:  1c17f16226 common-main.c: fflush stdout buffer upon exit
109:  67cda42c8c =  96:  9040e4fe22 t5601/t7406(mingw): do run tests with symlink support
110:  4e135d0c45 =  97:  4e5dac3b1c win32: ensure that `localtime_r()` is declared even in i686 builds
111:  7ba598ffbf =  98:  5f154c52a6 Fallback to AppData if XDG_CONFIG_HOME is unset
112:  edc90a4eb2 =  99:  4031b12b4d run-command: be helpful with Git LFS fails on Windows 7
 80:  112e701e4e = 100:  a844ca33c1 survey: stub in new experimental 'git-survey' command
 81:  49b5548a0e = 101:  51729832e6 survey: add command line opts to select references
 83:  ba134be3d5 = 102:  1a82caedd9 survey: start pretty printing data in table form
 85:  8728c5f0ef = 103:  4704b533b0 survey: add object count summary
 87:  2931b518de = 104:  a081df6102 survey: summarize total sizes by object type
 89:  c6272e7019 = 105:  ee5faafa7a survey: show progress during object walk
 90:  7c630b99d1 = 106:  5f67eaf27d mingw: make sure `errno` is set correctly when socket operations fail
 93:  cbef56d918 = 107:  e9c61b6d01 survey: add ability to track prioritized lists
 94:  9a49a4ddb0 = 108:  9a323d310d compat/mingw: handle WSA errors in strerror
 97:  52cee7f60f = 109:  880903af16 survey: add report of "largest" paths
 98:  e323381fbb = 110:  74c2841d5f compat/mingw: drop outdated comment
101:  1ef4173ddd = 111:  068f838d05 survey: add --top=<N> option and config
102:  c5e0c5821b = 112:  ac9deb6595 t0301: actually test credential-cache on Windows
113:  e3ca6941b0 = 113:  6e7f696918 survey: clearly note the experimental nature in the output
114:  083eecc52c = 114:  06a04b5e0d credential-cache: handle ECONNREFUSED gracefully
115:  890df9c5e9 <   -:  ---------- reftable: do make sure to use custom allocators
  -:  ---------- > 115:  f40a52031a reftable: do make sure to use custom allocators
116:  ac5df47fea = 116:  8112459530 check-whitespace: avoid alerts about upstream commits
117:  f715d795a2 = 117:  8ce0fa1aff t/t5571-prep-push-hook.sh: Add test with writing to stderr
118:  640c8644e0 = 118:  3f51ee3e83 git-svn: mark it as unsupported by the Git for Windows project
119:  6b436dd8c3 = 119:  1cfa87da5a ci(macos): skip the `git p4` tests
122:  4afa7560d3 = 120:  3047aa1501 Win32: make FILETIME conversion functions public
123:  8de034b36e = 121:  3442403d67 Win32: dirent.c: Move opendir down
124:  2f16a665b6 = 122:  51b691d490 mingw: make the dirent implementation pluggable
125:  402a2c9c3f = 123:  eb90193696 Win32: make the lstat implementation pluggable
126:  309dd306db = 124:  b0dcfde506 mingw: add infrastructure for read-only file system level caches
127:  5db6d7fc78 = 125:  d11074188f mingw: add a cache below mingw's lstat and dirent implementations
128:  83be52f4c3 = 126:  00315af165 fscache: load directories only once
129:  5e9c68cf6d = 127:  354add4898 fscache: add key for GIT_TRACE_FSCACHE
130:  14ac6eb032 = 128:  dbe29e585f fscache: remember not-found directories
131:  bba25a7196 = 129:  774d295741 fscache: add a test for the dir-not-found optimization
132:  6d14361dbc = 130:  901d737e04 add: use preload-index and fscache for performance
133:  7cf7ad8961 = 131:  baedbb52f1 dir.c: make add_excludes aware of fscache during status
134:  20ef34cfee = 132:  484ced20ee fscache: make fscache_enabled() public
135:  4f34fc1798 = 133:  65e4c60647 dir.c: regression fix for add_excludes with fscache
136:  705ab6219b = 134:  86b905ebd2 fetch-pack.c: enable fscache for stats under .git/objects
120:  7aa4053a6b = 135:  2cb3a16ee0 git-gui--askyesno: fix funny text wrapping
137:  cce37c8909 = 136:  619d6c8844 checkout.c: enable fscache for checkout again
121:  8287f435c6 = 137:  d7ab224cf8 git-gui--askyesno (mingw): use Git for Windows' icon, if available
138:  e76b2cec6d = 138:  b0ae137eca Enable the filesystem cache (fscache) in refresh_index().
139:  4f42390b59 = 139:  4d1187022c fscache: use FindFirstFileExW to avoid retrieving the short name
140:  22c26c8e57 = 140:  8b4e5d14e7 fscache: add GIT_TEST_FSCACHE support
141:  c09c48a6c6 = 141:  a21f9ebfb6 fscache: add fscache hit statistics
142:  455a26f09d = 142:  033d738f9b unpack-trees: enable fscache for sparse-checkout
143:  ebf8ed4e37 = 143:  9d09132b8d status: disable and free fscache at the end of the status command
144:  b04e9edcf3 = 144:  2f478b20ca mem_pool: add GIT_TRACE_MEMPOOL support
145:  7d26dee662 = 145:  353a75b671 fscache: fscache takes an initial size
146:  336b292481 = 146:  77167471b9 fscache: update fscache to be thread specific instead of global
147:  77fc409d88 = 147:  90b8bafdfa fscache: teach fscache to use mempool
148:  88a943edcd = 148:  bd62f3c014 fscache: make fscache_enable() thread safe
149:  4223628db6 = 149:  1c8382c332 fscache: teach fscache to use NtQueryDirectoryFile
150:  81ebeb313a = 150:  af4f9e5567 fscache: remember the reparse tag for each entry
151:  6e17faf300 = 151:  aaec3f1a1a fscache: implement an FSCache-aware is_mount_point()
152:  c46c59eb2f = 152:  206e78fbbc clean: make use of FSCache
153:  6835e492b2 = 153:  f878817e85 pack-objects (mingw): demonstrate a segmentation fault with large deltas
154:  407da180c3 = 154:  d39cdd8798 mingw: support long paths
155:  b39f8b568c = 155:  a1ec1972aa win32(long path support): leave drive-less absolute paths intact
156:  5f4ecb0cc2 = 156:  90b7c1b867 compat/fsmonitor/fsm-*-win32: support long paths
157:  f75b409bb1 = 157:  ba3ac83574 clean: suggest using `core.longPaths` if paths are too long to remove
158:  2494b95ace = 158:  79014ad60b mingw: Support `git_terminal_prompt` with more terminals
159:  6b96dc2409 = 159:  7a1b798d6a compat/terminal.c: only use the Windows console if bash 'read -r' fails
160:  1246136d50 = 160:  8ed48c50c9 mingw (git_terminal_prompt): do fall back to CONIN$/CONOUT$ method
161:  d8a3e56f19 = 161:  afbc7b213d Win32: symlink: move phantom symlink creation to a separate function
163:  16d1db9b02 = 162:  47de058396 Introduce helper to create symlinks that knows about index_state
165:  e8cbec1b95 = 163:  bb169631b6 mingw: allow to specify the symlink type in .gitattributes
167:  9ee09a596a = 164:  fdf326e6a2 Win32: symlink: add test for `symlink` attribute
169:  de24036cd2 = 165:  cde569ac32 mingw: explicitly specify with which cmd to prefix the cmdline
171:  e6e15a0070 = 166:  4d8095b25c mingw: when path_lookup() failed, try BusyBox
172:  0171316dcb = 167:  18c613f2b0 test-tool: learn to act as a drop-in replacement for `iconv`
173:  395181a1c2 = 168:  acc252e1fe tests(mingw): if `iconv` is unavailable, use `test-helper --iconv`
174:  a66f04a2ea = 169:  c9eba352d6 gitattributes: mark .png files as binary
175:  d3735cb508 = 170:  08425a3da9 tests: move test PNGs into t/lib-diff/
176:  93201ec3c2 = 171:  6edcc3286a tests: only override sort & find if there are usable ones in /usr/bin/
162:  857f1ec60d = 172:  b7549160d6 mingw: introduce code to detect whether we're inside a Windows container
177:  4008756739 = 173:  94966d7ec8 tests: use the correct path separator with BusyBox
164:  189b88d5a8 = 174:  013b6cca71 mingw: when running in a Windows container, try to rename() harder
178:  53ca82bc8c = 175:  4e87300e3b mingw: only use Bash-ism `builtin pwd -W` when available
166:  ccc64b756a = 176:  daff9f78d3 mingw: move the file_attr_to_st_mode() function definition
179:  4bd1017ad2 = 177:  729fc5e4cb tests (mingw): remove Bash-specific pwd option
168:  c6a82b77ae = 178:  48bf02a0e6 mingw: Windows Docker volumes are *not* symbolic links
180:  29c5e8beb6 = 179:  aa7fac8bcf test-lib: add BUSYBOX prerequisite
170:  c39ed8ca4c = 180:  ac09f02938 mingw: work around rename() failing on a read-only file
182:  13062da617 = 181:  28c26fd646 t5003: use binary file from t/lib-diff/
184:  abae4adb22 = 182:  586a328da4 t5532: workaround for BusyBox on Windows
186:  331da73455 = 183:  1b4417f3c6 t5605: special-case hardlink test for BusyBox-w32
188:  40ac035521 = 184:  e09b5c9a6a t5813: allow for $PWD to be a Windows path
190:  32bfb8b786 = 185:  bff0721b52 t9200: skip tests when $PWD contains a colon
181:  c49f90d901 = 186:  6099c07ed2 Describe Git for Windows' architecture [no ci]
191:  2c4f09d731 = 187:  4e21a2139a mingw: kill child processes in a gentler way
194:  f975adee2e = 188:  99bd6dac9d mingw: optionally enable wsl compability file mode bits
183:  ff0873218e = 189:  27a6786a44 Modify the Code of Conduct for Git for Windows
195:  f59c52d7c7 = 190:  14efcbccf6 mingw: really handle SIGINT
185:  97b471f0d1 = 191:  348842f70e CONTRIBUTING.md: add guide for first-time contributors
196:  bfcbaca1e5 = 192:  4fd7c3335a Partially un-revert "editor: save and reset terminal after calling EDITOR"
187:  7902ef38d5 = 193:  4d522e26f2 README.md: Add a Windows-specific preamble
197:  f41b776c44 = 194:  c2927cd170 reset: reinstate support for the deprecated --stdin option
189:  d8eca3f31e = 195:  f2bbc6ec76 Add an issue template
192:  890024eecb = 196:  a9986425d3 Add a GitHub workflow to monitor component updates
198:  08992709ed = 197:  f2a3eaf83f fsmonitor: reintroduce core.useBuiltinFSMonitor
193:  5a6aa50563 = 198:  462e2a77b8 Modify the GitHub Pull Request template (to reflect Git for Windows)
199:  6f7548c310 = 199:  f7195daa2d dependabot: help keeping GitHub Actions versions up to date
200:  9861b5398c = 200:  1e4de7a0a6 SECURITY.md: document Git for Windows' policies

dscho and others added 30 commits February 27, 2026 01:47
After importing anything with fast-import, we should always let the
garbage collector do its job, since the objects are written to disk
inefficiently.

This brings down an initial import of http://selenic.com/hg from about
230 megabytes to about 14.

In the future, we may want to make this configurable on a per-remote
basis, or maybe teach fast-import about it in the first place.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
On Windows, there are several categories of absolute paths. One such
category starts with a backslash and is implicitly relative to the drive
associated with the current working directory. Example:

	c:
	git clone https://github.com/git-for-windows/git \G4W

should clone into C:\G4W.

Back in 2017, Juan Carlos Arevalo Baeza reported a bug in Git's handling
of those absolute paths was identified, and fixed. Let's make sure that
it stays fixed.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Windows' equivalent to "bind mounts", NTFS junction points, can be
unlinked without affecting the mount target. This is clearly what users
expect to happen when they call `git clean -dfx` in a worktree that
contains NTFS junction points: the junction should be removed, and the
target directory of said junction should be left alone (unless it is
inside the worktree).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
While Git for Windows does not _ship_ Python (in order to save on
bandwidth), MSYS2 provides very fine Python interpreters that users can
easily take advantage of, by using Git for Windows within its SDK.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Thorough benchmarking with repacking a subset of linux.git (the commit
history reachable from 93a6fef ([PATCH] fix the SYSCTL=n compilation,
2007-02-28), to be precise) suggest that this allocator is on par, in
multi-threaded situations maybe even better than nedmalloc:

`git repack -adfq` with mimalloc, 8 threads:

31.166991900 27.576763800 28.712311000 27.373859000 27.163141900

`git repack -adfq` with nedmalloc, 8 threads:

31.915032900 27.149883100 28.244933700 27.240188800 28.580849500

In a different test using GitHub Actions build agents (probably
single-threaded, a core-strength of nedmalloc)):

`git repack -q -d -l -A --unpack-unreachable=2.weeks.ago` with mimalloc:

943.426 978.500 939.709 959.811 954.605

`git repack -q -d -l -A --unpack-unreachable=2.weeks.ago` with nedmalloc:

995.383 952.179 943.253 963.043 980.468

While these measurements were not executed with complete scientific
rigor, as no hardware was set aside specifically for these benchmarks,
it shows that mimalloc and nedmalloc perform almost the same, nedmalloc
with a bit higher variance and also slightly higher average (further
testing suggests that nedmalloc performs worse in multi-threaded
situations than in single-threaded ones).

In short: mimalloc seems to be slightly better suited for our purposes
than nedmalloc.

Seeing that mimalloc is developed actively, while nedmalloc ceased to
see any updates in eight years, let's use mimalloc on Windows instead.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Since commit 0c499ea (send-pack: demultiplex a sideband stream with
status data, 2010-02-05) the send-pack builtin uses the side-band-64k
capability if advertised by the server.

Unfortunately this breaks pushing over the dump git protocol if used
over a network connection.

The detailed reasons for this breakage are (by courtesy of Jeff Preshing,
quoted from https://groups.google.com/d/msg/msysgit/at8D7J-h7mw/eaLujILGUWoJ):

	MinGW wraps Windows sockets in CRT file descriptors in order to
	mimic the functionality of POSIX sockets. This causes msvcrt.dll
	to treat sockets as Installable File System (IFS) handles,
	calling ReadFile, WriteFile, DuplicateHandle and CloseHandle on
	them. This approach works well in simple cases on recent
	versions of Windows, but does not support all usage patterns. In
	particular, using this approach, any attempt to read & write
	concurrently on the same socket (from one or more processes)
	will deadlock in a scenario where the read waits for a response
	from the server which is only invoked after the write. This is
	what send_pack currently attempts to do in the use_sideband
	codepath.

The new config option `sendpack.sideband` allows to override the
side-band-64k capability of the server, and thus makes the dumb git
protocol work.

Other transportation methods like ssh and http/https still benefit from
the sideband channel, therefore the default value of `sendpack.sideband`
is still true.

Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
Signed-off-by: Oliver Schneider <oliver@assarbad.net>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
In 1e64d18 (mingw: do resolve symlinks in `getcwd()`) a problem was
introduced that causes git for Windows to stop working with certain
mapped network drives (in particular, drives that are mapped to
locations with long path names). Error message was "fatal: Unable to
read current working directory: No such file or directory". Present
change fixes this issue as discussed in
git-for-windows#2480

Signed-off-by: Bjoern Mueller <bjoernm@gmx.de>
Update clink.pl to link with either libcurl.lib or libcurl-d.lib
depending on whether DEBUG=1 is set.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
There is a Win32 API function to resolve symbolic links, and we can use
that instead of resolving them manually. Even better, this function also
resolves NTFS junction points (which are somewhat similar to bind
mounts).

This fixes git-for-windows#2481.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
The native Windows HTTPS backend is based on Secure Channel which lets
the caller decide how to handle revocation checking problems caused by
missing information in the certificate or offline CRL distribution
points.

Unfortunately, cURL chose to handle these problems differently than
OpenSSL by default: while OpenSSL happily ignores those problems
(essentially saying "¯\_(ツ)_/¯"), the Secure Channel backend will error
out instead.

As a remedy, the "no revoke" mode was introduced, which turns off
revocation checking altogether. This is a bit heavy-handed. We support
this via the `http.schannelCheckRevoke` setting.

In curl/curl#4981, we contributed an opt-in
"best effort" strategy that emulates what OpenSSL seems to do.

In Git for Windows, we actually want this to be the default. This patch
makes it so, introducing it as a new value for the
`http.schannelCheckRevoke" setting, which now becmes a tristate: it
accepts the values "false", "true" or "best-effort" (defaulting to the
last one).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
The convention in Git project's shell scripts is to have white-space
_before_, but not _after_ the `>` (or `<`).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This change enhances `git commit --cleanup=scissors` by detecting
scissors lines ending in either LF (UNIX-style) or CR/LF (DOS-style).

Regression tests are included to specifically test for trailing
comments after a CR/LF-terminated scissors line.

Signed-off-by: Luke Bonanomi <lbonanomi@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
These fixes have been sent to the Git mailing list but have not been
picked up by the Git project yet.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
For some reason, this test case was indented with 4 spaces instead of 1
horizontal tab. The other test cases in the same test script are fine.

Signed-off-by: Jens Glathe <jens.glathe@oldschoolsolutions.biz>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
As of Git v2.28.0, the diff for files staged via `git add -N` marks them
as new files. Git GUI was ill-prepared for that, and this patch teaches
Git GUI about them.

Please note that this will not even fix things with v2.28.0, as the
`rp/apply-cached-with-i-t-a` patches are required on Git's side, too.

This fixes git-for-windows#2779

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>
The vcpkg downloads may not succeed. Warn careful readers of the time out.

A simple retry will usually resolve the issue.

Signed-off-by: Philip Oakley <philipoakley@iee.email>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Dennis Ameling <dennis@dennisameling.com>
Git's regular Makefile mentions that HOST_CPU should be defined when cross-compiling Git: https://github.com/git-for-windows/git/blob/37796bca76ef4180c39ee508ca3e42c0777ba444/Makefile#L438-L439

This is then used to set the GIT_HOST_CPU variable when compiling Git: https://github.com/git-for-windows/git/blob/37796bca76ef4180c39ee508ca3e42c0777ba444/Makefile#L1337-L1341

Then, when the user runs `git version --build-options`, it returns that value: https://github.com/git-for-windows/git/blob/37796bca76ef4180c39ee508ca3e42c0777ba444/help.c#L658

This commit adds the same functionality to the CMake configuration. Users can now set -DHOST_CPU= to set the target architecture.

Signed-off-by: Dennis Ameling <dennis@dennisameling.com>
As reported in newren/git-filter-repo#225, it
looks like 99 bytes is not really sufficient to represent e.g. the full
path to Python when installed via Windows Store (and this path is used
in the hasb bang line when installing scripts via `pip`).

Let's increase it to what is probably the maximum sensible path size:
MAX_PATH. This makes `parse_interpreter()` in line with what
`lookup_prog()` handles.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Vilius Šumskas <vilius@sumskas.eu>
We used to have that `make vcxproj` hack, but a hack it is. In the
meantime, we have a much cleaner solution: using CMake, either
explicitly, or even more conveniently via Visual Studio's built-in CMake
support (simply open Git's top-level directory via File>Open>Folder...).

Let's let the `README` reflect this.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This adds support for a new http.sslAutoClientCert config value.

In cURL 7.77 or later the schannel backend does not automatically send
client certificates from the Windows Certificate Store anymore.

This config value is only used if http.sslBackend is set to "schannel",
and can be used to opt in to the old behavior and force cURL to send
client certificates.

This fixes git-for-windows#3292

Signed-off-by: Pascal Muller <pascalmuller@gmail.com>
Because `git subtree` (unlike most other `contrib` modules) is included as
part of the standard release of Git for Windows, its stability should be
verified as consistently as it is for the rest of git. By including the
`git subtree` tests in the CI workflow, these tests are as much of a gate to
merging and indicator of stability as the standard test suite.

Signed-off-by: Victoria Dye <vdye@github.com>
Ensure key CMake option values are part of the CMake output to
facilitate user support when tool updates impact the wider CMake
actions, particularly ongoing 'improvements' in Visual Studio.

These CMake displays perform the same function as the build-options.txt
provided in the main Git for Windows. CMake is already chatty.
The setting of CMAKE_EXPORT_COMPILE_COMMANDS is also reported.

Include the environment's CMAKE_EXPORT_COMPILE_COMMANDS value which
may have been propogated to CMake's internal value.

Testing the CMAKE_EXPORT_COMPILE_COMMANDS processing can be difficult
in the Visual Studio environment, as it may be cached in many places.
The 'environment' may include the OS, the user shell, CMake's
own environment, along with the Visual Studio presets and caches.

See previous commit for arefacts that need removing for a clean test.

Signed-off-by: Philip Oakley <philipoakley@iee.email>
This is no longer true in general, not with supporting Clang out of the
box.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This option was added in fa93bb2 (MinGW: Fix stat definitions to
work with MinGW runtime version 4.0, 2013-09-11), i.e. a _long_ time
ago. So long, in fact, that it still targeted MinGW. But we switched to
mingw-w64 in 2015, which seems not to share the problem, and therefore
does not require a fix.

Even worse: This flag is incompatible with UCRT64, which we are about to
support by way of upstreaming `mingw-w64-git` to the MSYS2 project, see
msys2/MINGW-packages#26470 for details.

So let's send that option into its well-deserved retirement.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Merge this early to resolve merge conflicts early.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
That option only matters there, and is in fact only really understood in
those builds; UCRT64 versions of GCC, for example, do not know what to
do with that option.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
When building with `make MSVC=1 DEBUG=1`, link to `libexpatd.lib`
rather than `libexpat.lib`.

It appears that the `vcpkg` package for "libexpat" has changed and now
creates `libexpatd.lib` for debug mode builds.  Previously, both debug
and release builds created a ".lib" with the same basename.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
In bf2d5d8 (Don't let ld strip relocations, 2016-01-16) (picked from
git-for-windows@6a237925bf10),
Git for Windows introduced the `-Wl,-pic-executable` flag, specifying
the exact entry point via `-e`. This required discerning between i686
and x86_64 code because the former required the symbol to be prefixed
with an underscore, the latter did not.

As per https://sourceware.org/bugzilla/show_bug.cgi?id=10865, the
specified symbols are already the default, though.

So let's drop the overly-specific definition.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho and others added 27 commits February 27, 2026 01:49
Git for Windows uses MSYS2's Bash to run the test suite, which comes
with benefits but also at a heavy price: on the plus side, MSYS2's
POSIX emulation layer allows us to continue pretending that we are on a
Unix system, e.g. use Unix paths instead of Windows ones, yet this is
bought at a rather noticeable performance penalty.

There *are* some more native ports of Unix shells out there, though,
most notably BusyBox-w32's ash. These native ports do not use any POSIX
emulation layer (or at most a *very* thin one, choosing to avoid
features such as fork() that are expensive to emulate on Windows), and
they use native Windows paths (usually with forward slashes instead of
backslashes, which is perfectly legal in almost all use cases).

And here comes the problem: with a $PWD looking like, say,
C:/git-sdk-64/usr/src/git/t/trash directory.t5813-proto-disable-ssh
Git's test scripts get quite a bit confused, as their assumptions have
been shattered. Not only does this path contain a colon (oh no!), it
also does not start with a slash.

This is a problem e.g. when constructing a URL as t5813 does it:
ssh://remote$PWD. Not only is it impossible to separate the "host" from
the path with a $PWD as above, even prefixing $PWD by a slash won't
work, as /C:/git-sdk-64/... is not a valid path.

As a workaround, detect when $PWD does not start with a slash on
Windows, and simply strip the drive prefix, using an obscure feature of
Windows paths: if an absolute Windows path starts with a slash, it is
implicitly prefixed by the drive prefix of the current directory. As we
are talking about the current directory here, anyway, that strategy
works.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
…ws#4527)

With this patch, Git for Windows works as intended on mounted APFS
volumes (where renaming read-only files would fail).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
On Windows, the current working directory is pretty much guaranteed to
contain a colon. If we feed that path to CVS, it mistakes it for a
separator between host and port, though.

This has not been a problem so far because Git for Windows uses MSYS2's
Bash using a POSIX emulation layer that also pretends that the current
directory is a Unix path (at least as long as we're in a shell script).

However, that is rather limiting, as Git for Windows also explores other
ports of other Unix shells. One of those is BusyBox-w32's ash, which is
a native port (i.e. *not* using any POSIX emulation layer, and certainly
not emulating Unix paths).

So let's just detect if there is a colon in $PWD and punt in that case.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
The Git for Windows project has grown quite complex over the years,
certainly much more complex than during the first years where the
`msysgit.git` repository was abusing Git for package management purposes
and the `git/git` fork was called `4msysgit.git`.

Let's describe the status quo in a thorough way.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
The TerminateProcess() function does not actually leave the child
processes any chance to perform any cleanup operations. This is bad
insofar as Git itself expects its signal handlers to run.

A symptom is e.g. a left-behind .lock file that would not be left behind
if the same operation was run, say, on Linux.

To remedy this situation, we use an obscure trick: we inject a thread
into the process that needs to be killed and to let that thread run the
ExitProcess() function with the desired exit status. Thanks J Wyman for
describing this trick.

The advantage is that the ExitProcess() function lets the atexit
handlers run. While this is still different from what Git expects (i.e.
running a signal handler), in practice Git sets up signal handlers and
atexit handlers that call the same code to clean up after itself.

In case that the gentle method to terminate the process failed, we still
fall back to calling TerminateProcess(), but in that case we now also
make sure that processes spawned by the spawned process are terminated;
TerminateProcess() does not give the spawned process a chance to do so
itself.

Please note that this change only affects how Git for Windows tries to
terminate processes spawned by Git's own executables. Third-party
software that *calls* Git and wants to terminate it *still* need to make
sure to imitate this gentle method, otherwise this patch will not have
any effect.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
The Windows Subsystem for Linux (WSL) version 2 allows to use `chmod` on
NTFS volumes provided that they are mounted with metadata enabled (see
https://devblogs.microsoft.com/commandline/chmod-chown-wsl-improvements/
for details), for example:

	$ chmod 0755 /mnt/d/test/a.sh

In order to facilitate better collaboration between the Windows
version of Git and the WSL version of Git, we can make the Windows
version of Git also support reading and writing NTFS file modes
in a manner compatible with WSL.

Since this slightly slows down operations where lots of files are
created (such as an initial checkout), this feature is only enabled when
`core.WSLCompat` is set to true. Note that you also have to set
`core.fileMode=true` in repositories that have been initialized without
enabling WSL compatibility.

There are several ways to enable metadata loading for NTFS volumes
in WSL, one of which is to modify `/etc/wsl.conf` by adding:

```
[automount]
enabled = true
options = "metadata,umask=027,fmask=117"
```

And reboot WSL.

It can also be enabled temporarily by this incantation:

	$ sudo umount /mnt/c &&
	  sudo mount -t drvfs C: /mnt/c -o metadata,uid=1000,gid=1000,umask=22,fmask=111

It's important to note that this modification is compatible with, but
does not depend on WSL. The helper functions in this commit can operate
independently and functions normally on devices where WSL is not
installed or properly configured.

Signed-off-by: xungeng li <xungeng@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
The Git project followed Git for Windows' lead and added their Code of
Conduct, based on the Contributor Covenant v1.4, later updated to v2.0.

We adapt it slightly to Git for Windows.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Previously, we did not install any handler for Ctrl+C, but now we really
want to because the MSYS2 runtime learned the trick to call the
ConsoleCtrlHandler when Ctrl+C was pressed.

With this, hitting Ctrl+C while `git log` is running will only terminate
the Git process, but not the pager. This finally matches the behavior on
Linux and on macOS.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This patch introduces support to set special NTFS attributes that are
interpreted by the Windows Subsystem for Linux as file mode bits, UID
and GID.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Getting started contributing to Git can be difficult on a Windows
machine. CONTRIBUTING.md contains a guide to getting started, including
detailed steps for setting up build tools, running tests, and
submitting patches to upstream.

[includes an example by Pratik Karki how to submit v2, v3, v4, etc.]

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
…ITOR"

In e3f7e01 (Revert "editor: save and reset terminal after calling
EDITOR", 2021-11-22), we reverted the commit wholesale where the
terminal state would be saved and restored before/after calling an
editor.

The reverted commit was intended to fix a problem with Windows Terminal
where simply calling `vi` would cause problems afterwards.

To fix the problem addressed by the revert, but _still_ keep the problem
with Windows Terminal fixed, let's revert the revert, with a twist: we
restrict the save/restore _specifically_ to the case where `vi` (or
`vim`) is called, and do not do the same for any other editor.

This should still catch the majority of the cases, and will bridge the
time until the original patch is re-done in a way that addresses all
concerns.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Handle Ctrl+C in Git Bash nicely

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Includes touch-ups by 마누엘, Philip Oakley and 孙卓识.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
The `--stdin` option was a well-established paradigm in other commands,
therefore we implemented it in `git reset` for use by Visual Studio.

Unfortunately, upstream Git decided that it is time to introduce
`--pathspec-from-file` instead.

To keep backwards-compatibility for some grace period, we therefore
reinstate the `--stdin` option on top of the `--pathspec-from-file`
option, but mark it firmly as deprecated.

Helped-by: Victoria Dye <vdye@github.com>
Helped-by: Matthew John Cheetham <mjcheetham@outlook.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
A fix for calling `vim` in Windows Terminal caused a regression and was
reverted. We partially un-revert this, to get the fix again.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
With improvements by Clive Chan, Adric Norris, Ben Bodenmiller and
Philip Oakley.

Helped-by: Clive Chan <cc@clive.io>
Helped-by: Adric Norris <landstander668@gmail.com>
Helped-by: Ben Bodenmiller <bbodenmiller@hotmail.com>
Helped-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Brendan Forster <brendan@github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Rather than using private IFTTT Applets that send mails to this
maintainer whenever a new version of a Git for Windows component was
released, let's use the power of GitHub workflows to make this process
publicly visible.

This workflow monitors the Atom/RSS feeds, and opens a ticket whenever a
new version was released.

Note: Bash sometimes releases multiple patched versions within a few
minutes of each other (i.e. 5.1p1 through 5.1p4, 5.0p15 and 5.0p16). The
MSYS2 runtime also has a similar system. We can address those patches as
a group, so we shouldn't get multiple issues about them.

Note further: We're not acting on newlib releases, OpenSSL alphas, Perl
release candidates or non-stable Perl releases. There's no need to open
issues about them.

Co-authored-by: Matthias Aßhauer <mha1993@live.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Reintroduce the 'core.useBuiltinFSMonitor' config setting (originally added
in 0a756b2 (fsmonitor: config settings are repository-specific,
2021-03-05)) after its removal from the upstream version of FSMonitor.

Upstream, the 'core.useBuiltinFSMonitor' setting was rendered obsolete by
"overloading" the 'core.fsmonitor' setting to take a boolean value. However,
several applications (e.g., 'scalar') utilize the original config setting,
so it should be preserved for a deprecation period before complete removal:

* if 'core.fsmonitor' is a boolean, the user is correctly using the new
  config syntax; do not use 'core.useBuiltinFSMonitor'.
* if 'core.fsmonitor' is unspecified, use 'core.useBuiltinFSMonitor'.
* if 'core.fsmonitor' is a path, override and use the builtin FSMonitor if
  'core.useBuiltinFSMonitor' is 'true'; otherwise, use the FSMonitor hook
  indicated by the path.

Additionally, for this deprecation period, advise users to switch to using
'core.fsmonitor' to specify their use of the builtin FSMonitor.

Signed-off-by: Victoria Dye <vdye@github.com>
This topic branch re-adds the deprecated --stdin/-z options to `git
reset`. Those patches were overridden by a different set of options in
the upstream Git project before we could propose `--stdin`.

We offered this in MinGit to applications that wanted a safer way to
pass lots of pathspecs to Git, and these applications will need to be
adjusted.

Instead of `--stdin`, `--pathspec-from-file=-` should be used, and
instead of `-z`, `--pathspec-file-nul`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Git for Windows accepts pull requests; Core Git does not. Therefore we
need to adjust the template (because it only matches core Git's
project management style, not ours).

Also: direct Git for Windows enhancements to their contributions page,
space out the text for easy reading, and clarify that the mailing list
is plain text, not HTML.

Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Originally introduced as `core.useBuiltinFSMonitor` in Git for Windows
and developed, improved and stabilized there, the built-in FSMonitor
only made it into upstream Git (after unnecessarily long hemming and
hawing and throwing overly perfectionist style review sticks into the
spokes) as `core.fsmonitor = true`.

In Git for Windows, with this topic branch, we re-introduce the
now-obsolete config setting, with warnings suggesting to existing users
how to switch to the new config setting, with the intention to
ultimately drop the patch at some stage.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This is the recommended way on GitHub to describe policies revolving around
security issues and about supported versions.

Helped-by: Sven Strickroth <email@cs-ware.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
…updates

Start monitoring updates of Git for Windows' component in the open
Add a README.md for GitHub goodness.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho added a commit to git-for-windows/git-for-windows-automation that referenced this pull request Mar 29, 2026
The range-diffs in the shears-builds PRs (e.g.
git-for-windows/shears-builds#12) are currently
rendered as plain monochrome text. By wrapping each range-diff entry in
```diff fenced code blocks instead, GitHub applies diff-style syntax
highlighting, making them noticeably more readable. This is the same
markup used in the "Rebase to Git <version>" PRs at git-for-windows/git.

All three user-facing range-diff sites are updated (per-skip,
per-resolution, and final summary); the correspondence-map generation
and AI agent prompts are untouched.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.