From owner-svn-src-all@freebsd.org Tue Apr 25 20:38:33 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 C572DD4F2F1; Tue, 25 Apr 2017 20:38:33 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (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 8973D137B; Tue, 25 Apr 2017 20:38:33 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by mail-oi0-x236.google.com with SMTP id w12so74395664oiw.3; Tue, 25 Apr 2017 13:38:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=pN+V0mZJhsk/P07ONcunuJ0twJZZ23SeeWXzOVSTvzU=; b=mwcz0AThBUPxPqQ/hsD7YbNCjkgr6nZmRnQwjSuL08rhEszoa449LYopK1QGm+JqPg mRGd2eAkG8yRwEFQPYVl9zxTBlRwn8ojz74hrmegc2IDV6g94aOYzknkQ9O/Q1RlEZF5 EHo6jt1sIWGmsLaCIyReQwBXZRFyJJ2gBwLK3WUlC3VNkRXo8zvK6RY/umAyK60fxsqx lO8fZ9TPpzvQn5VSbZrJMqrSl6fx8UHFjxuYb+GeQbDCI36G5NUOffIh/LNV++VCaP9K 2hIhTI0AvQCZh2ytfZllRlP0C4Rk4+MW9i6MYtcVzJfW66AeRryElSYnrakRsVgElTfH Rk7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=pN+V0mZJhsk/P07ONcunuJ0twJZZ23SeeWXzOVSTvzU=; b=W9Ih9OC0aPleAZ/cCZGPwmeb0k6gs2SCIB1A7n0oKz5iuFrq3BMhg1BrPC6aDQ3nDY LcMFbFAX5dWzzX13cgVhRFm5v0eCLYBdWWCK+EWQEqGXDf/WiBCUnTxAxqqlPnVw2DFF Jj/PGP9kapHsjkL8ftNKB/7bHGpFELVx0x6yHWh6x0jrTqfa5dIvctwoVkXUEoJl8mmg j4VNyOZ4wZlI2caLV7dZzGkK+shNzeglgWHLPr18sHofmoB/g0VbYVICYofJVD7RB4VI 6kIlSXGsZPlM1q54xA2zFN/q7x4gAyyO0Vw+TuCbGpxcnP08/+NgneagTxYUtFwdKbPK DTZw== X-Gm-Message-State: AN3rC/7fI+NvGO5E51TglciWCRjScPMuSoRvxfCjdLTdrA5l0iQTanpK bUTXgi9PrBE+OnPUjMxNVA3AX1Fr+YDz X-Received: by 10.157.7.170 with SMTP id 39mr19229019oto.120.1493152712829; Tue, 25 Apr 2017 13:38:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.50.133 with HTTP; Tue, 25 Apr 2017 13:38:32 -0700 (PDT) In-Reply-To: <9709200.gDHZIeQ1vL@ralph.baldwin.cx> References: <201704252010.v3PKA0ba063109@pdx.rh.CN85.dnsmgr.net> <9709200.gDHZIeQ1vL@ralph.baldwin.cx> From: Benjamin Kaduk Date: Tue, 25 Apr 2017 15:38:32 -0500 Message-ID: Subject: Re: svn commit: r317409 - head/contrib/tcpdump To: John Baldwin Cc: rgrimes@freebsd.org, Gleb Smirnoff , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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, 25 Apr 2017 20:38:33 -0000 On Tue, Apr 25, 2017 at 3:28 PM, John Baldwin wrote: > > I do think that when referring to a Git hash the citation should also > include > something to identify which repository it came from. It doesn't have to > be a > URL per se (we just use 'NetBSD' for makefs, not a full URL to NetBSD's > cvsweb), but it should be clear enough that one can find the corresponding > repository. Probably that information belongs in 'Obtained From'. > Since Rodney asked and I already have the svn log up, here are some existing commits that are doing similar sorts of things: r317267 is typical of the illumos/ZFS imports though sometimes a full github URL is used, as in r316695 r316665 pulls from Concurrency Kit (I think; CK was not expanded in the commit message :( ) r315947 from libcxxrt r315926 and a few previous revisions from dragonflybsd.git r315745 from libcxxrt r314435 again from CK and we're not even out of 2017 yet. -Ben