summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e5f5917)
raw | patch | inline | side by side (parent: e5f5917)
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Fri, 4 Dec 2009 23:11:01 +0000 (00:11 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 4 Dec 2009 23:16:40 +0000 (15:16 -0800) |
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>
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>
Documentation/git-archive.txt | patch | blob | history |
index 3d1c1e75b703cc7ba7013b4c8badb50f51966e1f..e57979198ba880379056189860275724eec7fd3e 100644 (file)
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
---------------------