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)
Tue, Apr 14, 4:04 AM
Unknown Object (File)
Mon, Apr 13, 6:21 PM
Unknown Object (File)
Sat, Apr 11, 10:56 AM
Unknown Object (File)
Thu, Apr 9, 2:42 AM
Unknown Object (File)
Tue, Mar 31, 8:09 PM
Unknown Object (File)
Mon, Mar 30, 10:44 PM
Unknown Object (File)
Thu, Mar 26, 5:14 PM
Unknown Object (File)
Wed, Mar 25, 2:44 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