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)
Wed, Apr 2, 8:46 PM
Unknown Object (File)
Fri, Mar 28, 5:44 PM
Unknown Object (File)
Feb 24 2025, 4:26 AM
Unknown Object (File)
Feb 23 2025, 6:41 AM
Unknown Object (File)
Feb 22 2025, 7:12 AM
Unknown Object (File)
Feb 21 2025, 7:03 PM
Unknown Object (File)
Feb 21 2025, 1:53 PM
Unknown Object (File)
Feb 14 2025, 8:49 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