summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that we don't pass non-shaish things to repo.git:rev-list()supple-integrationDaniel Silverstone2012-08-061-0/+3
|
* USERCOMMAND: Ensure sshkey helptext variable named correctly so it will be shownDaniel Silverstone2012-08-061-1/+1
|
* CIA: Report rebases and large pushes in a more controlled mannerDaniel Silverstone2012-08-051-2/+26
|
* LACE: Support negative assertions in lacesDaniel Silverstone2012-07-071-1/+18
|
* COMMAND: Add a set-head commandDaniel Silverstone2012-07-011-0/+39
|
* REPOSITORY: Re-level a bunch of loggingDaniel Silverstone2012-07-011-5/+5
|
* ADMINCOMMAND: Fix using 'as' for commands which take reposDaniel Silverstone2012-07-011-1/+1
|
* COMMAND: Change a bunch of chat into stateDaniel Silverstone2012-07-011-18/+17
|
* REPOSITORY: Allow HEAD to be configuredDaniel Silverstone2012-07-011-0/+15
|
* ADMINCOMMAND: Add group command for managing groupsDaniel Silverstone2012-07-011-0/+258
|
* CONFIG: Fix up subgroups a bit so serialisation works nicelyDaniel Silverstone2012-07-011-1/+4
|
* UTIL: Add a set utility function for turning ipairs() tables into setsDaniel Silverstone2012-07-011-0/+11
|
* ACTIONS: Fix double-reversal in CIA orderingDaniel Silverstone2012-07-011-1/+1
|
* LACE: Update lace matchers to include targetuser for site adminDaniel Silverstone2012-07-011-0/+2
|
* ADMINCOMMAND: Add user commandDaniel Silverstone2012-07-011-0/+165
|
* CONFIG: When set-ifying group members, use the index as the truth valueDaniel Silverstone2012-07-011-1/+1
|
* LIB: Alter ssh key pattern to support 'comments'Daniel Silverstone2012-06-302-2/+2
|
* LIB: Create an admin command module and move 'as' into it. Also ensure help ↵Daniel Silverstone2012-06-293-89/+132
| | | | distinguishes the admin commands
* USERCOMMAND: Ensure whoami and sshkey pass through the laceDaniel Silverstone2012-06-291-7/+17
|
* Initial 'as' support in the laceDaniel Silverstone2012-06-291-0/+2
|
* USERCOMMAND: Initial work on 'as' commandDaniel Silverstone2012-06-291-0/+81
|
* REPOSITORY: Configure the owner for gitwebDaniel Silverstone2012-06-171-0/+6
|
* GIT.REPOSITORY: Trivial config interfaceDaniel Silverstone2012-06-171-0/+9
|
* GIT.LL: Add configDaniel Silverstone2012-06-171-1/+1
|
* REPOSITORY: Ensure that we support changing HEAD via refs/gitano/adminDaniel Silverstone2012-06-171-4/+12
|
* GIT.REPOSITORY: symbolic_ref implementationDaniel Silverstone2012-06-171-0/+11
|
* COMMAND: New sshkey user command for manipulating ssh keysDaniel Silverstone2012-06-171-2/+115
|
* CONFIG: Move ssh authorized_keys generation into gitano.config for reuseDaniel Silverstone2012-06-171-2/+44
|
* USERCOMMAND: Fix up whoami to indicate which SSH key is in useDaniel Silverstone2012-06-171-2/+5
|
* COMMAND: Split pure user commands off into a separate moduleDaniel Silverstone2012-06-172-67/+88
|
* COMMAND: Add gc and count-objectsDaniel Silverstone2012-06-171-0/+52
|
* CONFIG: Allow underscores in usernames and groupsDaniel Silverstone2012-06-171-3/+3
|
* CONFIG: Add ability to serialise configuration changesDaniel Silverstone2012-06-171-2/+110
|
* CONFIG: Throw a fatal() when subgroups are misspelledDaniel Silverstone2012-06-171-0/+4
|
* GIT.OBJECT: Use 'cat-file tag SHA' for tags, in an attempt to appease a bug ↵Daniel Silverstone2012-06-121-1/+1
| | | | tickled by systemd
* COMMAND: If ls patterns end in slash, ensure 'anything below (**)' is addedDaniel Silverstone2012-05-301-1/+4
|
* COMMAND: Rework the text of the destroyDaniel Silverstone2012-05-291-3/+6
|
* Various cleanupsDaniel Silverstone2012-05-291-2/+2
|
* Simple ls commandDaniel Silverstone2012-05-291-0/+131
|
* LOG: Add stdout capability for commands to useDaniel Silverstone2012-05-291-1/+9
|
* GIT: Add annotated tag supportDaniel Silverstone2012-05-293-0/+102
|
* GIT.COMMIT: Fix signature supportDaniel Silverstone2012-05-291-1/+1
|
* COMMAND: Rename commandDaniel Silverstone2012-05-271-0/+76
|
* REPOSITORY: Add rename capability to repositoryDaniel Silverstone2012-05-271-0/+25
|
* COMMANDS: Add destroy commandDaniel Silverstone2012-05-271-0/+65
|
* REPOSITORY: Support for confirmation tokens and repository destroyDaniel Silverstone2012-05-271-0/+40
|
* CONFIG: Require a graveyard_rootDaniel Silverstone2012-05-271-0/+1
|
* GIT.REPOSITORY: hash-object supportDaniel Silverstone2012-05-271-0/+11
|
* Change commands to lace themselves using repo:run_lace() so that we can ↵Daniel Silverstone2012-05-274-39/+44
| | | | later do multiple laces in a command
* Iterate the revlist backwards so CIA gets the oldest commit firstDaniel Silverstone2012-05-271-1/+1
|