Mercurial > hg > NetworkVis
diff d3s_examples/python-neo4jrestclient/.git/hooks/post-update.sample @ 10:04b69bcf4be5
merge
author | casties |
---|---|
date | Thu, 01 Oct 2015 17:37:09 +0200 |
parents | 18ef6948d689 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/d3s_examples/python-neo4jrestclient/.git/hooks/post-update.sample Thu Oct 01 17:37:09 2015 +0200 @@ -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