summaryrefslogtreecommitdiff
path: root/bin/git-bdiff
Commit message (Collapse)AuthorAge
* Move aliases to scripts.Owen Jacobson2023-12-13
The git aliases mechanism is pretty limited; there's some stuff you can't really do without dropping to a shell. If you're going to do that, then custom subcommand scripts are more flexable than aliases that start with ! are.