From 9799d447fbe8917282d87862bc43c324a3507165 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 5 Sep 2018 22:20:55 +0100 Subject: [PATCH] tag-test: link to answer --- other-test-repos/tag-test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/other-test-repos/tag-test.py b/other-test-repos/tag-test.py index f66e393..a9a60ea 100755 --- a/other-test-repos/tag-test.py +++ b/other-test-repos/tag-test.py @@ -1,5 +1,9 @@ #!/usr/bin/env python3 +""" +https://stackoverflow.com/questions/10986615/what-is-the-format-of-a-git-tag-object-and-how-to-calculate-its-sha/52193441#52193441 +""" + import datetime import subprocess import time