summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* BIN: gitano-auth: Provide more useful error when no commandline sentDaniel Silverstone2012-06-291-0/+5
* EXAMPLE: Change from a .git to a set of files, so it's easier to see/edit the...Daniel Silverstone2012-06-2928-483/+113
* 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-172-29/+45
* 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 t...Daniel Silverstone2012-06-121-1/+1
* 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-292-4/+4
* Simple ls commandDaniel Silverstone2012-05-291-0/+131
* LOG: Add stdout capability for commands to useDaniel Silverstone2012-05-291-1/+9
* BIN: Support tags in gitano-update-hookDaniel Silverstone2012-05-291-2/+21
* GIT: Add annotated tag supportDaniel Silverstone2012-05-293-0/+102
* GIT.COMMIT: Fix signature supportDaniel Silverstone2012-05-291-1/+1
* Update exampleDaniel Silverstone2012-05-2810-4/+3
* 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 later...Daniel Silverstone2012-05-276-67/+55
* Iterate the revlist backwards so CIA gets the oldest commit firstDaniel Silverstone2012-05-271-1/+1
* Ensure CIA only uses the first parent, so it doesn't blow up merge requestsDaniel Silverstone2012-05-271-1/+1
* GIT.REPOSITORY: Allow :rev_list() to support first-parent-onlyDaniel Silverstone2012-05-271-1/+4
* MARKDOWN: Add a make_id function and add IDs to header linesDaniel Silverstone2012-05-271-2/+36
* Add a readme commandDaniel Silverstone2012-05-211-0/+46
* REPOSITORY: Fix typo in self:fs_path()Daniel Silverstone2012-05-211-1/+1
* REPOSITORY: import markdown properlYDaniel Silverstone2012-05-211-1/+1
* REPOSITORY: If there's an HTML README created, export itDaniel Silverstone2012-05-211-0/+19
* REPOSITORY: If there's a README.mdwn, load and convert itDaniel Silverstone2012-05-211-1/+15
* GITANO: Add markdown to the imported modulesDaniel Silverstone2012-05-211-0/+2
* MARKDOWN: Tidy up for portabilityDaniel Silverstone2012-05-211-307/+58
* MARKDOWN: Tidy markdown.luaDaniel Silverstone2012-05-211-1358/+1247
* Add markdown.lua and the copyright for itDaniel Silverstone2012-05-212-0/+1384
* REPOSITORY: Force the empty tree to always exist. Skanky for nowDaniel Silverstone2012-05-171-0/+4
* GIT.REPOSITORY: Add a force_empty_tree() methodDaniel Silverstone2012-05-171-0/+4
* match returns nil/str, matcher should return true/falseDaniel Silverstone2012-05-171-1/+1
* LOG: Fix logging snafuDaniel Silverstone2012-05-161-1/+1
* Force all logging statements to be stringsDaniel Silverstone2012-05-161-1/+5