From a7af83b482fb54f02053a40cc945239139a4d296 Mon Sep 17 00:00:00 2001 From: Alex Dergachev Date: Thu, 27 Nov 2014 20:49:36 +0000 Subject: [PATCH] Fixup typos in README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0a66a71..a43c406 100644 --- a/README.md +++ b/README.md @@ -26,16 +26,18 @@ GitFetch, enter the clone URL. The identifier and path will be auto-generated, b On submitting the repository creation form, the identifier and `url` (filesystem path) fields will be auto-generated (if not explicitly provided) as follows: -Clone URL: `https://github.com/dergachev/vagrant-vbox-snapshot` -URL (filesystem path): `REDMINE_PLUGINS_PATH/redmine_git_remote/repos/github.com/dergachev/vagrant-vbox-snapshot` -Identifier: `vagrant-vbox-snapshot` +* Clone URL: `https://github.com/dergachev/vagrant-vbox-snapshot` +* URL (filesystem path): `REDMINE_PLUGINS_PATH/redmine_git_remote/repos/github.com/dergachev/vagrant-vbox-snapshot` +* Identifier: `vagrant-vbox-snapshot` Once the remote URL is validated, the plugin creates an "empty clone" at the specified path. This plugin hooks into the core `Repository.fetch_changesets` to automatically run `git fetch --all` on all GitRemote managed repositories, before those -commits are imported into Redmine. To avoid slowing down the GUI, we recommend -unchecking the "Fetch commits automatically" setting at +commits are imported into Redmine. + +To avoid slowing down the GUI, we recommend unchecking the "Fetch commits +automatically" setting at [http://redmine-root/settings?tab=repositories](http://redmine-root/settings?tab=repositories) and relying on the following cron job as per [Redmine Wiki Instructions](http://www.redmine.org/projects/redmine/wiki/RedmineRepositories):