Skip to content

Commit 7b0693e

Browse files
update README on additional configuration options, including the 'Delete Git Repository When Project Is Deleted' variable
1 parent 98f83cf commit 7b0693e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.mkd

+13
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,19 @@ in the upper right-hand corner of the page. The right-hand column contains cont
117117
Keys should be unique, that is, the keys you set in ChiliProject / Redmine should not already exist in the gitolite repo. In particular,
118118
do not re-use the key you set as the gitolite admin key.
119119

120+
**(9)** The plugin is now configured, but you may now want to set some additional settings on the
121+
Administration => Plugins => Redmine Git Hosting Plugin page.
122+
123+
*Automatically Initialize Git Repositories For New Projects* can be enabled to automatically create a new git repository every time
124+
you create a new project. You won't have to create the project, and then create the repository -- this will be done all it one step. However, if
125+
you have both git and svn (or hg, or cvs etc.) repositories, this may cause problems so it is disabled by default.
126+
127+
*Delete Git Repository When Project Is Deleted* can be enabled to let this plugin control repository deletion as well as repository creation. By default,
128+
this feature is disabled and when a repository is deleted in ChiliProject / Redmine, it is not deleted in gitolite. This is a safety feature to prevent
129+
the accidental loss of data. If this feature is enabled, the safety is turned off and the repository files will be permanently deleted when the Project/Repository is deleted in ChiliProject/Redmine.
130+
131+
*Show Checkout URLs* can be disabled to hide the git URL bar in the repository tab. It is enabled by default.
132+
120133
## "Smart" HTTP Functionality
121134

122135
Smart HTTP is an efficient way of communicating with the git server over http/https availalbe in git client version 1.6.6 and newer.

0 commit comments

Comments
 (0)