roylee@xxxxxxxxxxxxx writes: > From: Roy Lee <roylee17@xxxxxxxxx> > > --- Please add a sign-off. What the patch text says looks perfect, even though the lines are too long and would better be rewrapped and the lines under ATTRIBUTES must match the length of the word it underlines (this is text marked-up with asciidoc, not just freeform). Thanks. > Documentation/git-archive.txt | 16 ++++++++++++++++ > 1 files changed, 16 insertions(+), 0 deletions(-) > > diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt > index 41cbf9c..96f5424 100644 > --- a/Documentation/git-archive.txt > +++ b/Documentation/git-archive.txt > @@ -88,6 +88,17 @@ tar.umask:: > archiving user's umask will be used instead. See umask(2) for > details. > > +ATTRIBUTES > +---------------- > + > +export-ignore:: > + Files and directories with the attribute export-ignore won't be added to archive files. > + See linkgit:gitattributes[5] for details. > + > +export-subst:: > + If the attribute export-subst is set for a file then git will expand several placeholders when adding this file > + to an archive. See linkgit:gitattributes[5] for details. > + > EXAMPLES > -------- > git archive --format=tar --prefix=junk/ HEAD | (cd /var/tmp/ && tar xf -):: > @@ -110,6 +121,11 @@ git archive --format=zip --prefix=git-docs/ HEAD:Documentation/ > git-1.4.0-docs > Put everything in the current head's Documentation/ directory > into 'git-1.4.0-docs.zip', with the prefix 'git-docs/'. > > + > +SEE ALSO > +-------- > +linkgit:gitattributes[5] > + > Author > ------ > Written by Franck Bui-Huu and Rene Scharfe. > -- > 1.6.1.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html