aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* fix the update cronMichael Scherer2011-07-201-1/+1
* add proper ordering, clone must exist before doing anythingMichael Scherer2011-07-201-0/+1
* use bare repository for mirrorMichael Scherer2011-07-201-1/+1
* fix cron jobMichael Scherer2011-07-201-1/+1
* add a parameter for the descriptionMichael Scherer2011-07-191-0/+6
* add a class to make a git mirror ( for gitweb )Michael Scherer2011-07-191-0/+14
* enable ipv6 for gitMichael Scherer2011-06-081-0/+1
* fix previous commitMichael Scherer2011-05-231-1/+1
* fix problem found by pterjan when deploying more than 1 git repositoryMichael Scherer2011-05-231-1/+2
* - fix the path used for git-daemon ( lib_dir include /usr )Michael Scherer2011-02-161-1/+1
* - fix path of git-daemon, as it break on x86_64 ( ie valstar )Michael Scherer2011-02-161-1/+1
* use source instead of templates ( likely lighter, no need to parse the file f...Michael Scherer2011-02-113-6/+6
* add a post commit script to send mailMichael Scherer2011-02-102-0/+15
* add basic framework for modifying configuration of a git repository with pupp...Michael Scherer2011-02-103-0/+28
* - use a script, with a lock , so we can have more than one updateMichael Scherer2011-02-022-4/+24
* place the pre-receive hook in a file, easier to editMichael Scherer2011-02-022-2/+8
* fix the shebang of post-receiveMichael Scherer2011-02-021-1/+1
* add a require for orderingMichael Scherer2011-02-021-3/+6
* install git-svnMichael Scherer2011-02-021-1/+7
* draft of a git svn defineMichael Scherer2011-02-021-0/+31
* add require for ordering purposeMichael Scherer2011-01-241-1/+2
* fix syntax in git modulesMichael Scherer2011-01-241-2/+2
* - deny force-update remote branches to non-fast-forward references byMichael Scherer2011-01-241-0/+2
* use newly commited script to create shared git repositoryMichael Scherer2011-01-161-4/+9
* add a git repository creation scriptMichael Scherer2011-01-162-0/+18
* oops, add missing fileMichael Scherer2011-01-161-0/+13
* add various urls and TODOMichael Scherer2011-01-141-2/+11
* allow to update the description of the repositoryMichael Scherer2011-01-141-1/+6
* let the repository be exported by git-daemonMichael Scherer2011-01-141-0/+4
* start the repository type ( create it )Michael Scherer2011-01-141-1/+3
* add basic git hosting, using xinetdMichael Scherer2011-01-141-2/+10
* - add a git module prototypeMichael Scherer2011-01-141-0/+54