Re: [PATCH] git-fast-import: note 1M limit of mark number

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Tuesday, April 15, 2008 - 11:54 pm

Sam Vilain <sam@vilain.net> wrote:

Uhm.  Wow.  gfi has a bug then; mark numbers are supposed to
be whatever uintmax_t is on your platform; for any systems that
support a 64 bit off_t (and most do these days) that should be a
64 bit integer value, which we all know easily exceeds 2^20-1.

I'd rather see the bug fixed than a documentation patch.  But I'm
too whacked out from heavy travel in the past two days flying
coast-to-coast and back to attempt debugging gfi and writing such
a fix patch tonight.  Maybe someone else will find it before I
can look at it later.  ;-)
 

Yea.  I think I had pointed out the same point to Michael earlier
when he asked about it.  I didn't want create two different tables
of marks because then we either need to extend the language to say
which table, or we have to infer it based on position.  But either
way its just object IDs.

-- 
Shawn.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] git-fast-import: note 1M limit of mark number, Michael Haggerty, (Tue Apr 15, 8:50 am)
Re: [PATCH] git-fast-import: note 1M limit of mark number, Shawn O. Pearce, (Tue Apr 15, 11:54 pm)
Re: [PATCH] git-fast-import: note 1M limit of mark number, Michael Haggerty, (Wed Apr 16, 12:04 am)