git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* filter-branch --env-filter GIT_AUTHOR_DATE
@ 2011-01-18 16:43 Tuncer Ayaz
  2011-01-19  7:01 ` Johannes Sixt
  0 siblings, 1 reply; 6+ messages in thread
From: Tuncer Ayaz @ 2011-01-18 16:43 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-01-19 14:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-18 16:43 filter-branch --env-filter GIT_AUTHOR_DATE Tuncer Ayaz
2011-01-19  7:01 ` Johannes Sixt
2011-01-19 10:08   ` Tuncer Ayaz
2011-01-19 10:12     ` Tuncer Ayaz
2011-01-19 10:32     ` Johannes Sixt
2011-01-19 14:30       ` Tuncer Ayaz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).