X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-cvsimport-script.txt;h=05145e93830227ed4bc8079c8b473a6cc8f5c8e0;hb=c1c774e7965ba08061c3fc7bc57aebc7eeb6b40f;hp=4eb0f432469797809a2c25171b53a17a5be5725a;hpb=9c1fa70aaa03f48fb172f9a96d57148f144bc3a9;p=git.git diff --git a/Documentation/git-cvsimport-script.txt b/Documentation/git-cvsimport-script.txt index 4eb0f432..05145e93 100644 --- a/Documentation/git-cvsimport-script.txt +++ b/Documentation/git-cvsimport-script.txt @@ -11,7 +11,7 @@ SYNOPSIS -------- 'git-cvsimport-script' [ -o ] [ -h ] [ -v ] [ -d ] [ -p ] - [ -C ] [ ] + [ -C ] [ -i ] [ ] DESCRIPTION @@ -29,6 +29,11 @@ OPTIONS currently, only the :local:, :ext: and :pserver: access methods are supported. +-i:: + Import-only: don't perform a checkout after importing. This option + ensures the working directory and cache remain untouched and will + not create them if they do not exist. + -o :: The 'HEAD' branch from CVS is imported to the 'origin' branch within the git repository, as 'HEAD' already has a special meaning for git.