On Sat, 2005-09-17 at 15:34 +0200, Pierre Ossman wrote:
Fix some issues with the mail function in StGIT:
* Allow multiple To/Cc/Bcc command line options.
* Better parsing of mail addresses.
Applied. Thanks.
On a side note, since people don't usually send patches against the
latest HEAD and git-apply fails, I implemented a --base option for
import which applies the patch on a given commit id and performs a
three-way merge with the current HEAD. It's much easier to fix the diff3
conflicts than modify the patch file to apply cleanly (with no fuzz).
--
Catalin