diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-18 21:40:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-18 21:40:28 +0100 |
commit | 02f55e660ccbd2fa1e3b2c686200f0037568f854 (patch) | |
tree | 539fedc6422e51fdd2282586bf2aecf8acd23c00 /Documentation | |
parent | Update draft release notes to 1.8.2 (diff) | |
parent | git-svn: teach find-rev to find near matches (diff) | |
download | git-02f55e660ccbd2fa1e3b2c686200f0037568f854.tar.xz git-02f55e660ccbd2fa1e3b2c686200f0037568f854.zip |
Merge git://bogomips.org/git-svn
* git://bogomips.org/git-svn:
git-svn: teach find-rev to find near matches
git svn: do not overescape URLs (fallback case)
Git::SVN::Editor::T: pass $deletions to ->A and ->D
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-svn.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 69decb13b0..34d438b0ab 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. |