From 0291eb2e1d78bb266829af25e0371d56221d681c Mon Sep 17 00:00:00 2001 From: gutmet Date: Wed, 21 Oct 2020 19:16:50 +0200 Subject: [PATCH] use stamp.go for timestamp in filename --- gitdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitdist b/gitdist index 9b525f3..027c154 100755 --- a/gitdist +++ b/gitdist @@ -25,7 +25,7 @@ if [ "$leave" = true ]; then exit 1 fi -timestamp=`date -u +"%Y%m%d-%H%M"` +timestamp=`stamp --utc --filename` currentBranch=`git rev-parse --abbrev-ref HEAD` if [ "$currentBranch" = "master" ]; then