Merge branch 'stable-2.13'
* stable-2.13:
CloneWithCommitMsgHook: Fix HTTP clone command inconsistency
Change-Id: I97fafb4e6972d5f11e3dddfd69ad0711d0c0bf7f
diff --git a/.gitignore b/.gitignore
index ea5889f..7388c18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/.buckd
/buck-cache
/buck-out
+*.iml
diff --git a/BUILD b/BUILD
new file mode 100644
index 0000000..c3468f3
--- /dev/null
+++ b/BUILD
@@ -0,0 +1,11 @@
+load('//tools/bzl:plugin.bzl', 'gerrit_plugin')
+
+gerrit_plugin(
+ name = 'download-commands',
+ srcs = glob(['src/main/java/**/*.java']),
+ resources = glob(['src/main/resources/**/*']),
+ manifest_entries = [
+ 'Gerrit-PluginName: download-commands',
+ 'Gerrit-Module: com.googlesource.gerrit.plugins.download.Module'
+ ]
+)
diff --git a/src/main/resources/Documentation/about.md b/src/main/resources/Documentation/about.md
index 68b4650..7c2288c 100644
--- a/src/main/resources/Documentation/about.md
+++ b/src/main/resources/Documentation/about.md
@@ -6,8 +6,8 @@
----------------
The following download schemes are defined by this plugin. Please note
-that some download schemes must be enabled by [configuration]
-(config.html#download.scheme).
+that some download schemes must be enabled by
+[configuration](config.md#download.scheme).
* `Anonymous Git`: Scheme for anonymous downloads via the Git protocol.
@@ -26,7 +26,7 @@
The following download commands are defined by this plugin. Please note
that some download commands must be enabled by [configuration]
-(config.html#download.command).
+(config.md#download.command).
### Git Commands