X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-archive.txt;h=bc132c87e1a5b9f42ea1f2bbd4e3c46f67fc3852;hb=57c57a97e1b5b8607fa7c8fae8b0cf20706cc453;hp=c1adf594972884b77c1f049b35a983688601a343;hpb=aa72a14a7f648ae47749281002e94cfcf36f39e2;p=git.git diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index c1adf5949..bc132c87e 100644 --- a/Documentation/git-archive.txt +++ b/Documentation/git-archive.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git archive' --format= [--list] [--prefix=/] [] - [--output=] + [--output=] [--worktree-attributes] [--remote= [--exec=]] [path...] @@ -51,6 +51,9 @@ OPTIONS --output=:: Write the archive to instead of stdout. +--worktree-attributes:: + Look for attributes in .gitattributes in working directory too. + :: This can be any options that the archiver backend understands. See next section.