Hacker News new | ask | show | jobs
by shocks 4604 days ago
It'll display correctly once you merge your non-master branches down.
1 comments

doesn't seem to be working for me.
complete stab in the dark here, but perhaps however you're getting your work onto master is rewriting timestamps (NFI if the graph goes off authored or commited dates).

Maybe try 'git checkout master && git merge --no-ff feature-branch' and see if that helps