From b60fe338869f8e11fc8375d088efe3eb29cbb529 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 30 Nov 2013 20:26:31 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f56e0da98..4ec51b15c 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ or you can start GitBucket by ```java -jar gitbucket.war``` without servlet cont - --prefix=[CONTEXTPATH] - --host=[HOSTNAME] - --https=true +- --gitbucket.home=[DATA_DIR] To upgrade GitBucket, only replace gitbucket.war. All GitBucket data is stored in HOME/gitbucket. So if you want to back up GitBucket data, copy this directory to the other disk. @@ -53,6 +54,7 @@ Release Notes ### 1.8 - COMMING SOON! - Add user and group deletion - Improve pull request performance +- Pull request synchronization (when source repository is updated after pull request, it's applied to the pull request) - LDAP StartTLS support - Hard wrap for Markdown - Add new some options to specify the data directory