lib/gollum/git_access.rb in gollum-2.3.3 vs lib/gollum/git_access.rb in gollum-2.3.4
- old
+ new
@@ -1,4 +1,5 @@
+# ~*~ encoding: utf-8 ~*~
module Gollum
# Controls all access to the Git objects from Gollum. Extend this class to
# add custom caching for special cases.
class GitAccess
# Initializes the GitAccess instance.