mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
5 lines
68 B
Bash
5 lines
68 B
Bash
#!/bin/sh
|
|
case "$1" in
|
|
rebase) exec .git/hooks/post-merge ;;
|
|
esac
|