Tag git

Solving buildhistory slowness

The buildhistory class in oe-core is incredibly useful for analysing the changes in packages and images over time, but when doing...

Recovering from a bad git-rebase

Being a good Git citizen I often use git add -p and git rebase -i to produce a perfect patch series that doesn't reflect the reality of...