git-standup
git-standup copied to clipboard
Option to include reflog entries in search
I pretty regularly amend and rebase commits as I work (I usually use git commit -m "wip" instead of git stash so that it's separated by branch), so it'd be nice to be able to include the --reflog option to git log. :)
I can work on a PR, but thought I'd open the issue first to see what others think.