archive documentation: attributes are taken from the tree by default
commit9b4c8b0ae8a71535ff03a4ad88ac8ad67d58d845
authorJunio C Hamano <gitster@pobox.com>
Wed, 10 Feb 2010 20:33:58 +0000 (10 12:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Feb 2010 17:38:20 +0000 (12 09:38 -0800)
tree64d9b1d285a9981ddf34314d495af9dfcbc98adb
parentf93742170248127eec46e6d1afc65da2919480db
archive documentation: attributes are taken from the tree by default

By default, git-archive takes attributes from the tree being archived.
People however often wonder why their attempts to affect the way how the
command archives their tree by changing .gitattributes in their work tree
fail.

Add a bit of explanatory note to tell them how to achieve what they want
to do.

Noticed-by: Francois Marier
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-archive.txt