aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTorgny Nyblom <kde@nyblom.org>2010-12-21 14:49:54 +0100
committerTorgny Nyblom <kde@nyblom.org>2010-12-21 14:49:54 +0100
commit409d8bc4cbaade82672f251c45178c3cfed4619d (patch)
tree4f635ec2d6b56cd541e938ead96c595c3c55bf71 /src/main.cpp
parent508a67a69eafd07a2e1ce9020983e7113b91d919 (diff)
downloadsvn2git-409d8bc4cbaade82672f251c45178c3cfed4619d.tar
svn2git-409d8bc4cbaade82672f251c45178c3cfed4619d.tar.gz
svn2git-409d8bc4cbaade82672f251c45178c3cfed4619d.tar.bz2
svn2git-409d8bc4cbaade82672f251c45178c3cfed4619d.tar.xz
svn2git-409d8bc4cbaade82672f251c45178c3cfed4619d.zip
Add option for using the real content of an SVN branch when creating a
new branch instead of using the contents of the git "from" branch.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e6a2bfa..3a41356 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -106,6 +106,7 @@ static const CommandLineOption options[] = {
{"--debug-rules", "print what rule is being used for each file"},
{"--commit-interval NUMBER", "if passed the cache will be flushed to git every NUMBER of commits"},
{"--stats", "after a run print some statistics about the rules"},
+ {"--svn-branches", "Use the contents of SVN when creating branches, Note: SVN tags are branches as well"},
{"-h, --help", "show help"},
{"-v, --version", "show version"},
CommandLineLastOption