From 1efa338a520e2d73b0b6027dd0a9e0cb496a0d9d Mon Sep 17 00:00:00 2001
From: Daniel Molkentin <daniel@molkentin.de>
Date: Sat, 14 Jun 2014 17:40:32 +0200
Subject: [PATCH] Add .tag file to make tar balls tracable

The "git archive" operation will substitute the contents of this
file with the hash sum of the commit that this tar ball is based
on. This improves tracebility and allows to retrospectively set
tags. It has proven to be a valuable asset in mirall.
---
 .tag | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 .tag

diff --git a/.tag b/.tag
new file mode 100644
index 00000000000..6828f88dcb0
--- /dev/null
+++ b/.tag
@@ -0,0 +1 @@
+$Format:%H$
-- 
GitLab