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)
Sun, Aug 9, 5:03 PM
Unknown Object (File)
Sun, Aug 9, 5:02 PM
Unknown Object (File)
Tue, Aug 4, 9:25 AM
Unknown Object (File)
Tue, Aug 4, 4:25 AM
Unknown Object (File)
Mon, Aug 3, 6:12 AM
Unknown Object (File)
Jul 10 2026, 10:31 AM
Unknown Object (File)
Jul 9 2026, 10:36 AM
Unknown Object (File)
Jul 5 2026, 5:46 AM

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