| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove old git repository creation manifest. | Colin Guthrie | 2013-10-06 | 1 | -40/+0 |
* | git::snapshot: don't add cron if $refresh == '0' | Nicolas Vigier | 2013-07-06 | 1 | -5/+7 |
* | git::server: don't create /git directory | Nicolas Vigier | 2013-06-27 | 1 | -4/+0 |
* | git: Use --mirror over --bare such that new branches etc. are pulled. | Colin Guthrie | 2013-06-09 | 1 | -1/+1 |
* | split svn_repository in a separate file | Michael Scherer | 2012-03-22 | 2 | -38/+36 |
* | include git::common | Michael Scherer | 2012-03-22 | 1 | -0/+1 |
* | do not use inheritance, but include | Michael Scherer | 2012-03-22 | 2 | -2/+5 |
* | split more file | Michael Scherer | 2012-03-22 | 4 | -28/+26 |
* | split mirror in a separate file | Michael Scherer | 2012-03-22 | 2 | -20/+19 |
* | fix wrong type for git::repository | Michael Scherer | 2012-03-16 | 1 | -1/+1 |
* | clean git module, and some partial splitting | Michael Scherer | 2012-03-15 | 4 | -109/+107 |
* | cleaning of the git module | Michael Scherer | 2012-01-08 | 1 | -27/+2 |
* | fix the update cron | Michael Scherer | 2011-07-20 | 1 | -1/+1 |
* | add proper ordering, clone must exist before doing anything | Michael Scherer | 2011-07-20 | 1 | -0/+1 |
* | use bare repository for mirror | Michael Scherer | 2011-07-20 | 1 | -1/+1 |
* | fix cron job | Michael Scherer | 2011-07-20 | 1 | -1/+1 |
* | add a parameter for the description | Michael Scherer | 2011-07-19 | 1 | -0/+6 |
* | add a class to make a git mirror ( for gitweb ) | Michael Scherer | 2011-07-19 | 1 | -0/+14 |
* | enable ipv6 for git | Michael Scherer | 2011-06-08 | 1 | -0/+1 |
* | fix previous commit | Michael Scherer | 2011-05-23 | 1 | -1/+1 |
* | fix problem found by pterjan when deploying more than 1 git repository | Michael Scherer | 2011-05-23 | 1 | -1/+2 |
* | - fix the path used for git-daemon ( lib_dir include /usr ) | Michael Scherer | 2011-02-16 | 1 | -1/+1 |
* | - fix path of git-daemon, as it break on x86_64 ( ie valstar ) | Michael Scherer | 2011-02-16 | 1 | -1/+1 |
* | use source instead of templates ( likely lighter, no need to parse the file f... | Michael Scherer | 2011-02-11 | 3 | -6/+6 |
* | add a post commit script to send mail | Michael Scherer | 2011-02-10 | 2 | -0/+15 |
* | add basic framework for modifying configuration of a git repository with pupp... | Michael Scherer | 2011-02-10 | 3 | -0/+28 |
* | - use a script, with a lock , so we can have more than one update | Michael Scherer | 2011-02-02 | 2 | -4/+24 |
* | place the pre-receive hook in a file, easier to edit | Michael Scherer | 2011-02-02 | 2 | -2/+8 |
* | fix the shebang of post-receive | Michael Scherer | 2011-02-02 | 1 | -1/+1 |
* | add a require for ordering | Michael Scherer | 2011-02-02 | 1 | -3/+6 |
* | install git-svn | Michael Scherer | 2011-02-02 | 1 | -1/+7 |
* | draft of a git svn define | Michael Scherer | 2011-02-02 | 1 | -0/+31 |
* | add require for ordering purpose | Michael Scherer | 2011-01-24 | 1 | -1/+2 |
* | fix syntax in git modules | Michael Scherer | 2011-01-24 | 1 | -2/+2 |
* | - deny force-update remote branches to non-fast-forward references by | Michael Scherer | 2011-01-24 | 1 | -0/+2 |
* | use newly commited script to create shared git repository | Michael Scherer | 2011-01-16 | 1 | -4/+9 |
* | add a git repository creation script | Michael Scherer | 2011-01-16 | 2 | -0/+18 |
* | oops, add missing file | Michael Scherer | 2011-01-16 | 1 | -0/+13 |
* | add various urls and TODO | Michael Scherer | 2011-01-14 | 1 | -2/+11 |
* | allow to update the description of the repository | Michael Scherer | 2011-01-14 | 1 | -1/+6 |
* | let the repository be exported by git-daemon | Michael Scherer | 2011-01-14 | 1 | -0/+4 |
* | start the repository type ( create it ) | Michael Scherer | 2011-01-14 | 1 | -1/+3 |
* | add basic git hosting, using xinetd | Michael Scherer | 2011-01-14 | 1 | -2/+10 |
* | - add a git module prototype | Michael Scherer | 2011-01-14 | 1 | -0/+54 |