On Sun, 11 May 2008, Steve French wrote:
I am puzzled why I see multiple messages like:
Merge branch 'master' of /.../torvalds/linux-2.6
when using:
git-request-pull origin
git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
I only pulled once (the initial pull after your previous merge of
cifs-2.6.git tree, but before I added more patches).
You definitely pulled more than once. There's four merges by you. They
don't happen by themselves. There's one on April 25, one on the 27th, one
on the 28th, and then a final one on May 6th.
Maybe you'd just forgotten that you did the three previous ones, because
there's a delay of a week between those and the last one.
Linus