Page MenuHomeFreeBSD

newvers.sh: Speed up git_tree_modified
ClosedPublic

Authored by brooks on Dec 16 2020, 9:22 PM.
Tags
None
Referenced Files
F136895304: D27646.diff
Thu, Nov 20, 12:19 PM
Unknown Object (File)
Tue, Nov 18, 1:50 AM
Unknown Object (File)
Mon, Nov 17, 2:16 PM
Unknown Object (File)
Mon, Nov 17, 12:00 PM
Unknown Object (File)
Mon, Nov 17, 3:58 AM
Unknown Object (File)
Sat, Nov 15, 10:02 PM
Unknown Object (File)
Sun, Nov 9, 2:15 AM
Unknown Object (File)
Oct 19 2025, 3:30 PM

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