aboutsummaryrefslogtreecommitdiff
path: root/bin/vcs
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-05-15 09:42:18 -0300
committerEuAndreh <eu@euandre.org>2023-05-15 09:42:35 -0300
commit80b4ad85d54e056f8ff6a0303c0e392e33a71d26 (patch)
treedb9e012a94cb7c92f9f17adef6ebc44a47a2396d /bin/vcs
parentetc/guix/home.scm: Comment broken packages (diff)
downloaddotfiles-80b4ad85d54e056f8ff6a0303c0e392e33a71d26.tar.gz
dotfiles-80b4ad85d54e056f8ff6a0303c0e392e33a71d26.tar.xz
bin/vcs: Actually call "git-gc" in gc ACTION
Diffstat (limited to 'bin/vcs')
-rwxr-xr-xbin/vcs1
1 files changed, 1 insertions, 0 deletions
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() {