Sujet : Re: Converted my Go program to Rust
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.misc alt.comp.lang.rustDate : 04. Aug 2024, 23:40:22
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v8p00l$8t63$9@dont-email.me>
References : 1 2 3 4
User-Agent : Pan/0.159 (Vovchansk; )
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>.