Page MenuHomeFreeBSD

newvers.sh: Speed up git_tree_modified
ClosedPublic

Authored by brooks on Dec 16 2020, 9:22 PM.
Tags
None
Referenced Files
F80202113: D27646.diff
Fri, Mar 29, 5:41 AM
Unknown Object (File)
Nov 15 2023, 6:53 AM
Unknown Object (File)
Nov 7 2023, 12:58 PM
Unknown Object (File)
Nov 3 2023, 2:18 PM
Unknown Object (File)
Nov 2 2023, 11:29 AM
Unknown Object (File)
Nov 2 2023, 11:29 AM
Unknown Object (File)
Nov 2 2023, 11:29 AM
Unknown Object (File)
Nov 2 2023, 11:18 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