From: "Dmitry V. Levin" <ldv@altlinux.org>
To: git@vger.kernel.org
Subject: Q: .gitattributes export-ignore bug
Date: Thu, 12 Feb 2009 18:37:21 +0300 [thread overview]
Message-ID: <20090212153721.GA9330@wo.int.altlinux.org> (raw)
[-- 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 --]
reply other threads:[~2009-02-12 15:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090212153721.GA9330@wo.int.altlinux.org \
--to=ldv@altlinux.org \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).