Skip to content

Commit

Permalink
feat: enable long path support in Git as well to complement the Windo…
Browse files Browse the repository at this point in the history
…ws setting
  • Loading branch information
Okeanos committed Oct 29, 2024
1 parent 43307d3 commit d5b1eba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stow/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
# More info: <https://github.com/dandavison/delta>
pager = delta

# Tell Git that long paths are fine, this does, however, require telling Windows as well
# See `windows.ps1` and the `LongPathsEnabled` setting described here:
# https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=powershell#enable-long-paths-in-windows-10-version-1607-and-later
longPaths = true

[color]

# Use colors in Git commands that are capable of colored output when
Expand Down

0 comments on commit d5b1eba

Please sign in to comment.