We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756a778 commit 745bcc3Copy full SHA for 745bcc3
internal/lefthook/run/prepare_command.go
@@ -30,7 +30,7 @@ const (
30
// https://support.microsoft.com/en-us/help/830473/command-prompt-cmd-exe-command-line-string-limitation
31
// https://unix.stackexchange.com/a/120652
32
maxCommandLengthDarwin = 260000 // 262144
33
- maxCommandLengthWindows = 8000 // 8191
+ maxCommandLengthWindows = 7000 // 8191, but see issues#655
34
maxCommandLengthLinux = 130000 // 131072
35
)
36
0 commit comments