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