On Fri, Jul 25, 2008 at 09:33:56AM -0700, Junio C Hamano wrote:
quoted
In commit 0706bd19ef9b41e7519df2c73796ef93484272fd $1 is used from a regexp
without using () to set up $1. Later, when that value was used, it caused a
warning about a variable being undefined.
Signed-off-by: Peter Valdemar Mørch <redacted>
Thanks. The patch is obviously correct; I think you are fixing 8291db6
(git-send-email: add charset header if we add encoded 'From', 2007-11-16),
not 0706bd1 (send-email: specify content-type of --compose body,
2008-03-28).
Will apply to maint and merge upwards.
Discussions about who can ACK this code aside, the original bogosity was
totally mine, so
Acked-by: Jeff King [off-list ref]
-Peff