diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-04-15 14:11:42 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-04-15 14:11:42 -0700 |
| commit | c7a9ec4728db6f88c0957789f3b77a3e2e8b0ec9 (patch) | |
| tree | 1870ab934b6f8c65dbe26a58116f67e8c5da0594 /contrib | |
| parent | 509cc1d41394ea0d2308288a0cd3170c5774666e (diff) | |
| parent | 708f7e05907ba7d4acd08bf87f51474471a16f43 (diff) | |
| download | git-c7a9ec4728db6f88c0957789f3b77a3e2e8b0ec9.tar.xz | |
Merge branch 'rs/apply-lift-path-length-limit'
"git apply" has been updated to lift the hardcoded pathname length
limit, which in turn allowed a mksnpath() function that is no
longer used.
* rs/apply-lift-path-length-limit:
path: remove mksnpath()
apply: avoid fixed-size buffer in create_one_file()
Diffstat (limited to 'contrib')
| -rwxr-xr-x | contrib/vscode/init.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/vscode/init.sh b/contrib/vscode/init.sh index 521d303722..f2d61bb0e6 100755 --- a/contrib/vscode/init.sh +++ b/contrib/vscode/init.sh @@ -92,7 +92,6 @@ cat >.vscode/settings.json.new <<\EOF || "isexe", "iskeychar", "kompare", - "mksnpath", "mktag", "mktree", "mmblob", |
