Thread (6 messages) flat view 6 messages, 5 authors, 2016-07-20

Re: Looking for help to understand external filter driver code

From: Torsten Bögershausen <hidden>
Date: 2016-07-20 02:34:59


On 07/20/2016 12:01 AM, Lars Schneider wrote:
On 19 Jul 2016, at 23:33, Junio C Hamano [off-list ref] wrote:
quoted
Lars Schneider [off-list ref] writes:
quoted
Git writes --> 4 byte filename length
Git writes --> filename string
Why limit to 32GB?  Perhaps NUL termination is more appropriate
here?
OK, I will use NUL termination for the filename.
You're also right about the limit - I will use 8 byte to encode the
content length.
Is there any reason to encode the file length in binary format?
With all the discussions about big endianess, little endianess, 4GiB or 
32 GiB.
How about simply writing the length as ASCII ?

Unless we don't want to have a "spare" field for future extensions,
it could be good to add an option field, which may be empty.
On top of that, do we want a field separator different from the line
separator ?

How about this:
<options><TAB><length><TAB><filename><NUL>

<options> may be "var=value;var2=value2" or simply ""
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help