Tim Harper, Mon, Jul 21, 2008 22:26:06 +0200:
I ran into a strange issue that has left me scratching my head.
I have a commit in my history, that does indeed show up in my branch,
named "sprint"
...
Any help or clues VERY much apperciated. Thanks!
Try looking at the history graph in gitk
$ gitk --all -- app/controllers/events_controller.rb spec/fixtures/factors.yml
It usually shows the history in a very understandable way and
it can help to detect when the histories have diverged.