Re: Request for detailed documentation of git pack protocol

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Thursday, June 4, 2009 - 11:41 am

Jakub Narebski <jnareb@gmail.com> wrote:

ACK.  This is what C Git does today.  JGit sends lower case, but
is wrong by only accepting lowercase.  I will patch it today to
accept mixed case.
 

ACK.  Mixed case SHA-1 MUST be accepted, but lower case SHOULD
be output.
 

SHA-1 SHOULD be lowercase (a-f), MUST accept a-f or A-F.


These MUST be lowercase.


These MUST be uppercase.  Though "ACK %s continue" MUST be mixed
case, as I just wrote it.


No, they are case sensitive.  

Why?  All of the above is the current C code implementation.
We have to follow what the code does today, and it does case
sensitive compares almost everywhere... except in the SHA-1 parsing.

-- 
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:
Request for detailed documentation of git pack protocol, Jakub Narebski, (Tue May 12, 2:29 pm)
Re: Request for detailed documentation of git pack protocol, Shawn O. Pearce, (Tue May 12, 4:34 pm)
Re: Request for detailed documentation of git pack protocol, Shawn O. Pearce, (Thu May 14, 7:44 am)
Re: Request for detailed documentation of git pack protocol, Shawn O. Pearce, (Thu May 14, 7:57 am)
Re: Request for detailed documentation of git pack protocol, Andreas Ericsson, (Thu May 14, 8:02 am)
Re: Request for detailed documentation of git pack protocol, A Large Angry SCM, (Thu May 14, 5:58 pm)
Re: Request for detailed documentation of git pack protocol, Clemens Buchacher, (Fri May 15, 9:51 am)
Re: Request for detailed documentation of git pack protocol, Ealdwulf Wuffinga, (Fri May 15, 12:05 pm)
Re: Request for detailed documentation of git pack protocol, Robin H. Johnson, (Tue Jun 2, 7:18 pm)
Re: Request for detailed documentation of git pack protocol, Andreas Ericsson, (Thu Jun 4, 12:17 am)
Re: Request for detailed documentation of git pack protocol, Shawn O. Pearce, (Thu Jun 4, 11:41 am)