diff options
author | James Moger <james.moger@gitblit.com> | 2012-10-19 21:44:45 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-10-19 22:47:34 -0400 |
commit | 54f2c813608a01955858ab1d48de7ce33b5dfff4 (patch) | |
tree | d9ee7f8529e0757eca542685512e2d38691c3f79 /docs | |
parent | 822dfe5d6f1b97b7849bc6fd735ee8c9d1103c19 (diff) | |
download | gitblit-54f2c813608a01955858ab1d48de7ce33b5dfff4.tar.gz gitblit-54f2c813608a01955858ab1d48de7ce33b5dfff4.zip |
Split committer verification description into two strings
Diffstat (limited to 'docs')
-rw-r--r-- | docs/01_setup.mkd | 2 | ||||
-rw-r--r-- | docs/04_releases.mkd | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/01_setup.mkd b/docs/01_setup.mkd index a9ce767e..b5c407ea 100644 --- a/docs/01_setup.mkd +++ b/docs/01_setup.mkd @@ -277,8 +277,6 @@ Prior to v1.2.0, Gitblit has two main access permission groupings: #### Committer Verification
-<span class='label label-warning'>Experimental</span>
-
You may optionally enable committer verification which requires that each commit be committed by the authenticated user pushing the commits. i.e. If Bob is pushing the commits, Bob **must** be the committer of those commits.
**How is this enforced?**
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 70e0ad2f..0cf060e4 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -44,7 +44,7 @@ In order to fork a repository, the user account must have the *fork* permission - Delete branch feature (issue 121, Github/ajermakovics)
- Added line links to blob view (issue 130)
- Added RedmineUserService (github/mallowlabs)
-- Experimental support for committer verification. Requires use of *--no-ff* when merging branches or pull requests. See setup page for details.
+- Support for committer verification. Requires use of *--no-ff* when merging branches or pull requests. See setup page for details.
#### changes
|