Re: [RFC/PATCH 2/4] textconv: make diff_options accessible from blame

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Thursday, June 3, 2010 - 10:48 pm

Axel Bonnet <axel.bonnet@ensimag.imag.fr> writes:


The name of Clément is spelled correctly on the mail header while S-o-b
line is corrupt.  Perhaps you have recorded your commits in UTF-8 but
allowed your MUA to send in 8859-1?  This comment applies to all the
patches in the series.


Two points.

 * Generally we do not want to pass structures by value.  It is especially
   true when the structure is bigger than one word, and accesses to the
   variable in the callee is read-only.

 * The callee does not seem to use the new parameter yet.  You might want
   to defer this change until fill-origin-blob actually starts using it.

--
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: [RFC/PATCH 2/4] textconv: make diff_options accessible ..., Junio C Hamano, (Thu Jun 3, 10:48 pm)