aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorAdam Roben <aroben@apple.com>2007-04-27 11:57:53 -0700
committerJunio C Hamano <junkio@cox.net>2007-04-27 23:18:15 -0700
commit26e60160a074747fbe8866ddac4e0c7660c17ff6 (patch)
tree98b7553a7bd84994e1ad6839245fffa4791f5036 /Documentation/git-svn.txt
parentbb924cb331c143eaf92ba8d86b65caff15252543 (diff)
downloadgit-26e60160a074747fbe8866ddac4e0c7660c17ff6.tar.gz
git-svn: Added '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, 5 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index a0d34e0058..a35b9de3bf 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -159,6 +159,11 @@ New features:
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.
+
'set-tree'::
You should consider using 'dcommit' instead of this command.
Commit specified commit or tree objects to SVN. This relies on