tomdoc reorg for git_access.rb

This commit is contained in:
rick
2010-11-20 14:14:41 -08:00
parent 4dda9fb2ae
commit db2a6deca9
2 changed files with 34 additions and 24 deletions
+4
View File
@@ -326,6 +326,10 @@ module Gollum
@repo.log('master', nil, log_pagination_options(options))
end
# Public: Refreshes just the cached Git reference data. This should
# be called after every Gollum update.
#
# Returns nothing.
def clear_cache
@access.refresh
end