diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-04-05 17:14:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-04-05 17:14:32 +0200 |
commit | b45d7a86484312692d5a7ac5bf98bc33fcd77f0d (patch) | |
tree | 5800d67b33fb02c1dd5b2054ce45b96d996b78a3 /git-hash | |
parent | b4a00487d7666a3f142e613b3c094952bfb7f2ec (diff) | |
parent | 4c548cd33f0614e666d9049e41b4f129629cf182 (diff) |
Update upstream source from tag 'upstream/0.30.15'
Update to upstream version '0.30.15'
with Debian dir 5ed458d33231e16fd74c069c64aeb1e0285f4df7
Diffstat (limited to 'git-hash')
-rwxr-xr-x | git-hash | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/git-hash b/git-hash deleted file mode 100755 index bcb8f94..0000000 --- a/git-hash +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -cd $MESON_SOURCE_ROOT -exec git rev-parse HEAD 2>/dev/null |