Nicolas Pitre writes:
> Hmmm The problem I have with split_ident_line() right now is about
> the fact that it is too liberal with whitespaces. Here I must be sure I
> can deconstruct a commit object and be sure I still can regenerate it
> byte for byte in order to match its SHA1 signatur
On Tue, 27 Aug 2013, Junio C Hamano wrote:
> Nicolas Pitre writes:
>
> > Let's create another dictionary table to hold the author and committer
> > entries. We use the same table format used for tree entries where the
> > 16 bit data prefix is conveniently used to store the timezone value.
> >
Nicolas Pitre writes:
> Let's create another dictionary table to hold the author and committer
> entries. We use the same table format used for tree entries where the
> 16 bit data prefix is conveniently used to store the timezone value.
>
> In order to copy straight from a commit object buffer,
Let's create another dictionary table to hold the author and committer
entries. We use the same table format used for tree entries where the
16 bit data prefix is conveniently used to store the timezone value.
In order to copy straight from a commit object buffer, dict_add_entry()
is modified to
4 matches
Mail list logo