Graham Perrin
2021-04-08 08:14:44 UTC
On 02/03/2021 06:33, Graham Perrin wrote:
Re: Git, shallow clone hashes, commit counts and system/security updates
of the FreeBSD Journal
<https://issue.freebsdfoundation.org/publication/?i=690210&ver=html5&p=8>
(and the review copy that was publicised in September 2020).
For news of a future edition, if any, should I simply watch
<https://bsdimp.blogspot.com/search/label/git>?
Thanks
(I have another question about deep and shallow … I'll post separately
to freebsd-questions …)
Re: Git, shallow clone hashes, commit counts and system/security updates
Re: Panic after updating from source
commit count which will be used in future security updates to make it
easy
to check whether your system needs to be updated or not. A full clone
does
require more space, but I was surprised at how little extra space it
requires. Warner is updating his git mini-guide to point out this
issue.
If you run STABLE, it's a really significant concern. You can convert
the
shallow clone to a full one with "git fetch --unshallow". This will take
some time to run.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
… Thank you, Kevin and Warner.
I see the FreeBSD mini-Git Primer in the November/December 2020 edition…
You need to be aware that the shallow clone hash will not include thecommit count which will be used in future security updates to make it
easy
to check whether your system needs to be updated or not. A full clone
does
require more space, but I was surprised at how little extra space it
requires. Warner is updating his git mini-guide to point out this
issue.
If you run STABLE, it's a really significant concern. You can convert
the
shallow clone to a full one with "git fetch --unshallow". This will take
some time to run.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
of the FreeBSD Journal
<https://issue.freebsdfoundation.org/publication/?i=690210&ver=html5&p=8>
(and the review copy that was publicised in September 2020).
For news of a future edition, if any, should I simply watch
<https://bsdimp.blogspot.com/search/label/git>?
Thanks
(I have another question about deep and shallow … I'll post separately
to freebsd-questions …)