Skip to content

Commit

Permalink
Merge branch 'long-paths'
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho authored and Git for Windows Build Agent committed Jan 7, 2025
2 parents 7bbf7b4 + 06328bb commit f7250aa
Show file tree
Hide file tree
Showing 8 changed files with 465 additions and 57 deletions.
7 changes: 7 additions & 0 deletions Documentation/config/core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,13 @@ core.fscache::
Git for Windows uses this to bulk-read and cache lstat data of entire
directories (instead of doing lstat file by file).

core.longpaths::
Enable long path (> 260) support for builtin commands in Git for
Windows. This is disabled by default, as long paths are not supported
by Windows Explorer, cmd.exe and the Git for Windows tool chain
(msys, bash, tcl, perl...). Only enable this if you know what you're
doing and are prepared to live with a few quirks.

core.unsetenvvars::
Windows-only: comma-separated list of environment variables'
names that need to be unset before spawning any other process.
Expand Down
Loading

0 comments on commit f7250aa

Please sign in to comment.