From owner-freebsd-git@FreeBSD.ORG Sun Nov 16 23:40:48 2014 Return-Path: Delivered-To: git@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A423C803 for ; Sun, 16 Nov 2014 23:40:48 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 94BDAB3B for ; Sun, 16 Nov 2014 23:40:48 +0000 (UTC) Received: from AlfredMacbookAir.local (c-76-21-10-192.hsd1.ca.comcast.net [76.21.10.192]) by elvis.mu.org (Postfix) with ESMTPSA id 9746A341F83D for ; Sun, 16 Nov 2014 15:40:47 -0800 (PST) Message-ID: <546935FF.10105@mu.org> Date: Sun, 16 Nov 2014 15:40:47 -0800 From: Alfred Perlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: git@freebsd.org Subject: Wiki updates that might interest people. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2014 23:40:48 -0000 Hey folks, I've updated the wiki with better instructions on how to use git-svn and commit to FreeBSD. Right now we are sort of blocked adding new files until https://reviews.freebsd.org/D1154, but until then you can rebuild git with those changes and .... IT WORKSS!!! Updated bootstrap instructions here: https://wiki.freebsd.org/GitWorkflow#Using_git-svn_.28FreeBSD_committers_only.29 Updated how to merge pull requests here: https://wiki.freebsd.org/GitWorkflow#Merging_pull_requests_from_github_using_git-svn_.28FreeBSD_committers_only.29 Anyhow, the instructions have been updated to show you how to take pull requests from github and commit them directly to the tree. Drop me a line if you have any questions. Huge thanks to all that came before and made the page to start with! -Alfred