Mercurial
>
hg
>
mhoward
>
dotfiles
/ file revision
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
.git_helpers/hooks/post-rewrite@fcfa295076a8
.git_helpers/hooks/post-rewrite
2023-03-06
author
Meredith Howard <mhoward@roomag.org>
date
Sun, 05 Mar 2023 19:32:15 -0600 (2023-03-06)
changeset 1064
fcfa295076a8
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x
Apply stylua
#!/bin/sh
case "$1" in
rebase) exec .git/hooks/post-merge ;;
esac