diff options
author | Torgny Nyblom <kde@nyblom.org> | 2010-03-25 19:01:34 +0100 |
---|---|---|
committer | Torgny Nyblom <kde@nyblom.org> | 2010-03-25 19:01:34 +0100 |
commit | c9c52bc1415082f39738c402317a25c6991f8369 (patch) | |
tree | 1d27aac8ef351ea5147caabe572dbd3470ba69d8 /src/main.cpp | |
parent | 8b4c690f47700ceb242b39aef2609c370c67caf9 (diff) | |
download | svn2git-c9c52bc1415082f39738c402317a25c6991f8369.tar svn2git-c9c52bc1415082f39738c402317a25c6991f8369.tar.gz svn2git-c9c52bc1415082f39738c402317a25c6991f8369.tar.bz2 svn2git-c9c52bc1415082f39738c402317a25c6991f8369.tar.xz svn2git-c9c52bc1415082f39738c402317a25c6991f8369.zip |
Add commandline option for when to flush the commit queue.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index a655305..4032b71 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -61,6 +61,7 @@ static const CommandLineOption options[] = { {"--resume-from revision", "start importing at svn revision number"}, {"--max-rev revision", "stop importing at svn revision number"}, {"--dry-run", "don't actually write anything"}, + {"--commit-interval NUMBER", "if passed the cache will be flushed to git every NUMBER of commits"}, {"-h, --help", "show help"}, {"-v, --version", "show version"}, CommandLineLastOption |