]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Move source to subdirectory
authordaurnimator <quae@daurnimator.com>
Fri, 12 Jul 2013 15:45:32 +0000 (11:45 -0400)
committerdaurnimator <quae@daurnimator.com>
Fri, 12 Jul 2013 15:45:32 +0000 (11:45 -0400)
src/gettime.lua [moved from gettime.lua with 100% similarity]
src/init.lua [moved from init.lua with 100% similarity]
src/tzcache.lua [moved from tzcache.lua with 100% similarity]
src/tzfile.lua [moved from tzfile.lua with 100% similarity]
src/tzinfo.lua [moved from tzinfo.lua with 100% similarity]

similarity index 100%
rename from gettime.lua
rename to src/gettime.lua
similarity index 100%
rename from init.lua
rename to src/init.lua
similarity index 100%
rename from tzcache.lua
rename to src/tzcache.lua
similarity index 100%
rename from tzfile.lua
rename to src/tzfile.lua
similarity index 100%
rename from tzinfo.lua
rename to src/tzinfo.lua