X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d5ae21737377436f19b93b0f43443b47f2f23e54..641d287da88f80171cce28d14fa06f139e40c177:/Documentation/stg-cp.txt diff --git a/Documentation/stg-cp.txt b/Documentation/stg-cp.txt index f499309..2314925 100644 --- a/Documentation/stg-cp.txt +++ b/Documentation/stg-cp.txt @@ -9,9 +9,9 @@ stg-cp - stgdesc:cp[] SYNOPSIS -------- -stg cp [OPTIONS] - -stg cp [OPTIONS] +[verse] +'stg' cp [OPTIONS] +'stg' cp [OPTIONS] DESCRIPTION ----------- @@ -35,14 +35,18 @@ file not known to Git will not be copied. CAVEATS ------- -The first form doesn't allow yet to overwrite an existing file -(whether it could be recovered from Git or not), and the second form -does not check before overwriting any file, possibly leading to loss -of non-committed modifications. +This command does not allow yet to overwrite an existing file (whether +it could be recovered from Git or not). Further more, when copying a +directory, the second form does not allow to proceed if a directory by +that name already exists inside the target, even when no file inside +that directory would be overwritten. FUTURE OPTIONS -------------- +No options are supported yet. The following options may be +implemented in the future. + --all:: Also copy files not known to Git when copying a directory. @@ -56,4 +60,4 @@ FUTURE OPTIONS StGIT ----- -Part of the StGIT suite - see gitlink:stg[7]. +Part of the StGIT suite - see gitlink:stg[1].