From owner-freebsd-current@FreeBSD.ORG Sun Dec 16 09:44:46 2012 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44C427BC for ; Sun, 16 Dec 2012 09:44:46 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by mx1.freebsd.org (Postfix) with ESMTP id C6FA28FC12 for ; Sun, 16 Dec 2012 09:44:45 +0000 (UTC) Received: from localhost (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by acme.spoerlein.net (8.14.5/8.14.5) with ESMTP id qBG9ihvt005211 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 16 Dec 2012 10:44:44 +0100 (CET) (envelope-from uqs@FreeBSD.org) Date: Sun, 16 Dec 2012 10:44:43 +0100 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Alfred Perlstein Subject: Re: HEADS UP: FreeBSD git mirrors demoted to beta status, need your help Message-ID: <20121216094443.GK69724@acme.spoerlein.net> Mail-Followup-To: Alfred Perlstein , "current@FreeBSD.org" References: <20121215132246.GH69724@acme.spoerlein.net> <20121215210746.GI69724@acme.spoerlein.net> <20121215211634.GJ69724@acme.spoerlein.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "current@FreeBSD.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 09:44:46 -0000 On Sat, 2012-12-15 at 16:44:52 -0800, Alfred Perlstein wrote: > > > On Dec 15, 2012, at 1:16 PM, Ulrich Spörlein wrote: > > > > Ok, scrap that, I have too many copies of the conversion lying around > > and got confused. > > > > I'd like to thank all who reported in with hashes of their conversion > > run and will make sure all is solid tomorrow. > > > > Thanks. I am wondering will the new repo include svn revision numbers in the git commit logs? > > Thank you. Not in the logs, they are stored in git notes. If you don't have em, run the following: git config add remote.origin.fetch '+refs/notes/*:refs/notes/*' git fetch The git log will then produce output like this: commit c3c1c81918dd701cfecb370f591746bacc907e4d Author: rwatson Date: Sat Dec 15 15:21:09 2012 +0000 Four .c files from OpenBSM are used, in modified form, by the kernel to implement the BSM audit trail format. Rename the kernel versions of the files to match the userspace filenames so that it's easier to work out what they correspond to, and therefore ensure they are kept in-sync. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=244267 You can search for a specific revision like this: % git log --grep="revision=234567" commit 0264d1ea29a4b35914a658ab01ece38e3637f84f Author: delphij Date: Sun Apr 22 07:51:49 2012 +0000 - Use quote when tab is used; - Follow the same macros used in device driver manual pages. Notes: svn path=/head/; revision=234567 hth Uli