Browse Source

Document -u option in git-svnimport man page

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Stefan Sperling 18 years ago committed by Junio C Hamano
parent
commit
63c2bd25d6
  1. 3
      Documentation/git-svnimport.txt

3
Documentation/git-svnimport.txt

@ -68,6 +68,9 @@ When importing incrementally, you might need to edit the .git/svn2git file. @@ -68,6 +68,9 @@ When importing incrementally, you might need to edit the .git/svn2git file.
Prepend 'rX: ' to commit messages, where X is the imported
subversion revision.

-u::
Replace underscores in tag names with periods.

-I <ignorefile_name>::
Import the svn:ignore directory property to files with this
name in each directory. (The Subversion and GIT ignore

Loading…
Cancel
Save