git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] git-cvsimport: support local timezone
@ 2012-10-13  4:11 Chris Rorvick
  2012-10-13  4:11 ` [PATCH v2 1/2] git-cvsimport: use localtime for converting timestamps Chris Rorvick
  2012-10-13  4:11 ` [PATCH v2 2/2] git-cvsimport: allow local timezone for commits Chris Rorvick
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Rorvick @ 2012-10-13  4:11 UTC (permalink / raw)
  To: git

Changes to support local timezone offsets in imported commits.  Modified
documentation to clarify behavior of new -l option.

Also, I split the original patch into two because using
localtime()/timelocal() does not affect current functionality, but makes
for sane results if someone monkeys with the hardcoded TZ environment
setting.  Also, the problem solved by the second patch could also be
addressed by simply removing the hardcoded TZ setting in favor of having
the user specify in their environment.  Both of these solutions build on
the changes made in the first patch, though.

Chris Rorvick (2):
  git-cvsimport: use localtime for converting timestamps
  git-cvsimport: allow local timezone for commits

 Documentation/git-cvsimport.txt |   13 ++++++++++---
 git-cvsimport.perl              |   13 +++++++------
 2 files changed, 17 insertions(+), 9 deletions(-)

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

end of thread, other threads:[~2012-10-14 20:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-13  4:11 [PATCH v2 0/2] git-cvsimport: support local timezone Chris Rorvick
2012-10-13  4:11 ` [PATCH v2 1/2] git-cvsimport: use localtime for converting timestamps Chris Rorvick
2012-10-13  4:11 ` [PATCH v2 2/2] git-cvsimport: allow local timezone for commits Chris Rorvick
2012-10-14  6:04   ` Junio C Hamano
2012-10-14 20:58     ` Christopher Rorvick

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).