From f0099a125eafefc551b1caba07df7e393eabd757 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Thu, 27 Aug 2009 14:00:00 +0530 Subject: [PATCH] reduce clutter by making src, doc, conf subdirectories --- example.conf => conf/example.conf | 0 example.gitolite.rc => conf/example.gitolite.rc | 0 COPYING => doc/COPYING | 0 INSTALL.mkd => doc/INSTALL.mkd | 0 TODO => doc/TODO | 0 conf-convert.pl => src/conf-convert.pl | 0 gl-auth-command => src/gl-auth-command | 0 gl-compile-conf => src/gl-compile-conf | 0 update-hook.pl => src/update-hook.pl | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename example.conf => conf/example.conf (100%) rename example.gitolite.rc => conf/example.gitolite.rc (100%) rename COPYING => doc/COPYING (100%) rename INSTALL.mkd => doc/INSTALL.mkd (100%) rename TODO => doc/TODO (100%) rename conf-convert.pl => src/conf-convert.pl (100%) rename gl-auth-command => src/gl-auth-command (100%) rename gl-compile-conf => src/gl-compile-conf (100%) rename update-hook.pl => src/update-hook.pl (100%) diff --git a/example.conf b/conf/example.conf similarity index 100% rename from example.conf rename to conf/example.conf diff --git a/example.gitolite.rc b/conf/example.gitolite.rc similarity index 100% rename from example.gitolite.rc rename to conf/example.gitolite.rc diff --git a/COPYING b/doc/COPYING similarity index 100% rename from COPYING rename to doc/COPYING diff --git a/INSTALL.mkd b/doc/INSTALL.mkd similarity index 100% rename from INSTALL.mkd rename to doc/INSTALL.mkd diff --git a/TODO b/doc/TODO similarity index 100% rename from TODO rename to doc/TODO diff --git a/conf-convert.pl b/src/conf-convert.pl similarity index 100% rename from conf-convert.pl rename to src/conf-convert.pl diff --git a/gl-auth-command b/src/gl-auth-command similarity index 100% rename from gl-auth-command rename to src/gl-auth-command diff --git a/gl-compile-conf b/src/gl-compile-conf similarity index 100% rename from gl-compile-conf rename to src/gl-compile-conf diff --git a/update-hook.pl b/src/update-hook.pl similarity index 100% rename from update-hook.pl rename to src/update-hook.pl