* Q: .gitattributes export-ignore bug
@ 2009-02-12 15:37 Dmitry V. Levin
0 siblings, 0 replies; only message in thread
From: Dmitry V. Levin @ 2009-02-12 15:37 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
Hi,
$ mkdir git && cd git && git init -q && mkdir dir && echo .gitattributes export-ignore >dir/.gitattributes && git add dir/.gitattributes && git commit -q -m 1st
$ git archive --format=tar HEAD |tar tf -
dir/
$ git archive --format=tar HEAD:dir |tar tf -
.gitattributes
A bug?
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-12 15:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-12 15:37 Q: .gitattributes export-ignore bug Dmitry V. Levin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).