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@177dfb2889ab
.git_helpers/hooks/post-rewrite
2017-06-13
author
Meredith Howard <mhoward@roomag.org>
date
Tue, 13 Jun 2017 11:01:17 -0400 (2017-06-13)
changeset 608
177dfb2889ab
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x
explicit chmod
#!/bin/sh
case "$1" in
rebase) exec .git/hooks/post-merge ;;
esac