We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be5f1d commit bc47159Copy full SHA for bc47159
example-get-started-experiments/generate.sh
@@ -20,11 +20,9 @@ STEP_TIME=100000
20
BEGIN_TIME=$(( $(date +%s) - ( ${TOTAL_TAGS} * ${STEP_TIME}) ))
21
export TAG_TIME=${BEGIN_TIME}
22
export GIT_AUTHOR_DATE="${TAG_TIME} +0000"
23
-export GIT_COMMITTER_DATE="${TAG_TIME} +0000"
24
tick(){
25
export TAG_TIME=$(( ${TAG_TIME} + ${STEP_TIME} ))
26
27
- export GIT_COMMITTER_DATE="${TAG_TIME} +0000"
28
}
29
30
export GIT_AUTHOR_NAME="Alex Kim"
0 commit comments