X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fgit-archive.txt;h=9c750e24446b58efc2bd8d5e44566d060eaa353a;hb=c5bcbcdcfa1e2a1977497cb3a342c0365c8d78d6;hp=bf5037ab2a5042a20e9cb603f0831bb186ac3b74;hpb=4e530c5049a305f82c3e4768b26e6a689aa3c84e;p=git.git diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index bf5037ab2..9c750e244 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 ---------- @@ -153,14 +154,6 @@ SEE ALSO -------- linkgit:gitattributes[5] -Author ------- -Written by Franck Bui-Huu and Rene Scharfe. - -Documentation --------------- -Documentation by David Greaves, Junio C Hamano and the git-list . - GIT --- Part of the linkgit:git[1] suite