diff options
author | Chris Rorvick <chris@rorvick.com> | 2012-10-16 22:53:29 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-16 22:23:18 -0700 |
commit | fb2c984148a344781833b25361154619230d9dd4 (patch) | |
tree | beaeae978afff36d5e8cf63cca465172543ffa09 /t/t9604/cvsroot/CVSROOT | |
parent | Merge branch 'maint' (diff) | |
download | tgif-fb2c984148a344781833b25361154619230d9dd4.tar.xz |
git-cvsimport: allow author-specific timezones
CVS patchsets are imported with timestamps having an offset of +0000
(UTC). The cvs-authors file is already used to translate the CVS
username to full name and email in the corresponding commit. Extend
this file to support an optional timezone for calculating a user-
specific timestamp offset.
Signed-off-by: Chris Rorvick <chris@rorvick.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9604/cvsroot/CVSROOT')
-rw-r--r-- | t/t9604/cvsroot/CVSROOT/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t9604/cvsroot/CVSROOT/.gitignore b/t/t9604/cvsroot/CVSROOT/.gitignore new file mode 100644 index 0000000000..3bb9b34173 --- /dev/null +++ b/t/t9604/cvsroot/CVSROOT/.gitignore @@ -0,0 +1,2 @@ +history +val-tags |