Merge branch 'master' of github.com:github/gollum

This commit is contained in:
rick
2010-08-30 18:04:36 -07:00
9 changed files with 201 additions and 91 deletions
+1
View File
@@ -4,6 +4,7 @@
* Optimize page write/update/delete to use Grit::Index::read_tree instead
of manually recreating entire index contents.
* Added --irb option for the gollum command.
* Update working dir (if present) when edited via the API (#6)
* Minor Enhancements
* Support a `:gollum_path` Sinatra setting for `Precious::App`
* Add Wiki#size to efficiently count pages without loading them.