summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Support paths.skel in gitano-setup to change skeleton pathbaserock/pedroalvarez/trove-ansible3Daniel Silverstone2014-05-211-1/+4
* Short-circuiting hooks if repository is accessed directlyGavin Lee2014-05-163-0/+18
* Make gitano-command cgi use runcmdRichard Ipsum2014-05-041-21/+1
* Make gitano-auth use is_authorized and runcmdRichard Ipsum2014-05-041-133/+9
* Make gitano-smart-http pass repo_root to is_authorizedRichard Ipsum2014-05-041-1/+2
* Make gitano-command pass repo_root to is_authorizedRichard Ipsum2014-05-041-1/+1
* Ensure we pass the repo through otherwise HTTP commands might not workDaniel Silverstone2014-04-091-3/+4
* UPDATE-HOOK: Extra audit message informationDaniel Silverstone2014-04-041-1/+8
* Use new configurable repository detectionbaserock/danielsilverstone/S10633-repo-detectionDaniel Silverstone2014-03-111-12/+4
* Add plugin support to all `.in` filesDaniel Silverstone2014-03-118-0/+8
* Ignore generated CGIsDaniel Silverstone2014-03-061-0/+2
* Make gitano-setup ask whether we will use htpasswdRichard Ipsum2014-03-061-0/+2
* Add gitano-smart-http cgiRichard Ipsum2014-02-181-0/+76
* Add gitano-command cgiRichard Ipsum2014-02-181-0/+91
* Cope with nil back from sio:readDaniel Silverstone2013-11-171-1/+1
* Also log the username and keytag in the syslog during gitano-authDaniel Silverstone2013-10-031-2/+4
* Add syslogging to gitano-post-receive-hookbaserock/richardipsum/syslogRichard Ipsum2013-10-021-8/+29
* Add syslogging to gitano-update-sshRichard Ipsum2013-10-021-0/+3
* Add syslogging to gitano-update-hookRichard Ipsum2013-10-021-1/+10
* Add syslogging to gitano-pre-receive-hookRichard Ipsum2013-10-021-2/+10
* Add syslogging to gitano-authRichard Ipsum2013-10-021-0/+12
* BIN: gitano-post-receive-hook fix for newlines in oldshaDaniel Silverstone2013-05-161-1/+1
* POST-RECEIVE: Cause the info/web/last-modified to be updatedDaniel Silverstone2013-04-241-0/+9
* GITANO-AUTH: Include the keytag in the lace contextDaniel Silverstone2013-04-241-0/+1
* BIN: Default to admin rather than dsilvers during setupDaniel Silverstone2012-11-111-1/+1
* BIN: Update gitano-auth run-command error msg to be neaterDaniel Silverstone2012-11-101-2/+2
* GITANO: Move the force_empty_tree() call from always, to update-hook and only...Daniel Silverstone2012-09-101-0/+3
* GITANO: Migrate from gitano.git to gallDaniel Silverstone2012-09-086-14/+20
* BIN: Add missing repo_root configuration in gitano-pre-receive-hook.inDaniel Silverstone2012-09-031-1/+1
* IGNORE: Ignore the pre-receive hook's local build variantDaniel Silverstone2012-09-011-0/+1
* SUPPLE: Supply an actor table in the global namespace of each hook, containin...Daniel Silverstone2012-09-013-3/+24
* SUPPLE: Reorder run_hook() args for neatnessDaniel Silverstone2012-09-013-3/+3
* Merge pre-receive hook supportDaniel Silverstone2012-09-011-0/+101
|\
| * HOOKS: Add support for pre-receive hooksDaniel Silverstone2012-08-221-0/+96
* | BIN: downgrade http message from chat to infoDaniel Silverstone2012-08-301-1/+1
* | GITANO: Update to remove repository_root from gitano-adminDaniel Silverstone2012-08-305-4/+7
* | GITANO: Remove need for graveyard_rootDaniel Silverstone2012-08-301-17/+2
* | INSTALLER: make install and gitano-setup should work (mostly)Daniel Silverstone2012-08-305-13/+148
* | BUILD: More work towards an installerDaniel Silverstone2012-08-306-0/+172
* | BUILD: Start of a build system and thus installerDaniel Silverstone2012-08-305-4/+16
* | BIN: Move the welcome msg to debug, since it's more annoying than usefulDaniel Silverstone2012-08-281-1/+1
* | BIN: Ensure post-receive hook always runs update-server-infoDaniel Silverstone2012-08-261-0/+7
|/
* GITANO: More debug statements related to hooksDaniel Silverstone2012-08-162-2/+4
* GITANO: Switch all current hooks (update, post-receive) to use SuppleDaniel Silverstone2012-08-102-21/+10
* BIN: gitano-update-hook: Defer generation of trees and treedeltasDaniel Silverstone2012-07-211-76/+104
* BIN: gitano-auth: Provide more useful error when no commandline sentDaniel Silverstone2012-06-291-0/+5
* CONFIG: Move ssh authorized_keys generation into gitano.config for reuseDaniel Silverstone2012-06-171-27/+1
* Various cleanupsDaniel Silverstone2012-05-291-2/+2
* BIN: Support tags in gitano-update-hookDaniel Silverstone2012-05-291-2/+21
* Change commands to lace themselves using repo:run_lace() so that we can later...Daniel Silverstone2012-05-272-28/+11