Add a 'gc-all' command to the git comfig

This commit is contained in:
Scott Wallace 2019-10-12 12:33:17 +01:00
parent 485936373b
commit 5e9d154a81

View file

@ -31,6 +31,7 @@
ref = for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' --sort=committerdate
rl = reflog --date=iso
tags = tag --sort=taggerdate
gc-all = -c gc.reflogExpire=0 -c gc.reflogExpireUnreachable=0 -c gc.rerereresolved=0 -c gc.rerereunresolved=0 -c gc.pruneExpire=now gc
[color]
ui = true
[branch]