On Tue, Aug 2, 2011 at 15:38, Dov Grobgeld <dov.grobgeld@xxxxxxxxx> wrote: > git log --pretty=oneline --abbrev-commit | head -20 Try `--full-history' maybe? Also, rather than `head -20', you can limit the output directly with `-20': git log --pretty=oneline --abbrev-commit --full-history -20 It's hard to know what's going on in your particular example; perhaps give us the output of `git log' when using the `--graph' option. -- 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