Merge branch 'gfi-maint' into gfi-master
[gitweb.git] / Documentation / git-svn.txt
index a35b9de3bfde036391b0ac869bf927361d3d4c67..62d7ef8be4ef7d8f9f7c200db0e50bb732f5385e 100644 (file)
@@ -161,8 +161,9 @@ Any other arguments are passed directly to `git log'
 --
 'find-rev'::
        When given an SVN revision number of the form 'rN', returns the
-       corresponding git commit hash.  When given a tree-ish, returns the
-       corresponding SVN revision number.
+       corresponding git commit hash (this can optionally be followed by a
+       tree-ish to specify which branch should be searched).  When given a
+       tree-ish, returns the corresponding SVN revision number.
 
 'set-tree'::
        You should consider using 'dcommit' instead of this command.