Re: [PATCH 4/5] atmel_serial: Split the interrupt handler
From: Haavard Skinnemoen <hidden>
Date: 2007-12-19 14:07:47
Also in:
lkml
From: Haavard Skinnemoen <hidden>
Date: 2007-12-19 14:07:47
Also in:
lkml
On Wed, 19 Dec 2007 12:40:08 +0100 Haavard Skinnemoen [off-list ref] wrote:
Btw, the funny thing is that, looking at my shell history, I think I actually did the right thing when committing your patches: git commit -s --author 'Remy Bohmer [off-list ref]' git commit -s --author 'Chip Coldwell [off-list ref]' But for some reason only your names stuck, not your e-mail addresses...
It just happened again. Seems like if git-rebase hits a conflict, and I just do "git-rebase --continue" after resolving it (and updating the index), the original author's name is used, but not his e-mail address. Looks like a bug in git-rebase...? Haavard