summaryrefslogtreecommitdiff
path: root/lib/gitano/command.lua
Commit message (Expand)AuthorAgeFilesLines
* Configurable repository detection for commandsDaniel Silverstone2014-03-111-2/+22
* Merge remote-tracking branch 'richardmaw/add-copy-command-rebase3'Daniel Silverstone2013-05-271-1/+3
|\
| * commands: add copy <source> <target>Richard Maw2013-05-271-0/+2
| * command: fix a typo in rename's error handlerRichard Maw2013-05-231-1/+1
* | COMMAND: Add readme set subcommandDaniel Silverstone2013-05-271-14/+41
* | COMMANDS: Add reasons to generate_confirmation callsDaniel Silverstone2013-05-271-2/+1
* | REPOCOMMAND: Shunt gc and count-objects to gitano.repocommandDaniel Silverstone2013-05-271-52/+2
|/
* COMMAND: Rearrange destroy success message to prevent tl;dr situationsDaniel Silverstone2013-04-241-2/+2
* Add --verbose support to the ls commandDaniel Silverstone2012-10-091-4/+16
* COMMANDS: nascent repositories should not be pushed or pulledDaniel Silverstone2012-09-221-0/+6
* COMMAND: destroy: Also mention the token in the confirmationDaniel Silverstone2012-09-011-0/+2
* COMMAND: destroy: Fix broken time format so hour is now zero-paddedDaniel Silverstone2012-09-011-1/+1
* COMMAND: Use the new filter function in the ls commandDaniel Silverstone2012-08-301-12/+10
* COMMAND: Ensure config changes report their operation in the logDaniel Silverstone2012-08-281-2/+14
* COMMAND: Add config command, fix up set-head and set-description to use the s...Daniel Silverstone2012-08-281-4/+184
* COMMAND: Explain why 'ls foo' is not the same as 'ls foo/'Daniel Silverstone2012-08-171-0/+4
* COMMAND: Add set-descriptionDaniel Silverstone2012-08-081-0/+45
* COMMAND: Add a set-head commandDaniel Silverstone2012-07-011-0/+39
* COMMAND: Change a bunch of chat into stateDaniel Silverstone2012-07-011-18/+17
* LIB: Create an admin command module and move 'as' into it. Also ensure help ...Daniel Silverstone2012-06-291-8/+34
* COMMAND: Split pure user commands off into a separate moduleDaniel Silverstone2012-06-171-67/+5
* COMMAND: Add gc and count-objectsDaniel Silverstone2012-06-171-0/+52
* 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
* COMMAND: Rename commandDaniel Silverstone2012-05-271-0/+76
* COMMANDS: Add destroy commandDaniel Silverstone2012-05-271-0/+65
* Change commands to lace themselves using repo:run_lace() so that we can later...Daniel Silverstone2012-05-271-23/+18
* Add a readme commandDaniel Silverstone2012-05-211-0/+46
* COMMAND: Stop debug statements for adding commandsDaniel Silverstone2012-05-161-0/+2
* COMMANDS: fix the operation context. Will want to change how _prep works laterDaniel Silverstone2012-05-161-7/+5
* COMMAND: Add help text to all remaining visible commandsDaniel Silverstone2012-05-091-4/+35
* COMMAND: Support helpDaniel Silverstone2012-05-011-12/+93
* COMMAND: Show groups in whoamiDaniel Silverstone2012-05-011-1/+29
* COMMAND: Run repo checks after create completes to ensure hooks etc are presentDaniel Silverstone2012-05-011-0/+6
* COMMAND: Fix the takes-repo stuffDaniel Silverstone2012-05-011-1/+5
* COMMAND: Add a takes_repo flag to indicate to gitano-auth if the command need...Daniel Silverstone2012-05-011-6/+9
* COMMAND: Add a whoami commandDaniel Silverstone2012-05-011-0/+30
* COMMANDS: Add set-owner commandDaniel Silverstone2012-05-011-0/+42
* COMMAND; Fix up fs_path() usage in receive-pack validationDaniel Silverstone2012-04-261-1/+1
* COMMAND: Nicer error if repo already exists when we ask to createDaniel Silverstone2012-04-261-1/+1
* COMMAND: Ensure create command chats to us at the endDaniel Silverstone2012-04-261-1/+2
* COMMAND: Make create command set owner properlyDaniel Silverstone2012-04-261-1/+9
* COMMAND: Initial create commandDaniel Silverstone2012-04-261-0/+37
* COMMAND: Basic command processing supportDaniel Silverstone2012-04-251-0/+98