diff options
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | 2009-12-05 00:11:01 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-04 15:16:40 -0800 |
commit | 165ca62108464faa42367bcda6b278ac3a0d98cb (patch) | |
tree | e3a50eb5947be6d2c900fc888fb3b94bf0477553 /Documentation/git-archive.txt | |
parent | e5f591720caea0c6645fa9852903a1c43d7c3672 (diff) | |
download | git-165ca62108464faa42367bcda6b278ac3a0d98cb.tar.gz |
archive: clarify description of path parameter
Mention that path parameters are based on the current working directory.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
--
Documentation/git-archive.txt | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-archive.txt')
-rw-r--r-- | Documentation/git-archive.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index 3d1c1e75b7..e57979198b 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 --------------------- |