-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgit-extras.json
21 lines (21 loc) · 947 Bytes
/
git-extras.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"version": "7.3.0",
"license": "MIT",
"extract_dir": "git-extras-7.3.0",
"url": "https://github.com/tj/git-extras/archive/refs/tags/7.3.0.zip",
"description": "GIT utilities -- repo summary, repl, changelog population, author commit percentages and more",
"homepage": "https://github.com/tj/git-extras",
"hash": "adbdd0019478216f0cbd10e93f9f44b10df6cd5d43e662c7bf0f1b3196ac8ec5",
"notes": [
"1. If you encounter error to install, please enable developer mode.",
"run command within cmd.exe with Administrator permission:",
"REG ADD \"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\AppModelUnlock\" /t REG_DWORD /f /v \"AllowDevelopmentWithoutDevLicense\" /d \"1\"",
"",
"2. make sure to set environment variable GIT_INSTALL_ROOT"
],
"post_install": [
"pushd \"$dir\"",
".\\install.cmd \"$env:GIT_INSTALL_ROOT\"",
"popd"
]
}