Changes between Version 14 and Version 15 of TracGitosisPlugin
- Timestamp:
- Apr 16, 2022, 7:28:24 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracGitosisPlugin
v14 v15 5 5 == Description 6 6 7 This plugin allows partial Gitosis administration from Trac. Gitosis is a tool which provides access control and remote management for hosted Git repositories. Users will be able to add their public SSH key in Gitosis in a new settings tab.7 This plugin allows partial [https://github.com/tv42/gitosis Gitosis] administration from Trac. Gitosis is a tool which provides access control and remote management for hosted Git repositories. Gitosis itself is GPL licensed. 8 8 9 Admins will be able to set the location of the gitosis-admin repository and settings for the Git repository associated with Trac (requires GitPlugin). 9 Key features: 10 * Users will be able to add their public SSH key in Gitosis in a new settings tab. 11 * Admins will be able to set the location of the gitosis-admin repository and settings for the Git repository associated with Trac (requires GitPlugin). 10 12 11 13 More information on Gitosis can be found [https://en.wikibooks.org/wiki/Git/Gitosis here].