Deutsch   English   Français   Italiano  
<v8p00l$8t63$9@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.lang.misc,alt.comp.lang.rust
Subject: Re: Converted my Go program to Rust
Date: Sun, 4 Aug 2024 22:40:22 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <v8p00l$8t63$9@dont-email.me>
References: <v8h1ct$1fe39$1@matrix.hispagatos.org>
	<v8h4gn$2e5g0$3@dont-email.me> <v8hd1g$1fk30$1@matrix.hispagatos.org>
	<v8nmtm$3neof$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 05 Aug 2024 00:40:22 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="9703e35b9105f1543e11e482bcc52d23";
	logging-data="292035"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+4XFC/pPrd1hyGPO6UpIcV"
User-Agent: Pan/0.159 (Vovchansk; )
Cancel-Lock: sha1:QJI9QCSlYyRKpvC3NrvXPCZl66Q=
Bytes: 1407

On Sun, 4 Aug 2024 10:59:02 -0000 (UTC), vallor wrote:

> Finally, I've long been disappointed that git doesn't preserve
> timestamps on files.

Note that Git does distinguish between the commit timestamp and the author 
timestamp.

<https://git-scm.com/docs/git-commit-tree>

Also note the “--date” option in git-commit
<https://git-scm.com/docs/git-commit>.