Code

archive: document limitation of tar.umask config setting
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Thu, 14 Apr 2011 18:04:57 +0000 (20:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Apr 2011 19:24:02 +0000 (12:24 -0700)
The local value of the config variable tar.umask is not passed to the
other side with --remote.  We may want to change that, but for now just
document this fact.

Reported-by: Jacek Masiulaniec <jacek.masiulaniec@gmail.com>
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-archive.txt

index bf5037ab2a5042a20e9cb603f0831bb186ac3b74..66943fdf83ff6dbbf6de4be98e90c764389565a9 100644 (file)
@@ -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
 ----------