aboutsummaryrefslogtreecommitdiff
path: root/gitosis/gitweb.py
Commit message (Collapse)AuthorAge
* Fix tabs for spaces.Robin H. Johnson2007-12-18
|
* Add more testcases, and add coverage exclusion notations on places where we ↵Robin H. Johnson2007-12-18
| | | | do test the the content functions already, or they interact with the system too much to test for coverage automatically.
* Clean up gitweb.py to pass pylint, including refactoring out duplicate code.Robin H. Johnson2007-12-18
|
* Set description from config file for gitweb use.Tommi Virtanen2007-11-17
|
* generate_fp should be generate_project_list_fpGarry Dolley2007-11-17
|
* Give meaningful name to gitweb projects.list generation.Tommi Virtanen2007-11-15
| | | | Remove mentions of cancelled gitweb.conf generation from docstrings.
* Fix copy-paste that made gitosis.gitweb use wrong logger.Tommi Virtanen2007-11-15
|
* Refactor command line utilities to share setup.Tommi Virtanen2007-09-03
| | | | Hide internal gitosis-ssh and gitosis-gitweb, it's all in gitosis-run-hook.
* Refactor gitosis-gitweb to move temp file handling out of main.Tommi Virtanen2007-09-01
|
* Move commonly used functions to gitosis.utilTommi Virtanen2007-09-01
|
* Fix gitosis-gitweb docstring to match default repository path.Tommi Virtanen2007-08-29
|
* Fix typo.Tommi Virtanen2007-08-28
|
* Fix default value for gitosis.repositories config variable in gitosis-gitweb.Tommi Virtanen2007-08-28
|
* Add .git to gitweb projects list if only that version of path exists.Tommi Virtanen2007-06-05
|
* Add ``gitosis-gitweb``, for writing gitweb project lists.Tommi Virtanen2007-06-05
Takes the list of repositories to publish from the gitosis config file.