https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221848
Bug ID: 221848 Summary: sys/conf/newvers.sh: Only accept git-svn-id: attributes at the start of the line Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Keywords: patch, regression Severity: Affects Some People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: f...@fabiankeil.de Flags: mfc-stable10?, mfc-stable11? Created attachment 185801 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185801&action=edit sys/conf/newvers.sh: Only accept git-svn-id: attributes at the start of the line The attached patch lets sys/conf/newvers.sh only accept "git-svn-id:" attributes at the start of the line. This prevents incorrect subversion revision detection if "git svn" isn't being used to get the sources but git is available. Previously old subversion revisions included in commit messages were favoured over the more recent and correct revisions in the "Notes:" section. For example cf1f35574722 represents r315395 but was treated as r313908 which is referenced in the commit message. Commits following r315395/cf1f35574722 but before another commit with a git-svn-id reference in the commit message would be treated as r313908 as well. Obtained from: ElectroBSD -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"