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)
Fri, Oct 17, 3:26 AM
Unknown Object (File)
Fri, Oct 17, 3:26 AM
Unknown Object (File)
Fri, Oct 17, 3:26 AM
Unknown Object (File)
Thu, Oct 16, 6:20 PM
Unknown Object (File)
Mon, Oct 6, 11:36 PM
Unknown Object (File)
Fri, Oct 3, 9:26 AM
Unknown Object (File)
Thu, Oct 2, 3:43 AM
Unknown Object (File)
Wed, Oct 1, 3:52 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