Thread (6 messages) flat view 6 messages, 2 authors, 2016-06-15

filter-branch --env-filter GIT_AUTHOR_DATE

From: Tuncer Ayaz <hidden>
Date: 2016-06-15 22:50:26

To fix invalid timezone info in a repo I ran
git filter-branch --env-filter '
  GIT_AUTHOR_DATE=`echo ${GIT_AUTHOR_DATE}|sed s/+0000/-0800/`' HEAD

This fixed the invalid entries but the new timezone is -0700
instead of -0800. Is this expected?

git version 1.7.4.rc2
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help