aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Gc.java
Commit message (Expand)AuthorAgeFilesLines
* Do not exclude objects in locked packs from bitmap processingLuca Milanesio2023-10-121-0/+6
* Add pack options to preserve and prune old pack filesMatthias Sohn2023-02-111-6/+12
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* pgm: Handle GitAPIException in Gc commandMatthias Sohn2019-01-201-5/+10
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+1
* gc: Add options to preserve and prune old pack filesJames Melvin2017-01-191-0/+8
* [pgm] Prevent commands from writing progress to System.errRĂ¼diger Herrmann2015-01-131-1/+1
* Add "aggressive" option to GCChristian Halstrick2014-09-191-5/+8
* Add missing usage texts for JGit commandline commandsMatthias Sohn2013-09-091-0/+1
* Move gc to package org.eclipse.jgit.pgmMatthias Sohn2013-06-221-0/+57