----- Original Message ----- > From: "Santi Béjar" <santi@xxxxxxxxxxx> > To: "Stephen Bash" <bash@xxxxxxxxxxx> > Cc: "Michele Ballabio" <barra_cuda@xxxxxxxxxxxx>, "Git Mailing List" <git@xxxxxxxxxxxxxxx> > Sent: Monday, September 13, 2010 10:00:18 AM > Subject: Re: git log for a merged branch > > If there is more than one merge-base you´ll have to use: > > git log mergecmt^2 --not $(git merge-base mergecmt^1 mergecmt^2) > > and you may use this shorter form: > > git log mergecmt^2 --not $(git merge-base mergecmt^@) That's surprisingly compact... Impressive. Slightly changing the topic, we normally tag the release branch, then merge, then delete the branch. Is there a simple way to determine mergemt from the release tag? Thanks, Stephen -- 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