From 5ab5ad03b5a3b48619987033bf3bedb333bfa9b1 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 16 Sep 2019 11:24:59 +0100 Subject: Git checksum printed even when on a tag Until now, when the commit was tagged, `git describe' would just print the tag and no longer the commit checksum. This is bad because the checksum is a much more robust way to confirm the point in history. With this commit the `--long' option has been added to `git describe' to fix this issue. From now on, when we are on a tag, it will print the tag followed by a `-0-' and the first characters of the checksum. --- .file-metadata | Bin 6321 -> 6250 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index 8ef6ee5..b779b19 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1