diff options
author | Karl Hasselström <kha@treskal.com> | 2006-02-14 03:43:34 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-14 01:30:43 -0800 |
commit | 0a48a344c6a886fee7f4e6d88e8ac5d5317ad8eb (patch) | |
tree | cafda631cb76c1ecaace12d7a52f14f6f0b7ef6c /Documentation | |
parent | Merge some proposed fixes (diff) | |
download | tgif-0a48a344c6a886fee7f4e6d88e8ac5d5317ad8eb.tar.xz |
git-svnimport: -r adds svn revision number to commit messages
New -r flag for prepending the corresponding Subversion revision
number to each commit message.
Signed-off-by: Karl Hasselström <kha@treskal.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-svnimport.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-svnimport.txt b/Documentation/git-svnimport.txt index 63e28b89d5..5c543d5d1b 100644 --- a/Documentation/git-svnimport.txt +++ b/Documentation/git-svnimport.txt @@ -61,6 +61,10 @@ When importing incrementally, you might need to edit the .git/svn2git file. the git repository. Use this option if you want to import into a different branch. +-r:: + Prepend 'rX: ' to commit messages, where X is the imported + subversion revision. + -m:: Attempt to detect merges based on the commit message. This option will enable default regexes that try to capture the name source |