git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Ignore BASE extension
@ 2007-04-13 11:33 Andy Parkins
  2007-04-13 19:43 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Parkins @ 2007-04-13 11:33 UTC (permalink / raw)
  To: git

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?



Andy
-- 
Dr Andy Parkins, M Eng (hons), MIET
andyparkins@gmail.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Ignore BASE extension
  2007-04-13 11:33 Ignore BASE extension Andy Parkins
@ 2007-04-13 19:43 ` Junio C Hamano
  2007-04-13 19:57   ` Andy Parkins
  0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2007-04-13 19:43 UTC (permalink / raw)
  To: Andy Parkins; +Cc: git

Andy Parkins <andyparkins@gmail.com> 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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Ignore BASE extension
  2007-04-13 19:43 ` Junio C Hamano
@ 2007-04-13 19:57   ` Andy Parkins
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Parkins @ 2007-04-13 19:57 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-13 19:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-13 11:33 Ignore BASE extension Andy Parkins
2007-04-13 19:43 ` Junio C Hamano
2007-04-13 19:57   ` Andy Parkins

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).