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