onlywei / explain-git-with-d3

Use D3 to visualize simple git branching operations.
MIT License
1.71k stars 390 forks source link

Orphans a referenced commit object #6

Open cararemixed opened 10 years ago

cararemixed commented 10 years ago

It seems like it's grey'ed out commit fd94e4e I created in a branch and then merged. See the attached image below.

screen shot 2014-03-24 at 2 21 09 pm

Unless I'm interpreting this wrong, it seems grey commits are prune-able (outside of the reflog which isn't visualized here), but this clearly has references in place from master. Excellent job otherwise! I'll likely use this to help explain the revision tree operations to people. Thank you.