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)
Mon, May 18, 3:47 PM
Unknown Object (File)
Fri, May 8, 9:46 PM
Unknown Object (File)
Sun, May 3, 7:17 AM
Unknown Object (File)
Sat, Apr 25, 6:02 AM
Unknown Object (File)
Tue, Apr 21, 12:45 AM
Unknown Object (File)
Apr 14 2026, 4:04 AM
Unknown Object (File)
Apr 13 2026, 6:21 PM
Unknown Object (File)
Apr 11 2026, 10:56 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