summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-01 03:05:55 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-01 03:05:55 +0000
commitb63afffe7defea8a86848a96bea694e7fa0dc0cd (patch)
tree36df59ffea1db119d8e5f3c7d78e7dbacf532d18 /git-svn.txt
parent469d60ee1890ec743da9181606eb995b0aac21ee (diff)
downloadgit-htmldocs-b63afffe7defea8a86848a96bea694e7fa0dc0cd.tar.gz
Autogenerated HTML docs for v1.5.2-rc1
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-svn.txt b/git-svn.txt
index a35b9de3b..62d7ef8be 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -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.