.git_helpers/hooks/post-rewrite@e76020af023d (annotated)
.git_helpers/hooks/post-rewrite
Thu, 09 Mar 2023 00:15:10 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 09 Mar 2023 00:15:10 -0600
- changeset 1071
- e76020af023d
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
add explicit begin-completion bind
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|