aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/templates
Commit message (Collapse)AuthorAgeFilesLines
* Use @ when accessing variables in templatesDan Fandrich2024-11-201-2/+2
| | | | | | | | Access without the @ symbol is the older method and is discouraged. This take leaves alone accesses of variables that are defined within the template, which don't seem to allow an @. This is the second batch of files.
* Revert "Use @ when accessing variables in templates"Dan Fandrich2024-10-041-2/+2
| | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622.
* Use @ when accessing variables in templatesDan Fandrich2024-10-041-2/+2
| | | | Access without the @ symbol is the older method and is discouraged.
* enable ipv6 for gitMichael Scherer2011-06-081-0/+1
|
* - 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 ↵Michael Scherer2011-02-112-18/+0
| | | | for no reason )
* add a post commit script to send mailMichael Scherer2011-02-101-0/+6
|
* add basic framework for modifying configuration of a git repository with ↵Michael Scherer2011-02-102-0/+7
| | | | puppet ( used for mail commit script later )
* place the pre-receive hook in a file, easier to editMichael Scherer2011-02-021-0/+5
|
* - deny force-update remote branches to non-fast-forward references byMichael Scherer2011-01-241-0/+2
| | | | default
* add a git repository creation scriptMichael Scherer2011-01-161-0/+9
|
* oops, add missing fileMichael Scherer2011-01-161-0/+13