From 80b4ad85d54e056f8ff6a0303c0e392e33a71d26 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 15 May 2023 09:42:18 -0300 Subject: bin/vcs: Actually call "git-gc" in gc ACTION --- bin/vcs | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/vcs b/bin/vcs index 6913348..23ad8f8 100755 --- a/bin/vcs +++ b/bin/vcs @@ -158,6 +158,7 @@ mercurial_ps1() { git_gc() { git remote prune origin "$@" + git gc } git_ls() { -- cgit v1.2.3