| | |
| | | ## Gitblit Features
|
| | | - JGit SmartHTTP servlet
|
| | | - Browser and git client authentication
|
| | | - Four repository access control configurations with a Read-Only control flag
|
| | | - Four *per-repository* access control configurations with a Read-Only control flag
|
| | | <ul class='noBullets'>
|
| | | <li> *Anonymous View, Clone & Push*</li>
|
| | | <li> *Authenticated Push*</li>
|
| | |
| | | - Access controls are not path-based, they are repository-based
|
| | | - Only Administrators can create, rename or delete repositories
|
| | | - Only Administrators can create, modify or delete users
|
| | | - Commit hooks are not supported
|
| | | - Native Git may be needed to periodically run git-gc as [JGit][jgit] does not fully support the git-gc featureset.
|
| | |
|
| | | ### Caveats
|