Re: why does git perpetually complain aboutinclude/asm-blackfin/macros.h?

From: Linus Torvalds
Date: Mon Jul 02 2007 - 11:37:00 EST




On Mon, 2 Jul 2007, Jeff Garzik wrote:

> Robert P. J. Day wrote:
> > for the umpteenth time, after doing a pull, i see this:
> >
> > $ git diff
> > diff --git a/include/asm-blackfin/macros.h b/include/asm-blackfin/macros.h
> > deleted file mode 100644
> > index e69de29..0000000
> > $
>
> I have the same problem. git 1.5.0.6 on Fedora Core 5 or 6.
>
> I even tried a completely fresh clone, but the problem still appears.

Git complains for a very simple reason: that file is an empty file, and
"make clean" removes all zero-sized files.

So whenever anybody does a "make clean" (maybe it's "make distclean", I
forget), you will have removed the empty file, and git will show it as a
diff.

We probably should just remove the file from the kernel archive.

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/