.git_helpers/hooks/post-rewrite

Sun, 05 May 2024 02:13:36 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 05 May 2024 02:13:36 -0500
changeset 1156
0a7162df160d
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

pull out last_modified_days

#!/bin/sh
case "$1" in
  rebase) exec .git/hooks/post-merge ;;
esac

mercurial