haacked / seegit

SeeGit - The Git Repository Visualizer
MIT License
508 stars 107 forks source link

Add mode that shows unreachable commits #2

Closed haacked closed 12 years ago

haacked commented 12 years ago

I'd like a way to flick on the ability to see all the commits in the repo including the unreachable ones. That makes it possible to visually see what happens when you do git reset HEAD~1 --soft for example.