.git_helpers/hooks/post-rewrite@ab57e995af63 (annotated)
.git_helpers/hooks/post-rewrite
Mon, 03 Feb 2025 15:43:25 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 03 Feb 2025 15:43:25 -0600
- changeset 1186
- ab57e995af63
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Add zig / codelldb DAP config
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|