Git alias:
gitk-history-all = !gitk --all $( git fsck | awk '/dangling commit/ {print $3}' )
Example:
git gitk-history-all
This will show full history, including “deleted” branches and stashes.