Skip to content

Commit

Permalink
drop GIT_COMMITTER_DATE
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed Dec 6, 2023
1 parent 5be5f1d commit 3010796
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example-get-started-experiments/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ STEP_TIME=100000
BEGIN_TIME=$(( $(date +%s) - ( ${TOTAL_TAGS} * ${STEP_TIME}) ))
export TAG_TIME=${BEGIN_TIME}
export GIT_AUTHOR_DATE="${TAG_TIME} +0000"
export GIT_COMMITTER_DATE="${TAG_TIME} +0000"
tick(){
export TAG_TIME=$(( ${TAG_TIME} + ${STEP_TIME} ))
export GIT_AUTHOR_DATE="${TAG_TIME} +0000"
export GIT_COMMITTER_DATE="${TAG_TIME} +0000"
}

export GIT_AUTHOR_NAME="Alex Kim"
Expand Down

0 comments on commit 3010796

Please sign in to comment.