On Fri, Jun 20, 2014 at 1:45 AM, Jeff King wrote:
> On Thu, Jun 19, 2014 at 11:19:09PM -0400, Eric Sunshine wrote:
>
>> > - if (starts_with(command_buf.buf, "M "))
>> > - file_change_m(b);
>> > - else if (starts_with(command_buf.buf, "D "))
>> > -
On Thu, Jun 19, 2014 at 11:19:09PM -0400, Eric Sunshine wrote:
> > - if (starts_with(command_buf.buf, "M "))
> > - file_change_m(b);
> > - else if (starts_with(command_buf.buf, "D "))
> > - file_change_d(b);
> > -
On Wed, Jun 18, 2014 at 3:49 PM, Jeff King wrote:
> Fast-import does a lot of parsing of commands and
> dispatching to sub-functions. For example, given "option
> foo", we might recognize "option " using starts_with, and
> then hand it off to parse_option() to do the rest.
>
> However, we do not l
Fast-import does a lot of parsing of commands and
dispatching to sub-functions. For example, given "option
foo", we might recognize "option " using starts_with, and
then hand it off to parse_option() to do the rest.
However, we do not let parse_option know that we have parsed
the first part alread
4 matches
Mail list logo