login
Header Space

 
 

Re: [PATCH 1/2] Function stripspace now gets a buffer instead file descriptors.

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Junio C Hamano <gitster@...>
Cc: <git@...>, Johannes Schindelin <Johannes.Schindelin@...>, <krh@...>
Date: Wednesday, July 11, 2007 - 8:14 pm

2007/7/12, Junio C Hamano <gitster@pobox.com>:

Thank you Junio, I will use it on the future.


I did those changes because I was needing those tests that
I had written before in order to develop the function. After that,
we now can restore the previous function with file descriptors to
make it capable of filter a few hundred gigabytes of text, provided
that the text does not have long long lines on it.

Indeed, the implementation for composing a tag (header, cleaned
message and optional signature) in "builtin-tag.c", now pass it to
the function write_sha1_file as a buffer on memory, so it won't support
sizes bigger than memory available on the system. Messages should
not be so big, but I don't know how to limit those.
-
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 1/2] Function stripspace now gets a buffer instea..., Carlos Rica, (Wed Jul 11, 8:14 pm)
Re: [PATCH 1/2] Function stripspace now gets a buffer instea..., Johannes Schindelin, (Wed Jul 11, 3:17 pm)
speck-geostationary