From 2a9313a1fb8a7a6bc560c29ec29d03d34072cfc6 Mon Sep 17 00:00:00 2001 From: F16Gaming Date: Sun, 14 Oct 2012 16:03:09 +0200 Subject: [PATCH] Updated Command main file to support the new packager --- Command.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Command.lua b/Command.lua index 679af36..f118be4 100644 --- a/Command.lua +++ b/Command.lua @@ -1,3 +1,4 @@ +--$GITINFO_PREFIX$C.GitInfo --[[ * Copyright (c) 2011-2012 by Adam Hellberg. * @@ -44,7 +45,8 @@ Command = { Global = {}, Settings = {}, Events = {}, - Data = {} + Data = {}, + GitInfo = {} } local C = Command @@ -62,6 +64,10 @@ local CRM local RCM local log +-- :BEGIN: Automatic insertion of git information +--$WRITE_GITINFO$ +-- :END: Automatic insertion of git information + --- Initialize Command. -- function C:Init() -- 1.7.9.5