The --no-walk option to log seems to do a better job of what I need than --simplify-by-decoration. My full command is:
git log --branches --not --remotes --no-walk --decorate --oneline
…which I’ve aliased to unpushed.
The --no-walk option to log seems to do a better job of what I need than --simplify-by-decoration. My full command is:
git log --branches --not --remotes --no-walk --decorate --oneline
…which I’ve aliased to unpushed.