Document jgit auto-configuration options

Change-Id: Ife939236cbc594ba05e410e543eb8cc59930d70d
diff --git a/pages/site/releases/3.3.md b/pages/site/releases/3.3.md
index dd300f4..b3dae9e 100644
--- a/pages/site/releases/3.3.md
+++ b/pages/site/releases/3.3.md
@@ -101,6 +101,23 @@
 
 ChangeAttributeFactory will be removed in the next release.
 
+### JGit auto-configuration
+
+## Auto-disable `receive.autogc` option
+
+By JGit's default, `git-receive-pack` will run auto gc after receiving
+data from git-push and updating refs.
+
+Init step is added to auto-disable `receive.autogc` configuration option
+in `$gerrit_site/etc/jgit.config` file.
+
+## Auto-enable git wire protocol version 2
+
+By JGit's default, git wire protocol version 2 is disabled. Given, that git
+wire protocol version 2 on the server side is considered to be now very stable,
+activate it per default in init site program, so that gerrit sites benefit
+from improved fetch performance.
+
 ## Security fixes
 
 * [Issue 13621](https://bugs.chromium.org/p/gerrit/issues/detail?id=13621);