[Bug 257959] devel/git: implement support for custom ident expansion (i.e. $FreeBSD$).
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Aug 2021 03:52:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257959 Bug ID: 257959 Summary: devel/git: implement support for custom ident expansion (i.e. $FreeBSD$). Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: garga@FreeBSD.org Reporter: sobomax@FreeBSD.org Flags: maintainer-feedback?(garga@FreeBSD.org) Assignee: garga@FreeBSD.org Created attachment 227336 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227336&action=edit Patch implementing the feature. Since migration of FreeBSD repos to git many people complained about missing support for expansion of the $FreeBSD$ tags. This patch builds upon existing ident functionality in Git allowing custom ident to be configured, i.e.: $ echo '* ident=FreeBSD' >> .gitattributes $ git add .gitattributes $ git commit .gitattributes Next time sources are checked tags are going to be expanded. Patch will be upstreamed as a pull request to the git project. -- You are receiving this mail because: You are the assignee for the bug.