1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 10:12:10 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
Marti Martz
c0026af63e 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
nowrep
992c7a4de1 Minor changes in scripts. 2013-01-21 22:38:31 +01:00
nowrep
ed74c773b3 Updated getrevision.sh script
- it can now show long/short revision number
2012-11-09 15:43:52 +01:00
nowrep
e59241f525 Fixed file permissions from last commit. 2012-09-17 18:03:30 +02:00
stuarch
e942daa7b4 Update Traditional Chinese Translations 2012-09-17 18:32:43 +08:00
Jonathan Hooverman
6ab65168fb Updated German translation 2012-03-10 17:15:23 +01:00
nowrep
786d6f4029 Edited building system to support linking plugins.
- however plugins has to be statically linked
2012-02-18 14:47:38 +01:00
nowrep
4fc30fca05 Edited getrevision.sh script and added one git hook
- git hook to automatically update revision number after
  commiting changes
2012-01-28 13:05:16 +01:00
nowrep
bed30cb483 Showing revision number in About dialog.
- it will be only shown when compiling with git_revision file
  in root directory (where QupZilla.pro is).

  This file should contain commit hash.
2011-12-16 14:46:31 +01:00