aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fixed a few mistypesHEADcgit-supportdakkar2009-01-17
* patch from lu_zero, for cgit groupsdakkar2009-01-17
* added support for cgit (tested)Gianni Ceccarelli2009-01-15
* Handle git-1.6 which installs example hooks with .sample as a suffix so they ...gentooRobin H. Johnson2008-10-28
* Merge branch 'upstream' into gentooRobin H. Johnson2008-10-28
|\
| * Use "git shell" instead of "git-shell", for compatibility with git 1.6.Tommi Virtanen2008-08-25
| * Add a MANIFEST.in to please setuptools sdist.Tommi Virtanen2008-07-30
| * Accept "git upload-pack" etc, for future compatibility.Tommi Virtanen2008-06-26
| * Understand the popular gitosis.conf typo "writeable".Tommi Virtanen2008-04-19
| * Show how group sections in config can be used in example.conf.Tommi Virtanen2008-04-15
| * Allow absolute paths in repo paths, treat them as relative.Tommi Virtanen2008-03-19
| * Make serve acceptable path unit tests more careful.Tommi Virtanen2008-03-19
| * Test that incoming paths cannot contain /../Tommi Virtanen2008-03-19
| * Show alternate gitweb.conf access control config.Tommi Virtanen2008-02-19
| * State that sharing user accounts for two uses is advanced usage.Tommi Virtanen2008-02-16
| * Add mod_redirect to lighttpd example config snippet.Tommi Virtanen2008-02-05
| * Fix bug where members=@all didn't actually give access.Tommi Virtanen2008-01-17
| * Fix typo that made push fail in writeAuthorizedKeys.Tommi Virtanen2007-12-31
| * Make post-update hook reload config after writing it out.Tommi Virtanen2007-12-31
| * Allow using fast_import for more than initial commit.Tommi Virtanen2007-12-31
| * Don't always init repository when doing fast-import.Tommi Virtanen2007-12-31
* | Fixup whitespace.Robin H. Johnson2008-07-11
* | Ignore some useless lines.Robin H. Johnson2008-07-11
* | Avoid trailing whitespace messing up the keyname.Robin H. Johnson2008-02-03
* | Use a valid algo typo for ssh.Robin H. Johnson2008-01-22
* | Need config for repo init.Robin H. Johnson2008-01-22
* | Include the from option in ssh keys for security where desired by users.Robin H. Johnson2008-01-22
* | Remove old comment.Robin H. Johnson2008-01-22
* | Fix typo that made push fail in writeAuthorizedKeys.Tommi Virtanen2008-01-22
* | Make post-update hook reload config after writing it out.Tommi Virtanen2008-01-22
* | Allow using fast_import for more than initial commit.Tommi Virtanen2008-01-22
* | Don't always init repository when doing fast-import.Tommi Virtanen2008-01-22
* | Make sure the test input is actually a string and not an integer, just like i...Robin H. Johnson2008-01-22
* | Remember to convert string to integer as octal for making directories.Robin H. Johnson2008-01-03
* | Add debug to serve.serveRobin H. Johnson2007-12-28
* | Allow some slashes, to provide support for git+ssh:// URLs that always have a...Robin H. Johnson2007-12-28
* | Add testcode for gitosis.dirmode setting.Robin H. Johnson2007-12-28
* | Add support for custom perms during repo creation.Robin H. Johnson2007-12-28
* | Remove old extract_user function, replaced by username property of SSHPublicK...Robin H. Johnson2007-12-24
* | Try to fix the @all problem.Robin H. Johnson2007-12-24
* | Improve default config stuff.Robin H. Johnson2007-12-24
* | Add utility function for default access to config.Robin H. Johnson2007-12-24
* | Use correct configparser for test.Robin H. Johnson2007-12-24
* | Use the new GitosisRawConfigParser.Robin H. Johnson2007-12-24
* | Use a custom RawConfigParser config implementation, with a special order for ...Robin H. Johnson2007-12-24
* | Renable test.Robin H. Johnson2007-12-24
* | Use an already existing config file is passed to gitosis-init.Robin H. Johnson2007-12-24
* | Since we do not write raw anymore, we do not know that the gitosis section is...Robin H. Johnson2007-12-24
* | Support filename for input.Robin H. Johnson2007-12-24
* | ssh-dsa is the actual correct name, but SSH accepts ssh-dss as an alias.Robin H. Johnson2007-12-24