]> source.dussan.org Git - gitblit.git/commitdiff
Change single quotes to back ticks for formatting
authorFlorian Zschocke <florian.zschocke@devolo.de>
Sun, 26 Jan 2020 15:31:49 +0000 (16:31 +0100)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Sun, 26 Jan 2020 15:49:00 +0000 (16:49 +0100)
releases.moxie

index db6c2dea6052be4d09889e6992fbe49025051cbb..9776f0a9fd37f22aa3bc903b6c9a706acb523600 100644 (file)
@@ -63,8 +63,8 @@ r30: {
       - Encode email sender's name with UTF-8 (pr-1206)
       - Made Gitblit run on Java 9+ (issue-1262, issue-1294, pr-1266)
       - The JRE version is reported upon starting
-      - Add the 'ext' directory to the classpath on the command-line to start Gitblit and related programs.
-      - Report back that git command 'clone.bundle' is unsupported instead of simply failing
+      - Add the `ext` directory to the classpath on the command-line to start Gitblit and related programs.
+      - Report back that git command `clone.bundle` is unsupported instead of simply failing
     additions:
       - Added option to merge a ticket branch to the integration branch fast-forward or with a merge commit (pr-1142)
       - Added SSH key manager that retrieves keys from LDAP directory (pr-1160)