Page MenuHomeFreeBSD

newvers.sh: Speed up git_tree_modified
ClosedPublic

Authored by brooks on Dec 16 2020, 9:22 PM.
Tags
None
Referenced Files
F149084472: D27646.id80804.diff
Sun, Mar 22, 5:18 AM
Unknown Object (File)
Tue, Mar 17, 1:36 AM
Unknown Object (File)
Mon, Mar 9, 6:17 PM
Unknown Object (File)
Mon, Mar 9, 9:40 AM
Unknown Object (File)
Sun, Mar 8, 4:49 PM
Unknown Object (File)
Mon, Mar 2, 4:52 PM
Unknown Object (File)
Mon, Mar 2, 5:16 AM
Unknown Object (File)
Fri, Feb 27, 7:53 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