From 3019823073a9dfb87c897ce51f84b0060f23c001 Mon Sep 17 00:00:00 2001 From: toxeus Date: Mon, 9 Oct 2017 18:52:23 +0200 Subject: [PATCH] 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 --- git-with-openssh.json | 3 ++- git.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/git-with-openssh.json b/git-with-openssh.json index cca2fdcf5b..8aff95b278 100644 --- a/git-with-openssh.json +++ b/git-with-openssh.json @@ -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" diff --git a/git.json b/git.json index 7bf25bfd05..fbbadb6912 100644 --- a/git.json +++ b/git.json @@ -17,6 +17,7 @@ "cmd\\git.exe", "cmd\\gitk.exe", "cmd\\git-gui.exe", + "usr\\bin\\tig.exe", "git-bash.exe" ], "post_install": [