Re: Ignore BASE extension

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Re: Ignore BASE extension

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:04

Andy Parkins [off-list ref] writes:
Hello,

$ git --version
git version 1.5.1.1.83.g2bfe3

I've just compiled the latest version from master; and started getting 
this message

$ git add foo.c
Ignore BASE extension

What does that mean?  Should I be concerned?
The message would have said "ignoring BASE extension", but this
means you used git from 'next' to update your index and HEAD and
then are now running 'git add' from 'master' or older that does
not have the support for BASE extension.

For description of what BASE extension does, look at log
messages between master..a640e62, especially 0679f9ac.

The notice is harmless.  Any extension data section that the
index file can have, whose name begins with a capital letter
(like 'B'), is meant to be ignorable.  They enhance
functionality or improve performance if understood, but an older
tool that does not understand them can safely ignore and
correctly operate.

Another extension, by the way, is TREE extension, which holds
the cache-tree to speed up write-tree operation.  I think
everybody's git would understand them by now.

Re: Ignore BASE extension

From: Andy Parkins <hidden>
Date: 2016-06-15 22:43:04

On Friday 2007, April 13, Junio C Hamano wrote:
The message would have said "ignoring BASE extension", but this
means you used git from 'next' to update your index and HEAD and
then are now running 'git add' from 'master' or older that does
not have the support for BASE extension.
I can't quite remember what I did, but I could easily have been 
running 'next' from last week and then today's 'master'.  Regardless, 
everything seems fine and the message has now vanished.  Thanks for the 
reassurance that no data was in danger.


Andy

-- 
Dr Andy Parkins, M Eng (hons), MIET
andyparkins@gmail.com
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help