mirror of
https://github.com/AdaCore/git-hooks.git
synced 2026-02-12 12:43:11 -08:00
6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Prepare a packed repository for use over dumb transports.
|
|
|
|
exec git-update-server-info
|