From fbfd60d65142848299513dfa6b477d0f5299cc15 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 17 Aug 2005 11:19:20 +0200 Subject: [PATCH] Also handle CVS branches with a '/' in their name I track a CVS project which has a branch with a '/' in the branch name. Since git wants the branch name to be a file name at the same time, substitute that character to a '-' by default (override with "-s "). This should work well, despite the fact that a division and a difference are completely different :-) Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- Documentation/git-cvsimport-script.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Documentation/git-cvsimport-script.txt') diff --git a/Documentation/git-cvsimport-script.txt b/Documentation/git-cvsimport-script.txt index 61713d859c..ae46b2f072 100644 --- a/Documentation/git-cvsimport-script.txt +++ b/Documentation/git-cvsimport-script.txt @@ -11,7 +11,8 @@ SYNOPSIS -------- 'git-cvsimport-script' [ -o ] [ -h ] [ -v ] [ -d ] [ -p ] - [ -C ] [ -i ] [ -k ] [ ] + [ -C ] [ -i ] [ -k ] + [ -s ] [ ] DESCRIPTION @@ -69,6 +70,9 @@ OPTIONS -z :: Pass the timestamp fuzz factor to cvsps. +-s :: + Substitute the character "/" in branch names with + OUTPUT ------ If '-v' is specified, the script reports what it is doing. -- cgit v1.3-5-g9baa