Is it possible to set up a policy on a git repo that disallows lightweight tags from being pushed to it?
|
feedback
|
|
The Git hook page mentions:
That references in turn the
| |||
|
feedback
|
|
feedback
|
|
The Git hook page mentions:
That references in turn the
| |||
|
feedback
|
update.samplehook that Git automatically installs into new repositories includes this exact functionality (among a few other useful bits). Take a look at$GIT_DIR/hooks/update.sampleany of your existing repositories. – Chris Johnsen Jul 21 '11 at 2:57