X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/e9de7f196a3b998952e8f62acb04a18d9f087d8a..d1e21e723b6deb2263449195f6e63e5246d2e8b5:/mrconfig 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)