Revision d1eb35b653ddc1bb3fffde1729a7f10342525049 authored by Pieter de Bie on 07 June 2008, 13:34:36 UTC, committed by Junio C Hamano on 08 June 2008, 20:46:38 UTC
When interactively supplying addresses to send an email to with
send-email, whitespace after the separation comma (as in 'list, jc')
wasn't ignored.  This meant that resolving of the alias ' jc' would
fail, sending an email only to list. With this patch, the optional
trailing whitespace is ignored.

Signed-off-by: Pieter de Bie <pdebie@ai.rug.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 9f7820a
History
File Mode Size
sha1.c -rw-r--r-- 1.4 KB
sha1.h -rw-r--r-- 396 bytes
sha1ppc.S -rw-r--r-- 7.3 KB

back to top