1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/git_hooks/post-checkout
nowrep a044302a92 Option to use external download manager.
- also added some new git hooks
2012-01-28 15:37:11 +01: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