mirrors/gitosis-gentoo.git
2009-12-02 Robin H. JohnsonEnvironment info about the user doing the push. gentoo
2009-01-17 Robin H. JohnsonInclude my details in the setup.py. 0.2_p20090515
2009-01-17 Gianni CeccarelliPatch adding cgit support to gitosis-gentoo
2008-10-28 Robin H. JohnsonHandle git-1.6 which installs example hooks with .sampl...
2008-10-28 Robin H. JohnsonMerge branch 'upstream' into gentoo
2008-08-25 Tommi VirtanenUse "git shell" instead of "git-shell", for compatibili... master
2008-07-30 Tommi VirtanenAdd a MANIFEST.in to please setuptools sdist.
2008-07-11 Robin H. JohnsonFixup whitespace.
2008-07-11 Robin H. JohnsonIgnore some useless lines.
2008-06-26 Tommi VirtanenAccept "git upload-pack" etc, for future compatibility.
2008-04-19 Tommi VirtanenUnderstand the popular gitosis.conf typo "writeable".
2008-04-15 Tommi VirtanenShow how group sections in config can be used in exampl...
2008-03-19 Tommi VirtanenAllow absolute paths in repo paths, treat them as relative.
2008-03-19 Tommi VirtanenMake serve acceptable path unit tests more careful.
2008-03-19 Tommi VirtanenTest that incoming paths cannot contain /../
2008-02-19 Tommi VirtanenShow alternate gitweb.conf access control config.
2008-02-16 Tommi VirtanenState that sharing user accounts for two uses is advanc...
2008-02-05 Tommi VirtanenAdd mod_redirect to lighttpd example config snippet.
2008-02-03 Robin H. JohnsonAvoid trailing whitespace messing up the keyname.
2008-01-22 Robin H. JohnsonUse a valid algo typo for ssh.
2008-01-22 Robin H. JohnsonNeed config for repo init.
2008-01-22 Robin H. JohnsonInclude the from option in ssh keys for security where...
2008-01-22 Robin H. JohnsonRemove old comment.
2008-01-22 Tommi VirtanenFix typo that made push fail in writeAuthorizedKeys.
2008-01-22 Tommi VirtanenMake post-update hook reload config after writing it...
2008-01-22 Tommi VirtanenAllow using fast_import for more than initial commit.
2008-01-22 Tommi VirtanenDon't always init repository when doing fast-import.
2008-01-22 Robin H. JohnsonMake sure the test input is actually a string and not...
2008-01-17 Tommi VirtanenFix bug where members=@all didn't actually give access.
2008-01-04 Robin H. JohnsonRemember to convert string to integer as octal for...
2007-12-31 Tommi VirtanenFix typo that made push fail in writeAuthorizedKeys.
2007-12-31 Tommi VirtanenMake post-update hook reload config after writing it...
2007-12-31 Tommi VirtanenAllow using fast_import for more than initial commit.
2007-12-31 Tommi VirtanenDon't always init repository when doing fast-import.
2007-12-28 Robin H. JohnsonAdd debug to serve.serve
2007-12-28 Robin H. JohnsonAllow some slashes, to provide support for git+ssh...
2007-12-28 Robin H. JohnsonAdd testcode for gitosis.dirmode setting.
2007-12-28 Robin H. JohnsonAdd support for custom perms during repo creation.
2007-12-25 Robin H. JohnsonRemove old extract_user function, replaced by username...
2007-12-24 Robin H. JohnsonTry to fix the @all problem.
2007-12-24 Robin H. JohnsonImprove default config stuff.
2007-12-24 Robin H. JohnsonAdd utility function for default access to config.
2007-12-24 Robin H. JohnsonUse correct configparser for test.
2007-12-24 Robin H. JohnsonUse the new GitosisRawConfigParser.
2007-12-24 Robin H. JohnsonUse a custom RawConfigParser config implementation...
2007-12-24 Robin H. JohnsonRenable test.
2007-12-24 Robin H. JohnsonUse an already existing config file is passed to gitosi...
2007-12-24 Robin H. JohnsonSince we do not write raw anymore, we do not know that...
2007-12-24 Robin H. JohnsonSupport filename for input.
2007-12-24 Robin H. Johnsonssh-dsa is the actual correct name, but SSH accepts...
2007-12-24 Robin H. JohnsonAllow passing in a file for the admin key, and overridi...
2007-12-24 Robin H. JohnsonExclude spaces from valid chars in username in command.
2007-12-24 Robin H. JohnsonConvert existing SSH module to use the sshkey module...
2007-12-24 Robin H. JohnsonAdd module to deal specifically with SSH public keys...
2007-12-24 Robin H. JohnsonIgnore pylint ** warning.
2007-12-23 Robin H. JohnsonMove the SSH username extraction to the ssh class,...
2007-12-23 Robin H. JohnsonExpand SSH authorized_keys option parsing.
2007-12-18 Robin H. JohnsonFix tabs for spaces.
2007-12-18 Robin H. JohnsonAdd more testcases, and add coverage exclusion notation...
2007-12-18 Robin H. JohnsonAdd some more testcases.
2007-12-18 Robin H. JohnsonAdd tests for the main App class, thanks to nose covera...
2007-12-18 Robin H. JohnsonAdd tests for getGeneratedFilesDir
2007-12-18 Robin H. JohnsonAdd tests for _sysfunc and getRepositoryDir.
2007-12-18 Robin H. JohnsonFix bug in mkdir call.
2007-12-18 Robin H. Johnsonpylintrc for this project.
2007-12-18 Robin H. JohnsonRemove more duplicate code.
2007-12-18 Robin H. JohnsonPylint cleanup of init.py.
2007-12-18 Robin H. JohnsonFactor out more code.
2007-12-18 Robin H. JohnsonFactor out the stuff that changes repos based on the...
2007-12-18 Robin H. JohnsonPylint cleanup.
2007-12-18 Robin H. JohnsonRemove unused import.
2007-12-18 Robin H. JohnsonFactor out functions with a common errno ignore block.
2007-12-18 Robin H. JohnsonPylint cleanups for run_hook.py.
2007-12-18 Robin H. JohnsonPylint cleanups again.
2007-12-18 Robin H. JohnsonPylint cleanup of repository.py incl refactor to util...
2007-12-18 Robin H. JohnsonPylint cleanup.
2007-12-18 Robin H. JohnsonPylint cleanups for group.py.
2007-12-18 Robin H. JohnsonClean up gitweb.py to pass pylint, including refactorin...
2007-12-18 Robin H. JohnsonUse the new getboolean_default utility function to...
2007-12-18 Robin H. JohnsonAdd new utility function to get a value from a ConfigPa...
2007-12-18 Robin H. JohnsonPylint fixes for gitdaemon.py, includes refactoring...
2007-12-18 Robin H. JohnsonMake app.py pass pylint.
2007-12-18 Robin H. JohnsonMake util.py pass pylint.
2007-12-18 Robin H. JohnsonFixes in access.py to pass pylint.
2007-12-17 Tommi VirtanenAllow uppercase in usernames.
2007-12-11 Tommi VirtanenAllow underscores, dots and dashes in SSH username...
2007-12-11 Tommi VirtanenEnforce safe usernames also when reading public key...
2007-12-11 Tommi VirtanenCreate ~git/gitosis in gitosis-init.
2007-11-28 Tommi VirtanenWrite gitweb projects.list to ~/gitosis, not inside...
2007-11-25 Tommi VirtanenAdd instructions for using gitweb.
2007-11-25 Tommi VirtanenAdd instructions for using git-daemon.
2007-11-18 Tommi VirtanenAdd TODO note.
2007-11-18 Tommi VirtanenLet *.pub files have multiple lines, each containing...
2007-11-18 Tommi VirtanenWhen autocreating repositories on push, set git-daemon...
2007-11-18 Tommi VirtanenUpdate TODO list.
2007-11-17 Tommi VirtanenSet description from config file for gitweb use.
2007-11-17 Tommi VirtanenMake repository.export work even with relative git_dir.
2007-11-17 Tommi VirtanenManage git-daemon-export-ok flags from gitosis config.
2007-11-17 Tommi VirtanenAdd unit test for gitweb.generate_project_list.
2007-11-17 Garry Dolleygenerate_fp should be generate_project_list_fp
next