From: René Scharfe Date: Fri, 4 Dec 2009 23:11:01 +0000 (+0100) Subject: archive: clarify description of path parameter X-Git-Tag: v1.6.5.5~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=165ca62108464faa42367bcda6b278ac3a0d98cb;p=git-core%2Fgit.git archive: clarify description of path parameter Mention that path parameters are based on the current working directory. Signed-off-by: Rene Scharfe -- Documentation/git-archive.txt | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index 3d1c1e75b..e57979198 100644 --- a/Documentation/git-archive.txt +++ b/Documentation/git-archive.txt @@ -74,8 +74,9 @@ OPTIONS The tree or commit to produce an archive for. path:: - If one or more paths are specified, include only these in the - archive, otherwise include all files and subdirectories. + Without an optional path parameter, all files and subdirectories + of the current working directory are included in the archive. + If one or more paths are specified, only these are included. BACKEND EXTRA OPTIONS ---------------------