Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 0b655ef

Browse files
committed
Update git to not use gcm by default, since it locks up lfs
1 parent 5a6a093 commit 0b655ef

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"md5":"75c42f674b9ff32ebe338ff204f907cf","url":"http://ghfvs-installer.github.com/unity/git/windows/git.zip","releaseNotes":null,"releaseNotesUrl":null,"message":null,"version":"2.17.0.windows.1"}
1+
{"md5":"58ee14cb4ce8767167db64b271a0a599","url":"http://ghfvs-installer.github.com/unity/git/windows/git.zip","releaseNotes":null,"releaseNotesUrl":null,"message":null,"version":"2.17.0.1-windows.1"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:7e60087e32bfe32d897d2b20f013527be79a9596a280dc92bc793bcd744cc914
2+
oid sha256:b5fbf6c5a45df0297328402bdedaed95b33b6288e7b25257213f992a07e3ec67
33
size 97180593

src/GitHub.Api/PlatformResources/windows/gitconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@
1616
textconv = astextplain
1717
[rebase]
1818
autosquash = true
19+
[filter "lfs"]
20+
clean = git-lfs clean -- %f
21+
smudge = git-lfs smudge -- %f
22+
process = git-lfs filter-process
23+
required = true
1924
[credential]
2025
helper = wincred

src/tests/CommandLine/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ static int Main(string[] args)
158158
if (outfile.IsInitialized)
159159
outfile.WriteAllText(json);
160160
else
161-
Logger.Info(json);
161+
Console.WriteLine(json);
162162
return 0;
163163
}
164164

0 commit comments

Comments
 (0)