Skip to content

Commit

Permalink
Merge branch 'long-paths'
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Apr 24, 2024
2 parents 8ad2afa + 696b10d commit 32c12d3
Show file tree
Hide file tree
Showing 7 changed files with 463 additions and 56 deletions.
7 changes: 7 additions & 0 deletions Documentation/config/core.txt
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

0 comments on commit 32c12d3

Please sign in to comment.