author | Junio C Hamano <gitster@pobox.com> | |
Wed, 10 Feb 2010 20:33:58 +0000 (12:33 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 12 Feb 2010 17:38:20 +0000 (09:38 -0800) | ||
commit | 9b4c8b0ae8a71535ff03a4ad88ac8ad67d58d845 | |
tree | 64d9b1d285a9981ddf34314d495af9dfcbc98adb | tree | snapshot |
parent | f93742170248127eec46e6d1afc65da2919480db | commit | diff |
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>
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 | diff | blob | history |