On Mon, Aug 26, 2019 at 11:28:58AM -0700, Elijah Newren wrote:
> On Sun, Aug 25, 2019 at 1:08 AM Jeff King wrote:
> >
> > We read each line of the fast-import stream into the command_buf strbuf.
> > When reading a commit, we parse a line like "encoding foo" by storing a
> > pointer to "foo", but
On Sun, Aug 25, 2019 at 1:08 AM Jeff King wrote:
>
> We read each line of the fast-import stream into the command_buf strbuf.
> When reading a commit, we parse a line like "encoding foo" by storing a
> pointer to "foo", but not making a copy. We may then read an unbounded
> number of other lines (
We read each line of the fast-import stream into the command_buf strbuf.
When reading a commit, we parse a line like "encoding foo" by storing a
pointer to "foo", but not making a copy. We may then read an unbounded
number of other lines (e.g., one for each modified file in the commit),
each of whi
3 matches
Mail list logo