diff -r 01f49b9e842c -r 3e51ac65a978 .vim/bundle/vim-asciidoc-folding/.git/hooks/post-update.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.vim/bundle/vim-asciidoc-folding/.git/hooks/post-update.sample Thu Oct 29 12:36:22 2015 +0100 @@ -0,0 +1,8 @@ +#!/bin/sh +# +# An example hook script to prepare a packed repository for use over +# dumb transports. +# +# To enable this hook, rename this file to "post-update". + +exec git update-server-info