From owner-svn-src-all@freebsd.org Tue Nov 21 01:32:52 2017 Return-Path: Delivered-To: svn-src-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 B6C4EDBAF5E; Tue, 21 Nov 2017 01:32:52 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x22d.google.com (mail-io0-x22d.google.com [IPv6:2607:f8b0:4001:c06::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D8CD76447; Tue, 21 Nov 2017 01:32:52 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x22d.google.com with SMTP id w127so17742722iow.11; Mon, 20 Nov 2017 17:32:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=cBVSh1XG3yd2j+GEKPYoXRuOqXI6inQacfVCRza/B60=; b=Hk+D3t98aB/RjpJ2CNCLLJyo0KePDpXam0NeH5UG3qlHRKj4KgPFT493Y4fjRyAItH SIKIipwHk9x5uqqAdpEVVCPYyp5NNUv/PmX2vGvPDoUuxhxJjiI+ZZrQSrumlVaOb/UI Y5LVS7lj1PECRTElw+k/PCtOShs9AaxJBZCGCoPK6/6XQBkT3FeXM2uEjbK5fk+k8Ynh 0RkMREmRl7G/5sG7ywsdXhk03l2MqcheudRmsBYvmCh1vyeEPiUawSpLGpvFOxqdF4Qk Ycv7OpVl44IxAhwd2nzFNKEbw1zGOaKT3W5TiLyLEItFrfHr1LUCHTiB3Vys79SCxCsD R4xg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=cBVSh1XG3yd2j+GEKPYoXRuOqXI6inQacfVCRza/B60=; b=OCa2Tcw4LC2jxcSZtUD1aovoLUpEyOhweN55spsZyUMtO3w5F0rnNBzGlDPDjToeid cSnaMawXhrz5AXMwu+LbL97EB6wU67i/4rP8hs1cUbegM/XPrpIBLd8l6TqUwfwmQ33J AyyHBLZIZH+xkLZrbp1jBk6TpwyUWCW0beCQJPfCJ2Jzt7OkYqAa/JGYUpqtBa/v2+GL CHsx12IFsalE1ii6IYEjrVMHmSfMkTwAPAkwbdBWftGl9wBfN9+PRuA0n0ZFRPl6WfMw onOw4vQnQIWnx5Kr/+xetI1ZR9arqRsZVPY5jm3JQVBlfEyJoT5deGijwW3VlZslZ/sZ yOsg== X-Gm-Message-State: AJaThX4lj7OYpuN+x36D1EqsBsd8ixPbAPGjhtIVqzEbcFu/T3mO77/p S2ppWBF4i08Yuy+eCCM+Tie/4v9ySL+pYrg2Z1p6vTSf X-Google-Smtp-Source: AGs4zMaoornndwwBGlSbjFyelihO08e0awTjaZuvWmjRWF+HTkQHUbLC+olebZ5zYaIwjNus3TGyXlkyiQg6NByo5OM= X-Received: by 10.107.20.129 with SMTP id 123mr16304760iou.36.1511227971443; Mon, 20 Nov 2017 17:32:51 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.14.208 with HTTP; Mon, 20 Nov 2017 17:32:31 -0800 (PST) In-Reply-To: <201711202255.vAKMt2nP014201@repo.freebsd.org> References: <201711202255.vAKMt2nP014201@repo.freebsd.org> From: Ed Maste Date: Mon, 20 Nov 2017 20:32:31 -0500 X-Google-Sender-Auth: 9hy1qGf7ob-uymuIuR950rhoD3o Message-ID: Subject: Re: svn commit: r326039 - in head: etc/mtree usr.bin/head usr.bin/head/tests To: Alan Somers Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Nov 2017 01:32:52 -0000 On 20 November 2017 at 17:55, Alan Somers wrote: > Author: asomers > Date: Mon Nov 20 22:55:02 2017 > New Revision: 326039 > URL: https://svnweb.freebsd.org/changeset/base/326039 > > Log: > Add ATF tests for head(1) > > Submitted by: Fred Schlecter > Reviewed by: asomers, jilles > MFC after: 3 weeks > Differential Revision: https://github.com/freebsd/freebsd/pull/127 It's certainly a good idea to capture the source of changes that come in via GitHub pull requests, but the 'Differential Revision' field is specifically for reviews in our own hosted Phabricator instance. We don't have an officially established metadata field for changes that come in via pull requests at the moment. I'd suggest we just go with: Pull request: https://github.com/freebsd/freebsd/pull/127