X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=Documentation%2Fgit-svn.txt;h=34d438b0abd583ca8b2e2156a085e322e8f827eb;hb=d4c655271932cd8999a2d8634bde24602c591fe7;hp=69decb13b0ec672cd9ccc83a67a08f1725473324;hpb=90d0b8a9f015c21b8f4a00a88838cd7bda5750e9;p=git.git diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 69decb13b..34d438b0a 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/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.