mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2026-06-20 23:02:30 +00:00
5 lines
68 B
Bash
5 lines
68 B
Bash
#!/bin/sh
|
|
case "$1" in
|
|
rebase) exec .git/hooks/post-merge ;;
|
|
esac
|