aboutsummaryrefslogtreecommitdiff
path: root/gitosis/repository.py
Commit message (Expand)AuthorAge
* 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
* Add support for custom perms during repo creation.Robin H. Johnson2007-12-28
* Add more testcases, and add coverage exclusion notations on places where we d...Robin H. Johnson2007-12-18
* Pylint cleanup of repository.py incl refactor to util.mkdir.Robin H. Johnson2007-12-18
* Make repository.export work even with relative git_dir.Tommi Virtanen2007-11-17
* Create leading directories when creating missing repos in gitosis-serve.Tommi Virtanen2007-11-15
* Make repository.export work with newer git.Tommi Virtanen2007-11-15
* Make repository.has_initial_commit pass through environment to git.Tommi Virtanen2007-11-15
* Make repository.export pass through environment to git.Tommi Virtanen2007-11-15
* Make repository.fast_import pass through environment to git.Tommi Virtanen2007-11-15
* Make repository.init pass through environment to git.Tommi Virtanen2007-11-15
* Ensure "git init" doesn't write to stdout, and confuse a push.Tommi Virtanen2007-09-03
* Add gitosis-init, for bootstrapping a new installation.Tommi Virtanen2007-09-01
* Add utilities for fast-import, exporting repository.Tommi Virtanen2007-09-01
* Move commonly used functions to gitosis.utilTommi Virtanen2007-09-01
* Add helper to create (bare) repositories with custom templates.Tommi Virtanen2007-08-30