view templates/git/hooks/post-rewrite @ 106:cdff2a5e45b2

Add ag completion
author zegervdv <zegervdv@me.com>
date Tue, 12 Aug 2014 09:30:55 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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