2009/2/4 Thomas Koch <thomas@xxxxxxx>: > I'd like to see the commit messages of the fetched commits, when I do > git pull. Is that possible? > > It would also be fine to have sth. like git log --since-last-pull ? I have this alias: alias.last=log @{1}.. --decorate --reverse --stat -C --no-merges It uses the reflog to show the commits between the old HEAD (@{1}) and the current HEAD. You can also specify the branch that you want to see with branch@{1}..branch@{0}. HTH, Santi -- 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