From 79fcfa572b7834f7768fa2fedb954059e47791f3 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 2 Jan 2017 17:17:19 +0000 Subject: 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. --- plugins/archive.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plugins') 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 + local gitano = require "gitano" local function builtin_upload_archive_validate(config, repo, cmdline) -- cgit v1.2.1