Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> writes: > On 11/25/09, Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx> wrote: > > Then, fetch from all of them and: > > > > git log ^HEAD repo1/master repo2/master repo3/master > > Very nice. Thanks I did not know about "^HEAD". Now I need to think of > how to avoid typing all "repo*/master" stuff.. Hmmm... shouldn't 'repo1' expand to 'repo1/HEAD', which is 'repo1/master'? I mean shouldn't simply git log ^HEAD repo1 repo2 repo3 work? Also, git aliases (so you would be able to just say "git in"). -- Jakub Narebski Poland -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html