1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00
falkonOfficial/git_hooks/post-commit
2012-09-17 18:32:43 +08:00

6 lines
124 B
Bash

#!/bin/sh
#
# Writes git revision into git_revision file
#
git show-ref refs/heads/master | cut -d " " -f 1 > git_revision