Confusing commit messages about `type-nats`?

Hello, I am receiving a bunch of commit messages for branch `type-nats`, that seem to be fake (i.e., by folks committing to other branches). Does any one know why that is? It seems to have started after my merge commit from yesterday, so did I mess something up? -Iavor

I guess it is a 'git' bug (or something from the connected ecosystem).
I commented on ghc-commits this morning. Maybe the mailer is stuck on
the type-nats branch?
Cheers,
Gabor
On 2/26/13, Iavor Diatchki
Hello,
I am receiving a bunch of commit messages for branch `type-nats`, that seem to be fake (i.e., by folks committing to other branches). Does any one know why that is? It seems to have started after my merge commit from yesterday, so did I mess something up?
-Iavor

On Tue, Feb 26, 2013 at 11:25:17PM +0100, Gabor Greif wrote:
On 2/26/13, Iavor Diatchki
wrote: I am receiving a bunch of commit messages for branch `type-nats`, that seem to be fake (i.e., by folks committing to other branches). Does any one know why that is? It seems to have started after my merge commit from yesterday, so did I mess something up?
I guess it is a 'git' bug (or something from the connected ecosystem). I commented on ghc-commits this morning. Maybe the mailer is stuck on the type-nats branch?
It's to do with this failure: igloo@abbot:/srv/darcs/ghc.git$ git show -v 41c44e4db3105d8f4bc78ffcd4fc30764ab788d8 > /dev/null; echo $? fatal: object 'e168baae424a6d4e8b138021b90743b5e7728a80' is not a blob! 128 e168baae424a6d4e8b138021b90743b5e7728a80 is a change in a submodule (Cabal), and abbot has an old git version which apparently doesn't handle it properly. Unfortunately, abbot is still on lenny, which doesn't have a newer version of git packaged. Maybe I should just build it by hand. For now I've disabled the notification script so that we don't get the broken mails. Thanks Ian

On Wed, Feb 27, 2013 at 04:04:20PM +0000, Ian Lynagh wrote:
version of git packaged. Maybe I should just build it by hand. For now
Done. I also had to hack the script, as git config log git config repository_uri both fail with the new git. I had a guess at what the answers should be and it seems to work now, anyway. Thanks Ian
participants (3)
-
Gabor Greif
-
Ian Lynagh
-
Iavor Diatchki