From: Joey Hess Date: Fri, 12 Oct 2007 23:55:37 +0000 (-0400) Subject: update X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/a708fc071206774d0a41a5d7d903055b9f199239?ds=inline;hp=--cc update --- a708fc071206774d0a41a5d7d903055b9f199239 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)