From 2d822da03b9e371ace208a32adc572a71f686576 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Thu, 16 Apr 2020 21:45:12 +0800 Subject: [PATCH] git: remove gitk shortcut (#998) --- bucket/git-with-openssh.json | 4 ---- bucket/git.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/bucket/git-with-openssh.json b/bucket/git-with-openssh.json index 8fbcd19864..7fc19c015b 100644 --- a/bucket/git-with-openssh.json +++ b/bucket/git-with-openssh.json @@ -37,10 +37,6 @@ [ "cmd\\git-gui.exe", "Git GUI" - ], - [ - "cmd\\gitk.exe", - "gitk" ] ], "post_install": "git config --global credential.helper manager", diff --git a/bucket/git.json b/bucket/git.json index 677346d78e..dae67b4119 100644 --- a/bucket/git.json +++ b/bucket/git.json @@ -29,10 +29,6 @@ [ "cmd\\git-gui.exe", "Git GUI" - ], - [ - "cmd\\gitk.exe", - "gitk" ] ], "post_install": "git config --global credential.helper manager",