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 mjcheetham committed Jul 29, 2024
2 parents f2ab7d2 + 051305c commit ebe077e
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
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 ebe077e

Please sign in to comment.