summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-18 13:06:49 -0800
committerJunio C Hamano <gitster@pobox.com>2013-01-18 13:06:49 -0800
commit5dd5faeb69b77fe53fdaee9e9a6480cfde24052a (patch)
treecc6ba939aca16428b7fb27d6e96e041d86d6f272 /git-svn.txt
parent1bac29c1f8d8147e59ab77308d7d46c0c46322ba (diff)
downloadgit-htmldocs-5dd5faeb69b77fe53fdaee9e9a6480cfde24052a.tar.gz
Autogenerated HTML docs for v1.8.1.1-271-g02f55
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/git-svn.txt b/git-svn.txt
index 69decb13b..34d438b0a 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -346,6 +346,16 @@ Any other arguments are passed directly to 'git log'
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.
++
+--before;;
+ Don't require an exact match if given an SVN revision, instead find
+ the commit corresponding to the state of the SVN repository (on the
+ current branch) at the specified revision.
++
+--after;;
+ Don't require an exact match if given an SVN revision; if there is
+ not an exact match return the closest match searching forward in the
+ history.
'set-tree'::
You should consider using 'dcommit' instead of this command.