summaryrefslogtreecommitdiff
path: root/Documentation/git-archive.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-04-14 19:26:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-04-14 19:26:45 (GMT)
commit4d8b32a2e1758236c4c1b714f179892e3bce982c (patch)
tree88de20125ca7645de923cf7abf7b1d69fa7b1105 /Documentation/git-archive.txt
parent865d370c4daf21e3d6dd48708fc4b716b63d795c (diff)
parent810cae53e0f622d6804f063c04a83dbc3a11b7ca (diff)
downloadgit-4d8b32a2e1758236c4c1b714f179892e3bce982c.zip
git-4d8b32a2e1758236c4c1b714f179892e3bce982c.tar.gz
git-4d8b32a2e1758236c4c1b714f179892e3bce982c.tar.bz2
Merge branch 'maint'
* maint: archive: document limitation of tar.umask config setting t3306,t5304: avoid clock skew issues git.txt: fix list continuation
Diffstat (limited to 'Documentation/git-archive.txt')
-rw-r--r--Documentation/git-archive.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt
index f2b8684..9c750e2 100644
--- a/Documentation/git-archive.txt
+++ b/Documentation/git-archive.txt
@@ -98,7 +98,8 @@ tar.umask::
tar archive entries. The default is 0002, which turns off the
world write bit. The special value "user" indicates that the
archiving user's umask will be used instead. See umask(2) for
- details.
+ details. If `--remote` is used then only the configuration of
+ the remote repository takes effect.
ATTRIBUTES
----------