git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Eirik Bjørsnøs" <eirbjo@gmail.com>
To: git@vger.kernel.org
Subject: Invalid dates in git log
Date: Wed, 12 Dec 2007 10:11:12 +0100	[thread overview]
Message-ID: <34660cca0712120111k3f11769fk1a8cefda3b82683e@mail.gmail.com> (raw)

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.

             reply	other threads:[~2007-12-12  9:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-12  9:11 Eirik Bjørsnøs [this message]
2007-12-12  9:23 ` Invalid dates in git log 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=34660cca0712120111k3f11769fk1a8cefda3b82683e@mail.gmail.com \
    --to=eirbjo@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).