Git development
 help / color / mirror / Atom feed
* bugreport: git does not like subseconds
@ 2008-11-13 16:26 Jan Engelhardt
  2008-11-13 16:45 ` Linus Torvalds
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Engelhardt @ 2008-11-13 16:26 UTC (permalink / raw)
  To: git



Git does not like subseconds in $GIT_{AUTHOR,COMMITTER}_DATE,
and somehow does time travel instead. Perhaps this is a Glibc
limitation? Running openSUSE 11's glibc-2.8(which is actually
a 2.7 snapshot I think: glibc-2.8-2008042513.tar.bz2).


$ git init
Initialized empty Git repository in /dev/shm/f/.git/
$ echo tomato >banana.c
$ git add banana.c
$ GIT_AUTHOR_DATE="2008-11-11 19:36:33.983771268 +0100" git ci -m 'foo'
Created initial commit e65a6b0: foo
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 banana.c
$ git log
commit e65a6b06c2ff3ef458cb16e7ee6f17ef39757538
Author: Jan Engelhardt <jengelh@medozas.de>
Date:   Mon Mar 5 06:47:48 2001 +0100

    foo

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

end of thread, other threads:[~2008-11-13 17:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-13 16:26 bugreport: git does not like subseconds Jan Engelhardt
2008-11-13 16:45 ` Linus Torvalds
2008-11-13 16:57   ` Jan Engelhardt
2008-11-13 17:09   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox