From owner-svn-ports-all@freebsd.org Mon Jan 1 18:52:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B5DEEB7352; Mon, 1 Jan 2018 18:52:13 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6EC677B08; Mon, 1 Jan 2018 18:52:12 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w01IqBY5092820; Mon, 1 Jan 2018 18:52:11 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w01IqB7h092620; Mon, 1 Jan 2018 18:52:11 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201801011852.w01IqB7h092620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 1 Jan 2018 18:52:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457790 - head X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 457790 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jan 2018 18:52:13 -0000 Author: jrm Date: Mon Jan 1 18:52:11 2018 New Revision: 457790 URL: https://svnweb.freebsd.org/changeset/ports/457790 Log: Add a commit template for git commit logs To use this template, run this command from the top of the ports tree. git config commit.template .gitmessage Reviewed by: eadler, mat, krion Differential Revision: https://reviews.freebsd.org/D13677 Added: head/.gitmessage (contents, props changed) Modified: head/.gitattributes Modified: head/.gitattributes ============================================================================== --- head/.gitattributes Mon Jan 1 18:10:28 2018 (r457789) +++ head/.gitattributes Mon Jan 1 18:52:11 2018 (r457790) @@ -1,3 +1,4 @@ +.gitmessage svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain bsd.*.mk svn-properties=svn:keywords=FreeBSD=%H;svn:eol-style=native;svn:mime-type=text/plain distinfo* svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain extrapatch-* svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain Added: head/.gitmessage ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/.gitmessage Mon Jan 1 18:52:11 2018 (r457790) @@ -0,0 +1,36 @@ + + +PR: +Submitted by: +Reported by: +Reviewed by: +Approved by: +Obtained from: +MFC after: +MFH: +Relnotes: +Security: +Sponsored by: +Differential Revision: +# +# Description of fields to fill in above: 76 columns --| +# PR: If and which Problem Report is related. +# Submitted by: If someone else sent in the change. +# Reported by: If someone else reported the issue. +# Reviewed by: If someone else reviewed your modification. +# Approved by: If you needed approval for this commit. +# Obtained from: If the change is from a third party. +# MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. +# MFH: Ports tree branch name. Request approval for merge. +# Relnotes: Set to 'yes' for mention in release notes. +# Security: Vulnerability reference (one per line) or description. +# Sponsored by: If the change was sponsored by an organization. +# Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). +# +# See 'Commit Log Messages' in the Committer's Guide for details. +# +# ------------------------------------------------------------------------- +# To use this template, run this command from the top of the ports tree. +# +# git config commit.template .gitmessage +# -------------------------------------------------------------------------