summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Zschocke <florian.zschocke@devolo.de>2020-01-26 16:31:49 +0100
committerFlorian Zschocke <florian.zschocke@devolo.de>2020-01-26 16:49:00 +0100
commit8463244e78c9d6fdfed8ebb1227b9a9494219567 (patch)
tree7b80a4398eb0fd2e3de71c6919be97458a90165d
parent394a0cd4ffbe292fe48a8f714d1c382531733bcb (diff)
downloadgitblit-8463244e78c9d6fdfed8ebb1227b9a9494219567.tar.gz
gitblit-8463244e78c9d6fdfed8ebb1227b9a9494219567.zip
Change single quotes to back ticks for formatting
-rw-r--r--releases.moxie4
1 files changed, 2 insertions, 2 deletions
diff --git a/releases.moxie b/releases.moxie
index db6c2dea..9776f0a9 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -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)