diff options
author | Jovina | 2011-05-09 16:29:40 +0530 |
---|---|---|
committer | Jovina | 2011-05-09 16:29:40 +0530 |
commit | 1a46f45da618235f0ae3506a2a2f4ee742053466 (patch) | |
tree | 2adc302168719b84dfbda0ad9f8f2eba9d5df240 /.git_copy/hooks/post-update.sample | |
parent | 45d79639e61ca369c45b77a7b3751e5ddf05bbb2 (diff) | |
download | st-scripts-1a46f45da618235f0ae3506a2a2f4ee742053466.tar.gz st-scripts-1a46f45da618235f0ae3506a2a2f4ee742053466.tar.bz2 st-scripts-1a46f45da618235f0ae3506a2a2f4ee742053466.zip |
Modified the script and slides for other types of plots.
Diffstat (limited to '.git_copy/hooks/post-update.sample')
-rwxr-xr-x | .git_copy/hooks/post-update.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.git_copy/hooks/post-update.sample b/.git_copy/hooks/post-update.sample new file mode 100755 index 0000000..ec17ec1 --- /dev/null +++ b/.git_copy/hooks/post-update.sample @@ -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 |