This website requires JavaScript.
Explore
Help
Sign In
Falkon
/
falkonOfficial
Watch
1
Fork
0
You've already forked falkonOfficial
mirror of
https://invent.kde.org/network/falkon.git
synced
2024-11-11 09:32:12 +01:00
Code
Releases
Activity
0af54b8d7f
falkonOfficial
/
git_hooks
/
post-merge
6 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Option to use external download manager. - also added some new git hooks
2012-01-28 15:37:11 +01:00
#!/bin/sh
#
# Writes git revision into git_revision file
#
Use `rev-parse` instead of `show-ref` (#1958) * Use `rev-parse` instead of `show-ref` * Dev builds currently use masters commit ref and makes it difficult to determine which version is really installed with About → Help. Use the current HEAD when generating the `Makefile`s for `DGIT_REVISION` **NOTES** * The bash scripts are somewhat duplicated with the unused `--short` parameter but omitted at this time in case a long hash is wanted. * `make distclean` is still needed since those defines are hard-coded into those affected `Makefile`s * Keep current abstract as per @nowrep * Remove some known unneeded bash pipes
2016-04-25 12:53:03 +02:00
git rev-parse HEAD > git_revision
Copy Permalink