summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames E. Blair <james.blair@rackspace.com>2011-10-14 10:12:04 -0400
committerJames E. Blair <james.blair@rackspace.com>2011-10-14 13:24:53 -0400
commit22cdd15b5d8613a7fbc548b7f840e107d8790de1 (patch)
tree0b5627eebde1e22a6656b8d6abf947abfffd4395 /doc
parent69742538e97a013c45a251c8d71cafd2e09101a5 (diff)
downloadgit-review-22cdd15b5d8613a7fbc548b7f840e107d8790de1.tar.gz
Check .gitreview file in repo for location of gerrit.
Change-Id: I5f344bb28155c42538c4a93ea0cefbef999a2957
Diffstat (limited to 'doc')
-rw-r--r--doc/index.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
index a7795d5..5ab13fa 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -57,3 +57,14 @@ OPTIONS
Turns on more verbose output.
+PROJECT CONFIGURATION
+---------------------
+
+To use git-review with your project, it is recommended that you create
+a file at the root of the repository called ".gitreview" and place
+information about your gerrit installation in it. The format is::
+
+ [gerrit]
+ host=review.example.com
+ port=29418
+ project=project.git