9 lines
246 B
Text
9 lines
246 B
Text
|
#!/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/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
|