summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2013-06-22 00:57:26 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2013-06-22 00:57:26 +0200
commitf34e38f473bd2354236cccf8329f3e8261f6d802 (patch)
tree39209ff3047f593ea9e0b8c13171ee4aeeb330f9 /org.eclipse.jgit.pgm/src/org
parentfe248d24db1773e9afa7436743ce9a07527d4f22 (diff)
downloadjgit-f34e38f473bd2354236cccf8329f3e8261f6d802.tar.gz
jgit-f34e38f473bd2354236cccf8329f3e8261f6d802.zip
Move gc to package org.eclipse.jgit.pgm
All bugs reported for gc have been fixed and it seems we reached a stable implementation. Change-Id: I78a96ee2103beb48325da0f6ee10b2498bdc0267 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/src/org')
-rw-r--r--org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Gc.java (renamed from org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/Gc.java)3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/Gc.java b/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Gc.java
index 615d50f224..5384bbb01b 100644
--- a/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/Gc.java
+++ b/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Gc.java
@@ -41,12 +41,11 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-package org.eclipse.jgit.pgm.debug;
+package org.eclipse.jgit.pgm;
import org.eclipse.jgit.internal.storage.file.FileRepository;
import org.eclipse.jgit.internal.storage.file.GC;
import org.eclipse.jgit.lib.TextProgressMonitor;
-import org.eclipse.jgit.pgm.TextBuiltin;
class Gc extends TextBuiltin {
@Override