git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Invalid dates in git log
@ 2007-12-12  9:11 Eirik Bjørsnøs
  2007-12-12  9:23 ` Jeff King
  0 siblings, 1 reply; 7+ messages in thread
From: Eirik Bjørsnøs @ 2007-12-12  9:11 UTC (permalink / raw)
  To: git

Hi there,

I'm experiencing a date issue with certain commits in Git in Linus's
2.6 kernel repository.

One commit has a date from 2019, while another commit has a date from
1970. Although Git has been around for a while and seeing a Linux
commit from 2019 would be cool, I think there's something wrong here.

My questions are:

1) Is this a problem in the Git software?
2) Or is it a data corruption issue in the repository?
3) Can it be fixed and should I contact anyone to get it fixed?

I'm doing some log analysis and these two dates mess up my charts.

Steps to reproduce:

$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git

$ git  log  a27ac38efd6dc6dccebfc9bcc475ab4aa5fc4a56 -1
commit a27ac38efd6dc6dccebfc9bcc475ab4aa5fc4a56
Author: Len Brown <len.brown@intel.com>
Date:   Fri Apr 5 00:07:45 2019 -0500

    [ACPI] fix merge error that broke CONFIG_ACPI_DEBUG=y build

    Signed-off-by: Len Brown <len.brown@intel.com>

$ git  log  224426f168aa4af3dcb628e6edaa824d32d60e6f  -1
commit 224426f168aa4af3dcb628e6edaa824d32d60e6f
Author: Ursula Braun <braunu@de.ibm.com>
Date:   Thu Jan 1 01:00:01 1970 +0100

    qeth: remove header_ops bug

    Remove qeth bug caused by commit:
    [NET]: Move hardware header operations out of netdevice.

    Signed-off-by: Ursula Braun <braunu@de.ibm.com>
    Signed-off-by: Jeff Garzik <jeff@garzik.org>


Thanks,

Eirik.

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

end of thread, other threads:[~2007-12-12 18:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-12  9:11 Invalid dates in git log Eirik Bjørsnøs
2007-12-12  9:23 ` Jeff King
2007-12-12  9:35   ` Junio C Hamano
2007-12-12 14:59     ` Johannes Schindelin
2007-12-12 18:57       ` Junio C Hamano
2007-12-12 14:19   ` Eirik Bjørsnøs
2007-12-12 15:51     ` Andreas Ericsson

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