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@3f1c2badefc5
.git_helpers/hooks/post-rewrite
2017-04-30
author
Meredith Howard <mhoward@roomag.org>
date
Sun, 30 Apr 2017 16:59:36 -0400 (2017-04-30)
changeset 553
3f1c2badefc5
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x
Drop guard
#!/bin/sh
case "$1" in
rebase) exec .git/hooks/post-merge ;;
esac