On Thu, Apr 04, 2013 at 10:45:25AM -0700, Junio C Hamano wrote:

> Simon Ruderich <si...@ruderich.org> writes:
> 
> > git log -S doesn't respect --no-textconv:
> >
> >     $ echo '*.txt diff=wrong' > .gitattributes
> >     $ git -c diff.wrong.textconv='xxx' log --no-textconv -Sfoo
> >     error: cannot run xxx: No such file or directory
> >     fatal: unable to read files to diff
> >
> > Reported-by: Matthieu Moy <matthieu....@grenoble-inp.fr>
> > Signed-off-by: Simon Ruderich <si...@ruderich.org>
> > ---
> 
> Sounds sensible.
> 
> With this change fill_one() no longer needs to update textconv, it
> can just take a pointer to one, not a pointer to a pointer to one,
> which is [2/2].
> 
> Peff, anything I missed?

I'm OK with this as-is, but I would also be happy to see the re-ordering
and extra cleanup I mentioned elsewhere.

But either way:

  Acked-by: Jeff King <p...@peff.net>

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to