From 41cba241d830ef8fd9cb453c542fd56b53e8eb02 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 4 Apr 2013 00:40:33 +0200 Subject: [PATCH 1/3] DfsReaderOptions are options for a DFS stored repository Change-Id: I2af0bf686188f1402fb53bf6dbe0ecb228069ace Signed-off-by: Matthias Sohn --- .../org/eclipse/jgit/internal/storage/dfs/DfsReaderOptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsReaderOptions.java b/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsReaderOptions.java index 4f8a89491..2a625473b 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsReaderOptions.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsReaderOptions.java @@ -51,7 +51,7 @@ import org.eclipse.jgit.lib.Config; import org.eclipse.jgit.storage.pack.PackConfig; -/** Options controlling how objects are read from a DHT stored repository. */ +/** Options controlling how objects are read from a DFS stored repository. */ public class DfsReaderOptions { /** 1024 (number of bytes in one kibibyte/kilobyte) */ public static final int KiB = 1024; From 2f93551e186001a4ada38c62a37b3e3f69a72120 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sun, 7 Apr 2013 23:17:02 +0200 Subject: [PATCH 2/3] Add missing @since tags for new API methods Change-Id: I38f10d622c30f19d1154a4901477e844cb411707 Signed-off-by: Matthias Sohn --- org.eclipse.jgit/src/org/eclipse/jgit/lib/RefUpdate.java | 1 + .../src/org/eclipse/jgit/storage/pack/PackConfig.java | 2 ++ 2 files changed, 3 insertions(+) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/RefUpdate.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/RefUpdate.java index 56ec7af89..9ef1722d7 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/RefUpdate.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/RefUpdate.java @@ -638,6 +638,7 @@ private Result updateImpl(final RevWalk walk, final Store store) * are checked explicitly. * * @param check + * @since 3.0 */ public void setCheckConflicting(boolean check) { checkConflicting = check; diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java b/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java index c1cda39de..e3219535c 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java @@ -379,6 +379,7 @@ public void setMaxDeltaDepth(int maxDeltaDepth) { * @return true if existing delta chains should be cut at * {@link #getMaxDeltaDepth()}. Default is false, allowing existing * chains to be of any length. + * @since 3.0 */ public boolean getCutDeltaChains() { return cutDeltaChains; @@ -395,6 +396,7 @@ public boolean getCutDeltaChains() { * * @param cut * true to cut existing chains. + * @since 3.0 */ public void setCutDeltaChains(boolean cut) { cutDeltaChains = cut; From 011f7fd27d4ace5a63a3ea736c8907f855985dd5 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 8 Apr 2013 22:54:45 +0200 Subject: [PATCH 3/3] Fix plugin provider names to conform with release train requirement According to release train requirements [1] the provider name for all artifacts of Eclipse projects is "Eclipse ". [1] http://wiki.eclipse.org/Development_Resources/HOWTO/Release_Reviews#Checklist Change-Id: I8445070d1d96896d378bfc49ed062a5e7e0f201f Signed-off-by: Matthias Sohn --- org.eclipse.jgit.console/plugin.properties | 2 +- org.eclipse.jgit.http.server/plugin.properties | 2 +- org.eclipse.jgit.http.test/plugin.properties | 2 +- org.eclipse.jgit.junit.http/plugin.properties | 2 +- org.eclipse.jgit.junit/plugin.properties | 2 +- org.eclipse.jgit.pgm.test/plugin.properties | 2 +- org.eclipse.jgit.pgm/plugin.properties | 2 +- org.eclipse.jgit.test/plugin.properties | 2 +- org.eclipse.jgit.ui/plugin.properties | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/org.eclipse.jgit.console/plugin.properties b/org.eclipse.jgit.console/plugin.properties index 988e71695..73a746b87 100644 --- a/org.eclipse.jgit.console/plugin.properties +++ b/org.eclipse.jgit.console/plugin.properties @@ -1,2 +1,2 @@ plugin_name=JGit Console User Interface -provider_name=Eclipse.org +provider_name=Eclipse JGit diff --git a/org.eclipse.jgit.http.server/plugin.properties b/org.eclipse.jgit.http.server/plugin.properties index 37074aca1..d891b508f 100644 --- a/org.eclipse.jgit.http.server/plugin.properties +++ b/org.eclipse.jgit.http.server/plugin.properties @@ -1,2 +1,2 @@ plugin_name=JGit HTTP Server -provider_name=Eclipse.org +provider_name=Eclipse JGit diff --git a/org.eclipse.jgit.http.test/plugin.properties b/org.eclipse.jgit.http.test/plugin.properties index dd33aea52..0a620aa30 100644 --- a/org.eclipse.jgit.http.test/plugin.properties +++ b/org.eclipse.jgit.http.test/plugin.properties @@ -1,2 +1,2 @@ plugin_name=JGit HTTP Tests -provider_name=Eclipse.org +provider_name=Eclipse JGit diff --git a/org.eclipse.jgit.junit.http/plugin.properties b/org.eclipse.jgit.junit.http/plugin.properties index cb837d845..7a96b0905 100644 --- a/org.eclipse.jgit.junit.http/plugin.properties +++ b/org.eclipse.jgit.junit.http/plugin.properties @@ -1,2 +1,2 @@ plugin_name=JGit JUnit Http Utility Classes -provider_name=Eclipse.org +provider_name=Eclipse JGit diff --git a/org.eclipse.jgit.junit/plugin.properties b/org.eclipse.jgit.junit/plugin.properties index 836a27f48..9842967f5 100644 --- a/org.eclipse.jgit.junit/plugin.properties +++ b/org.eclipse.jgit.junit/plugin.properties @@ -1,2 +1,2 @@ plugin_name=JGit JUnit Utility Classes -provider_name=Eclipse.org +provider_name=Eclipse JGit diff --git a/org.eclipse.jgit.pgm.test/plugin.properties b/org.eclipse.jgit.pgm.test/plugin.properties index df18ade42..e131c6970 100644 --- a/org.eclipse.jgit.pgm.test/plugin.properties +++ b/org.eclipse.jgit.pgm.test/plugin.properties @@ -1,2 +1,2 @@ plugin_name=JGit Command Line Interface Tests -provider_name=Eclipse.org +provider_name=Eclipse JGit diff --git a/org.eclipse.jgit.pgm/plugin.properties b/org.eclipse.jgit.pgm/plugin.properties index d71fee086..118fe47b1 100644 --- a/org.eclipse.jgit.pgm/plugin.properties +++ b/org.eclipse.jgit.pgm/plugin.properties @@ -1,2 +1,2 @@ plugin_name=JGit Command Line Interface -provider_name=Eclipse.org +provider_name=Eclipse JGit diff --git a/org.eclipse.jgit.test/plugin.properties b/org.eclipse.jgit.test/plugin.properties index ea6041121..1d32644d3 100644 --- a/org.eclipse.jgit.test/plugin.properties +++ b/org.eclipse.jgit.test/plugin.properties @@ -1,2 +1,2 @@ plugin_name=JGit Core Tests -provider_name=Eclipse.org +provider_name=Eclipse JGit diff --git a/org.eclipse.jgit.ui/plugin.properties b/org.eclipse.jgit.ui/plugin.properties index 71fbb340f..006c8c2f2 100644 --- a/org.eclipse.jgit.ui/plugin.properties +++ b/org.eclipse.jgit.ui/plugin.properties @@ -1,2 +1,2 @@ plugin_name=JGit AWT User Interface -provider_name=Eclipse.org +provider_name=Eclipse JGit