README.markdown in gitolite-1.0.0 vs README.markdown in gitolite-1.0.1

- old
+ new

@@ -1,8 +1,8 @@ # gitolite # -This gem is designed to provide a Ruby interface to the {gitolite}[https://github.com/sitaramc/gitolite] git backend system. I am aiming to provide all management functionality that is available via the gitolite-admin repository (like SSH keys, repository permissions, etc) +This gem is designed to provide a Ruby interface to the [gitolite](https://github.com/sitaramc/gitolite) git backend system. I am aiming to provide all management functionality that is available via the gitolite-admin repository (like SSH keys, repository permissions, etc) This gem can still have problems. Please file an issue if you encounter a bug. If you have a feature request, file one please. ## Features ## * Allows for the creation and management of repos within gitolite @@ -12,10 +12,10 @@ ## Issues ## * Gem is not thread safe. For now, the gem will change directories in order to perform git operations. It will, however, return to the old working directory once it is finished. I am looking into making the gem thread safe. ## Requirements ## * Ruby 1.8.x or 1.9.x -* a working {gitolite}[https://github.com/sitaramc/gitolite] installation +* a working [gitolite](https://github.com/sitaramc/gitolite) installation * the <tt>gitolite-admin</tt> repository checked out locally ## Installation ## gem install gitolite