diff options
author | Stefan Sperling <stsp@elego.de> | 2007-08-21 19:15:09 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-08-22 15:37:56 -0700 |
commit | 63c2bd25d685faeed2c1e486cd957daaaaac7052 (patch) | |
tree | 6a0769e5efb2dfd0f0956107f9c06bc2b49d1f28 /Documentation | |
parent | Fix breakage in git-rev-list.txt (diff) | |
download | tgif-63c2bd25d685faeed2c1e486cd957daaaaac7052.tar.xz |
Document -u option in git-svnimport man page
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-svnimport.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-svnimport.txt b/Documentation/git-svnimport.txt index e97d15e8f2..71aad8b45b 100644 --- a/Documentation/git-svnimport.txt +++ b/Documentation/git-svnimport.txt @@ -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 |