summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-01-02 17:17:19 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-01-02 17:18:09 +0000
commit79fcfa572b7834f7768fa2fedb954059e47791f3 (patch)
tree7ea09a2f322885765b53bc04de07ca480a97b45c /plugins
parent8ddd848fe17864e59b4c293974cb2c50e3639082 (diff)
downloadgitano-79fcfa572b7834f7768fa2fedb954059e47791f3.tar.gz
cleanups: Whitespace and indentation and untabify
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.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/archive.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/archive.lua b/plugins/archive.lua
index 026050b..52f0df8 100644
--- a/plugins/archive.lua
+++ b/plugins/archive.lua
@@ -1,3 +1,10 @@
+-- git-upload-archive plugin
+--
+-- This plugin adds the `git-upload-archive` command support necessary to
+-- permit users to run `git archive` against a URI served by Gitano.
+--
+-- Copyright 2015 Daniel Silverstone <dsilvers@digital-scurf.org>
+
local gitano = require "gitano"
local function builtin_upload_archive_validate(config, repo, cmdline)