X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-archive.txt;h=bc132c87e1a5b9f42ea1f2bbd4e3c46f67fc3852;hb=57c57a97e1b5b8607fa7c8fae8b0cf20706cc453;hp=ad38f7f39db8d3b973f0ede255f65bb0627bb416;hpb=cb365a7a564152662e3f9c5b9a92e37aaf726ed9;p=git.git diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index ad38f7f39..bc132c87e 100644 --- a/Documentation/git-archive.txt +++ b/Documentation/git-archive.txt @@ -10,6 +10,7 @@ SYNOPSIS -------- [verse] 'git archive' --format= [--list] [--prefix=/] [] + [--output=] [--worktree-attributes] [--remote= [--exec=]] [path...] @@ -47,6 +48,12 @@ OPTIONS --prefix=/:: Prepend / to each filename in the archive. +--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.