Browse Source

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.
tags/v8.1.0alpha1
Daniel Molkentin 10 years ago
parent
commit
1efa338a52
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .tag

+ 1
- 0
.tag View File

@@ -0,0 +1 @@
$Format:%H$

Loading…
Cancel
Save