Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2021 03:52:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 257959] devel/git: implement support for custom ident expansion (i.e. $FreeBSD$).
Message-ID:  <bug-257959-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257959

            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=3D227336&action=
=3Dedit
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=3DFreeBSD' >> .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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257959-7788>