aboutsummaryrefslogtreecommitdiff
path: root/devel/gitolite
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.5.2,1Steve Wills2013-11-143-12/+14
| | | | | | | | | | | - Use GH mastersite - Support stagedir PR: ports/183371 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=333782
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-1/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327380
* - Update master siteSteve Wills2013-04-241-1/+1
| | | | | | | | PR: ports/177430 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=316471
* - Update to 3.5.1Steve Wills2013-04-243-3/+5
| | | | | | | | PR: ports/177430 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=316461
* - Update to 3.4Martin Wilke2013-03-143-13/+15
| | | | | | | | | PR: 176789 Submitted by: William Grzybowski <william88@gmail.com> Approved by: naintainer Notes: svn path=/head/; revision=314145
* - Update to 3.3,1Steve Wills2013-02-173-5/+9
| | | | | | | | PR: ports/175727 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=312444
* - Update to 3.2Steve Wills2013-01-134-8/+10
| | | | | | | | | | | | Changes: https://github.com/sitaramc/gitolite/blob/5f9789ed8ee519a5987e8fede7f3e65001f4f9c0/CHANGELOG https://github.com/sitaramc/gitolite/compare/v3.1...v3.2 PR: ports/175243 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=310331
* - Update devel/gitolite to 3.1Steve Wills2012-10-113-5/+11
| | | | | | | | | | | | | - Document security issue in devel/gitolite PR: ports/172565 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Reviewed by: eadler Security: f94befcd-1289-11e2-a25e-525400272390 Feature safe: yes Notes: svn path=/head/; revision=305697
* - Update to 3.04Steve Wills2012-08-054-7/+30
| | | | | | | | PR: ports/170394 Submitted by: milki <milki@rescomp.berkeley.edu> Notes: svn path=/head/; revision=302129
* - Update to 3.0.3Sylvio Cesar Teixeira2012-05-314-8/+15
| | | | | | | | PR: ports/168378 Submitted by: Milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=297894
* Correct pkg-message instructions on providing gitoliteChris Rees2012-05-082-1/+2
| | | | | | | Submitted by: maintainer via email Notes: svn path=/head/; revision=296236
* - Update to 3.01Chris Rees2012-05-076-114/+100
| | | | | | | | | | - Register CONFLICTS with gitolite2 legacy port PR: ports/167440 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=296149
* - Update to 2.3Frederic Culot2012-02-172-4/+3
| | | | | | | | | Changes: https://raw.github.com/sitaramc/gitolite/pu/doc/CHANGELOG PR: ports/165222 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=291561
* - Update to 2.2.1Jason Helfman2012-02-122-3/+3
| | | | | | | | PR: ports/165022 Submitted by: maintainer, milki at rescomp.berkeley.edu Notes: svn path=/head/; revision=291075
* - Update to 2.2Tim Bishop2012-02-062-3/+3
| | | | | | | | | | | | Changes: https://github.com/sitaramc/gitolite/blob/pu/doc/CHANGELOG https://github.com/sitaramc/gitolite/compare/v2.1...v2.2 PR: ports/164809 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=290475
* - Update to 2.1Tim Bishop2011-09-303-5/+6
| | | | | | | | | | | | Changes: https://groups.google.com/d/topic/gitolite/CzL4g1vuqbY/discussion https://github.com/sitaramc/gitolite/compare/v2.0.3...v2.1 PR: ports/161147 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=282663
* - Update to 2.0.3Dennis Herrmann2011-09-243-5/+5
| | | | | | | | PR: ports/160940 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=282299
* - Add new port gitolite:Tim Bishop2011-07-297-0/+192
Gitolite is an access control layer on top of git, which allows access control down to the branch level, including specifying who can and cannot rewind a given branch. Gitolite lets you use a single user on a server to host many git repositories and provide access to many developers, without having to give them real userids on or shell access to the server. Authentication is most commonly done using sshd, but you can also use httpd if you prefer. Gitolite can restrict who can read from (clone/fetch) or write to (push) a repository. It can also restrict who can push to what branch or tag, which is very important in a corporate environment. WWW: https://github.com/sitaramc/gitolite PR: ports/159260 Submitted by: milki <milki at rescomp.berkeley.edu> Notes: svn path=/head/; revision=278544