summaryrefslogtreecommitdiff
path: root/bin/git-lol
blob: 14768890506d9b9a43a481d28ee2b7f9b1e5dfa5 (plain)
1
2
3
4
#!/bin/bash -e

# Simple text-based commit graph: `git lol [BRANCHES|--all]`
exec git log --graph --oneline --decorate "$@"