From 464c6441dd463c1548c9e0346fc0d6110df166ee Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Wed, 26 Jun 2013 13:22:33 +1000 Subject: [PATCH] added post-install scripts, use this for git to set credential.helper config --- git.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git.json b/git.json index a3ef55076a..cb7da590e7 100644 --- a/git.json +++ b/git.json @@ -6,5 +6,8 @@ "hash": { "sha256": "ddd2e02aec58c48ae6812a7df0287b03c6c26063fe5ac36bf757efd60fd7d2e4" }, "installer": { "args": ["/verysilent", "/dir=\"$dir\""] }, "bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ], + "post_install": [ + "git config --global credential.helper wincred" + ], "uninstaller": { "exe": "unins000.exe", "args": ["/verysilent"] } } \ No newline at end of file