git: add new tig.exe to bin (#1755)

This useful git browser was added to the 2.14.2 release.

See
https://github.com/git-for-windows/git/releases/tag/v2.14.2.windows.1
This commit is contained in:
toxeus 2017-10-09 18:52:23 +02:00 committed by Richard Kuhnt
parent c977a3fee9
commit 3019823073
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,8 @@
"usr\\bin\\ssh-add.exe",
"usr\\bin\\ssh-agent.exe",
"usr\\bin\\ssh-keygen.exe",
"usr\\bin\\ssh-keyscan.exe"
"usr\\bin\\ssh-keyscan.exe",
"usr\\bin\\tig.exe"
],
"post_install": [
"git config --global credential.helper manager"

View File

@ -17,6 +17,7 @@
"cmd\\git.exe",
"cmd\\gitk.exe",
"cmd\\git-gui.exe",
"usr\\bin\\tig.exe",
"git-bash.exe"
],
"post_install": [