New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
post-update.sample in vendors/FCM-2017.10.0/.git/hooks – NEMO

source: vendors/FCM-2017.10.0/.git/hooks/post-update.sample @ 12236

Last change on this file since 12236 was 10672, checked in by nicolasmartin, 5 years ago

Reimport latest FCM release

File size: 189 bytes
Line 
1#!/bin/sh
2#
3# An example hook script to prepare a packed repository for use over
4# dumb transports.
5#
6# To enable this hook, rename this file to "post-update".
7
8exec git update-server-info
Note: See TracBrowser for help on using the repository browser.