summaryrefslogtreecommitdiff
path: root/gitdump.py
AgeCommit message (Expand)Author
2021-01-04Write a per-repository cgitrc file if requiredMagnus Hagander
2020-12-27Update descriptions and list only if changedMagnus Hagander
2020-12-27Remove unused importMagnus Hagander
2020-12-27Remove description file for non-exported repositoriesMagnus Hagander
2020-12-27Support creation of both lighttpd and nginx configuration filesMagnus Hagander
2020-08-11Make references to users be foreign key instead of string matchesMagnus Hagander
2020-02-23Another unicode fix for writing repo configsMagnus Hagander
2020-02-23Fix code for changing tab widthMagnus Hagander
2019-09-18Don't dump keys if they consist only of whitespaceMagnus Hagander
2019-02-07It seems tabremover is not needed in python3Magnus Hagander
2019-02-07Basic python3 updatesMagnus Hagander
2019-02-07pep8 fixesMagnus Hagander
2019-02-07tabs -> spaces for pep8Magnus Hagander
2013-04-13Generate lighttpd config output instead of .htaccess filesMagnus Hagander
2012-01-22Include full name, now that we have it from the new auth system...Magnus Hagander
2010-12-22Avoid using Python 2.6 syntaxMagnus Hagander
2010-12-22Add support for custom gitweb tabwidthMagnus Hagander
2009-10-17Properly dump multiple ssh keys to the authorized_keys file.Magnus Hagander
2009-08-01Add support for subdirectories in repository paths, per requestMagnus Hagander
2009-03-26Include .git suffix in gitweb list as wellMagnus Hagander
2009-03-26Re-instate the ".git" suffix on all repositories, since Peter had a lotMagnus Hagander
2009-03-04Don't remove files/dirs starting with a period - becauseMagnus Hagander
2009-03-04Dept of really stupid. COALESCE works the other way..Magnus Hagander
2009-03-04Deal with repositories without owner (such as remote ones)Magnus Hagander
2009-03-04Fix another bunch of typos. Maybe I should test things?Magnus Hagander
2009-03-04Move interlocking tool to it's own file, and use it from gitdumpMagnus Hagander
2009-03-04Initial support for remote repository syncMagnus Hagander
2009-02-27Update obsolete commentMagnus Hagander
2009-02-12Support actually removing git repositories from the filesystem and notMagnus Hagander
2009-02-12Initial attempt to support cloning of repositories when creatingMagnus Hagander
2009-01-28Make objects inherit from 'object' instead of nothing, perMagnus Hagander
2009-01-22Generate new repos as sharedMagnus Hagander
2008-12-31Generate .htaccess files to prevent access to repositories thatMagnus Hagander
2008-12-31Dump the description of the projects.Magnus Hagander
2008-12-31Dump owner of repositoriesMagnus Hagander
2008-12-30Remove option not supported on freebsd opensshMagnus Hagander
2008-12-17Reasonable first half-usable version of scripts :-)Magnus Hagander