From a708fc071206774d0a41a5d7d903055b9f199239 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 12 Oct 2007 19:55:37 -0400 Subject: [PATCH] update --- mrconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mrconfig b/mrconfig index 38ccfbb..1668b47 100644 --- a/mrconfig +++ b/mrconfig @@ -3,6 +3,8 @@ [DEFAULT] # Teach mr how to run svn cleanup. cleanup = if [ -d "$MR_REPO"/.svn ]; then svn cleanup ; fi +# And how to run git gc +gc = if [ -d "$MR_REPO"/.git ]; then git gc; fi # Tests used in the skips below. # - wantsrc checks whether I probably want a full source checkout (quite # large) -- 2.39.2