Page MenuHomeFreeBSD

newvers.sh: Speed up git_tree_modified
ClosedPublic

Authored by brooks on Dec 16 2020, 9:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 26, 8:14 PM
Unknown Object (File)
Wed, Dec 25, 8:25 PM
Unknown Object (File)
Nov 22 2024, 5:38 PM
Unknown Object (File)
Nov 22 2024, 1:06 PM
Unknown Object (File)
Nov 16 2024, 8:00 AM
Unknown Object (File)
Nov 16 2024, 2:31 AM
Unknown Object (File)
Nov 12 2024, 12:22 PM
Unknown Object (File)
Oct 27 2024, 11:50 PM

Details

Summary

We're looking for file content differences, so ask the question of git
more directly. This helps a lot, saving tens of thousands of fork()s,
when the builder and editor see different stat() results (e.g., UIDs),
as they might with containers.

Submitted by: Nathaniel Wesley Filardo <nwf20@cl.cam.ac.uk>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable