diff options
| author | Cache Saravento <cache@sarava.org> | 2015-08-09 16:31:28 -0300 | 
|---|---|---|
| committer | Cache Saravento <cache@sarava.org> | 2015-08-09 16:31:28 -0300 | 
| commit | 3aa8b0f53478b5eaa2d2bf5ef76140480d3f3440 (patch) | |
| tree | c26bd1314b2132fed52a9f70f3bfce02dae4d897 /bin/post-receive | |
| parent | 6bd1e0ee5854f6066fc9a2bb583c27ac802f5b6b (diff) | |
| download | cache-3aa8b0f53478b5eaa2d2bf5ef76140480d3f3440.tar.gz cache-3aa8b0f53478b5eaa2d2bf5ef76140480d3f3440.tar.bz2 | |
Git hooks: recursive submodule update
Diffstat (limited to 'bin/post-receive')
| -rwxr-xr-x | bin/post-receive | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bin/post-receive b/bin/post-receive index 7411db5..996189d 100755 --- a/bin/post-receive +++ b/bin/post-receive @@ -4,4 +4,4 @@ cd ..  unset GIT_DIR  git checkout -f -git submodule update --init +git submodule update --init --recursive | 
