annotate templates/git/hooks/post-rewrite @ 199:b4999d36b3d2

Remove autosuggestions in zsh
author zegervdv <zegervdv@me.com>
date Wed, 19 Nov 2014 08:22:09 +0100
parents a8279f1d5b39
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
a8279f1d5b39 Add template hooks
zegervdv <zegervdv@me.com>
parents:
diff changeset
1 #!/bin/sh
a8279f1d5b39 Add template hooks
zegervdv <zegervdv@me.com>
parents:
diff changeset
2 case "$1" in
a8279f1d5b39 Add template hooks
zegervdv <zegervdv@me.com>
parents:
diff changeset
3 rebase) exec .git/hooks/post-merge ;;
a8279f1d5b39 Add template hooks
zegervdv <zegervdv@me.com>
parents:
diff changeset
4 esac