mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-16 12:41:05 +00:00
9 lines
160 B
Bash
9 lines
160 B
Bash
#!/bin/sh
|
|
#
|
|
# An example hook script that is called after a successful
|
|
# commit is made.
|
|
#
|
|
# To enable this hook, rename this file to "post-commit".
|
|
|
|
: Nothing
|