aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ignore malformatted ssh keys and go on with authorized_keys creationgentooClemens Hammacher2010-09-101-1/+4
* Merge branch 'upstream' into gentooRobin H. Johnson2010-09-103-6/+34
|\
| * Let even readonly operations init a repo if needed.HEADmasterTommi Virtanen2009-09-162-2/+25
| * Fix unit test failure with git >=1.6.0Tommi Virtanen2009-09-161-1/+6
* | Fix re usage.0.2_p20100721Piotr JaroszyƄski2010-07-211-2/+2
* | Environment info about the user doing the push.0.2_p20100718Robin H. Johnson2009-12-011-0/+22
* | Include my details in the setup.py.0.2_p20090515Robin H. Johnson2009-01-171-2/+2
* | Patch adding cgit support to gitosis-gentooGianni Ceccarelli2009-01-172-0/+118
* | Handle git-1.6 which installs example hooks with .sample as a suffix so they ...Robin H. Johnson2008-10-281-1/+1
* | Merge branch 'upstream' into gentooRobin H. Johnson2008-10-289-21/+231
|\|
| * Use "git shell" instead of "git-shell", for compatibility with git 1.6.Tommi Virtanen2008-08-251-1/+1
| * Add a MANIFEST.in to please setuptools sdist.Tommi Virtanen2008-07-301-0/+7
| * Accept "git upload-pack" etc, for future compatibility.Tommi Virtanen2008-06-262-7/+107
| * Understand the popular gitosis.conf typo "writeable".Tommi Virtanen2008-04-193-6/+55
| * Show how group sections in config can be used in example.conf.Tommi Virtanen2008-04-151-0/+5
| * Allow absolute paths in repo paths, treat them as relative.Tommi Virtanen2008-03-192-13/+21
| * Make serve acceptable path unit tests more careful.Tommi Virtanen2008-03-191-3/+27
| * Test that incoming paths cannot contain /../Tommi Virtanen2008-03-191-0/+12
| * Show alternate gitweb.conf access control config.Tommi Virtanen2008-02-191-0/+9
| * State that sharing user accounts for two uses is advanced usage.Tommi Virtanen2008-02-161-1/+2
| * Add mod_redirect to lighttpd example config snippet.Tommi Virtanen2008-02-051-0/+1
| * Fix bug where members=@all didn't actually give access.Tommi Virtanen2008-01-172-1/+13
| * Fix typo that made push fail in writeAuthorizedKeys.Tommi Virtanen2007-12-311-1/+1
| * Make post-update hook reload config after writing it out.Tommi Virtanen2007-12-313-1/+106
| * Allow using fast_import for more than initial commit.Tommi Virtanen2007-12-312-4/+40
| * Don't always init repository when doing fast-import.Tommi Virtanen2007-12-312-1/+1
* | Fixup whitespace.Robin H. Johnson2008-07-111-0/+1
* | Ignore some useless lines.Robin H. Johnson2008-07-111-1/+4
* | Avoid trailing whitespace messing up the keyname.Robin H. Johnson2008-02-032-1/+2
* | Use a valid algo typo for ssh.Robin H. Johnson2008-01-221-3/+3
* | Need config for repo init.Robin H. Johnson2008-01-221-13/+15
* | Include the from option in ssh keys for security where desired by users.Robin H. Johnson2008-01-221-3/+9
* | Remove old comment.Robin H. Johnson2008-01-221-14/+0
* | Fix typo that made push fail in writeAuthorizedKeys.Tommi Virtanen2008-01-221-1/+1
* | Make post-update hook reload config after writing it out.Tommi Virtanen2008-01-223-1/+106
* | Allow using fast_import for more than initial commit.Tommi Virtanen2008-01-222-4/+40
* | Don't always init repository when doing fast-import.Tommi Virtanen2008-01-222-1/+1
* | Make sure the test input is actually a string and not an integer, just like i...Robin H. Johnson2008-01-221-1/+1
* | Remember to convert string to integer as octal for making directories.Robin H. Johnson2008-01-031-2/+6
* | Add debug to serve.serveRobin H. Johnson2007-12-281-0/+8
* | Allow some slashes, to provide support for git+ssh:// URLs that always have a...Robin H. Johnson2007-12-282-0/+45
* | Add testcode for gitosis.dirmode setting.Robin H. Johnson2007-12-281-0/+25
* | Add support for custom perms during repo creation.Robin H. Johnson2007-12-283-3/+19
* | Remove old extract_user function, replaced by username property of SSHPublicK...Robin H. Johnson2007-12-243-39/+47
* | Try to fix the @all problem.Robin H. Johnson2007-12-241-1/+4
* | Improve default config stuff.Robin H. Johnson2007-12-241-7/+11
* | Add utility function for default access to config.Robin H. Johnson2007-12-241-0/+10
* | Use correct configparser for test.Robin H. Johnson2007-12-241-2/+2
* | Use the new GitosisRawConfigParser.Robin H. Johnson2007-12-242-3/+4
* | Use a custom RawConfigParser config implementation, with a special order for ...Robin H. Johnson2007-12-241-1/+32