1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/git_hooks/post-merge
2012-09-17 18:03:30 +02:00

6 lines
124 B
Bash
Executable File

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