aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorAdam Roben <aroben@apple.com>2007-04-29 01:35:27 -0700
committerJunio C Hamano <junkio@cox.net>2007-04-30 15:58:37 -0700
commitb3cb7e4582410c7fcaa531a2283b43499eb8fb22 (patch)
tree1b52087bdabe11c003be531b6fa9454247ef5bad /Documentation/git-svn.txt
parentbcd8ee5b4368594f2fe646c97d75a8bcdfb1d4e7 (diff)
downloadgit-b3cb7e4582410c7fcaa531a2283b43499eb8fb22.tar.gz
git-svn: Add 'find-rev' command
This patch adds a new 'find-rev' command to git-svn that lets you easily translate between SVN revision numbers and git tree-ish. Signed-off-by: Adam Roben <aroben@apple.com> Acked-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index a35b9de3bf..62d7ef8be4 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/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.