git archive ignores .gitignored files?

3 messages, 1 author, 2016-06-15 · open the first message on its own page

git archive ignores .gitignored files?

From: Brian Downing <hidden>
Date: 2016-06-15 22:43:24

git archive seems to not output files marked in .gitignore.  I find
this behavior a little perplexing, since it does not create an archive
from the working directory, and if something is committed, even if it
is marked in .gitignore, it should probably wind up in the archive.

The reason I discovered this is that I'm trying to keep a debian build
branch for Git, and the debain/git-daemon directory was mysteriously
missing from anything generated with git archive, as "git-daemon" is
in Git's /.gitignore.

Is this intended behavior?  It seems kind of a misfeature to me.

(Of course it's possible /.gitarchive should have "/git-daemon" rather
than "git-daemon"; that's certainly how I will work around the issue.)

-bcd

Re: git archive ignores .gitignored files?

From: Brian Downing <hidden>
Date: 2016-06-15 22:43:24

On Thu, Jul 26, 2007 at 12:32:06PM -0500, Brian Downing wrote:
git archive seems to not output files marked in .gitignore.
Never mind; it is "git add" that ignored the file.  Oops.

-bcd

Re: git archive ignores .gitignored files?

From: Brian Downing <hidden>
Date: 2016-06-15 22:43:24

On Thu, Jul 26, 2007 at 12:36:35PM -0500, Brian Downing wrote:
On Thu, Jul 26, 2007 at 12:32:06PM -0500, Brian Downing wrote:
quoted
git archive seems to not output files marked in .gitignore.
Never mind; it is "git add" that ignored the file.  Oops.
For what it's worth, if I do (in the git tree):

mkdir foo
touch foo/file
mkdir foo/git-daemon
touch foo/git-daemon/file

"git add foo" does not produce any warnings that "foo/git-daemon" was
ignored.  If "foo/file" does not exist it warns that "foo" was not
added.

-bcd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help