]> source.dussan.org Git - jgit.git/commit
Support config param "gc.pruneexpire" 93/7793/1
authorChristian Halstrick <christian.halstrick@sap.com>
Mon, 17 Sep 2012 19:21:00 +0000 (21:21 +0200)
committerChristian Halstrick <christian.halstrick@sap.com>
Mon, 17 Sep 2012 20:41:06 +0000 (22:41 +0200)
commit27b791c591a8216a792ad72818e729d841fa53b3
tree763c5dd69adf08c95d4681a9f9cd98371ae4a002
parenta551493240d5513a101415e55742c689562d6f51
Support config param "gc.pruneexpire"

Make GC honor the config parameter gc.pruneexpire. If the parameter is
not set then the default is "2.weeks.ago"

Change-Id: I0ae0ca85993cafb4bc75ba80504da18544894ec3
org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/GC.java