about summary refs log tree commit diff stats
path: root/build/shell/git_template/hooks/post-update.sample
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-30 17:34:25 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-30 17:34:25 +0200
commit05672f7435cfa419893b4282d49254390181833e (patch)
treeb99ab6849e2f3851c593a593b58d3b7d840ddfcf /build/shell/git_template/hooks/post-update.sample
parentbuild(cog.toml): Format *before* checking the formatting (diff)
downloadflake-templates-05672f7435cfa419893b4282d49254390181833e.tar.gz
flake-templates-05672f7435cfa419893b4282d49254390181833e.zip
chore(version): v0.7.0 v0.7.0
Diffstat (limited to 'build/shell/git_template/hooks/post-update.sample')
-rw-r--r--build/shell/git_template/hooks/post-update.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/shell/git_template/hooks/post-update.sample b/build/shell/git_template/hooks/post-update.sample
new file mode 100644
index 0000000..e3b3f9f
--- /dev/null
+++ b/build/shell/git_template/hooks/post-update.sample
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+#
+# 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