Re: Should revision hashes match between hosts for -current?
bob prohaska <[email protected]> Fri, 24 Jul 2026 17:22:56 -0700
| Newsgroups | gmane.os.freebsd.current |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 23, 2026 at 07:56:11PM +0200, Dag-Erling Smørgrav wrote: > bob prohaska <[email protected]> writes: > > Should revision hashes match between different hosts if updated at the > > same time? > > No, they should match if they were built from the same point in Git > history (same revision of same branch). > Ok, the systems were set up at different time and have been "git reset" more than once, at different times. Sounds like nothing's wrong. > > Run `git log --first-parent --oneline --no-decorate` in /usr/src on each > host and compare the output. Not sure what I'm looking for. The comments are recognizable, the matching hashes look clearly related but not the same, for example e7efe2f059a4 firewire: remove deprecation notice from manual page vs e7efe2f059a firewire: remove deprecation notice from manual page Now I'm wondering where the extra 4 came from.... 8-) Thanks for writing, bob prohaska