summaryrefslogtreecommitdiff
path: root/bin/gitano-pre-receive-hook.in
Commit message (Collapse)AuthorAgeFilesLines
* Export patterns as API and consume them in executablesRichard Maw2017-07-081-1/+1
| | | | | | | | | | Gitano's executables, in addition to being required for operation, are intended to be examples of how to use the gitano library, so rather than importing with require "gitano.patterns", gitano should be imported and use gitano.patterns. No changes to imports are made inside lib/gitano/ because this would cause an import loop.
* Centralise patterns into a single moduleRichard Maw2017-06-171-1/+2
| | | | | | | This has moved every pattern that wasn't obviously just for string manipulation and has in the process of doing so reworked some logic so that fewer distinct patterns are used, and the repository path normalisation has been unified.
* Copyright cleanupsDaniel Silverstone2017-01-151-1/+26
|
* cleanups: Whitespace and indentation and untabifyDaniel Silverstone2017-01-021-3/+2
| | | | | | This is a massive unpleasant commit which does whitespace cleanup and fixes indentation (including untabifying). Hopefully we won't need to do this ever again, if we keep an eye on commits.
* Performed i18n on all bin/*.inDaniel Silverstone2016-08-281-10/+10
|
* Basic i18n moduleDaniel Silverstone2016-08-271-0/+1
|
* Short-circuiting hooks if repository is accessed directlyGavin Lee2014-05-161-0/+6
| | | | Signed-off-by: Vanush "Misha" Paturyan <misha@cs.nuim.ie>
* Add plugin support to all `.in` filesDaniel Silverstone2014-03-111-0/+1
| | | | | | | | | | Each `.in` file needs to load plugins in order to ensure that all requisite functionality is available at all points during the lifetime of a Gitano operation. This is a largely mechanical delta. Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
* Add syslogging to gitano-pre-receive-hookRichard Ipsum2013-10-021-2/+10
|
* GITANO: Migrate from gitano.git to gallDaniel Silverstone2012-09-081-1/+2
|
* BIN: Add missing repo_root configuration in gitano-pre-receive-hook.inDaniel Silverstone2012-09-031-1/+1
|
* SUPPLE: Supply an actor table in the global namespace of each hook, ↵Daniel Silverstone2012-09-011-1/+8
| | | | containing info about the user
* SUPPLE: Reorder run_hook() args for neatnessDaniel Silverstone2012-09-011-1/+1
|
* Merge pre-receive hook supportDaniel Silverstone2012-09-011-0/+101