From owner-freebsd-git@FreeBSD.ORG Mon Nov 17 20:48:57 2014 Return-Path: Delivered-To: git@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA2569A2 for ; Mon, 17 Nov 2014 20:48:57 +0000 (UTC) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E5E5289 for ; Mon, 17 Nov 2014 20:48:57 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id 10so16641335lbg.14 for ; Mon, 17 Nov 2014 12:48:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=NRlUM3v+t50jt5W6N54D3R8En9+l5p5tvc2TTXbqu3k=; b=qtrpKkDkc/6c3BS8rAI2pkIqHQ3rTLWTLvL4xLSjghMykb0q4tM4UnVd4CfcqAAQKi 8KX2wQK7VGVbTj788TJpyiWTP7xfX8fhO8LpGnKJ9/0xzhaPgXEvaWLWw5BQEhf4o39O NoV1lQQuxIwRtM1dW7LvO7lygEprnX/HTkK1YO4fnI1r7qYlYMc9igsbmkOrFvfRL9/R atwtK6GcDLiki5KO4IygkobXssqdDECveWGGkCwAX8H35qLlFxPZ2mYe2FNws0sWEK2V iZ94EIx4JlUTfPSJR5YKqgfyB7MjOxhk+tg/emVNtAVC9Si2GL5zJN0MVKNwSzh+LUoV o9IQ== MIME-Version: 1.0 X-Received: by 10.112.184.70 with SMTP id es6mr13180008lbc.85.1416257335194; Mon, 17 Nov 2014 12:48:55 -0800 (PST) Sender: uspoerlein@gmail.com Received: by 10.152.170.133 with HTTP; Mon, 17 Nov 2014 12:48:55 -0800 (PST) In-Reply-To: <546935FF.10105@mu.org> References: <546935FF.10105@mu.org> Date: Mon, 17 Nov 2014 21:48:55 +0100 X-Google-Sender-Auth: jX3TVP-02zsP_LiII5Oiyc0iRqQ Message-ID: Subject: Re: Wiki updates that might interest people. From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= To: Alfred Perlstein Content-Type: text/plain; charset=UTF-8 Cc: git@freebsd.org 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: Mon, 17 Nov 2014 20:48:57 -0000 2014-11-17 0:40 GMT+01:00 Alfred Perlstein : > 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!!! Woohoo, thanks for digging up those patches and testing them! > > 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 I fear this page is becoming a little unreadable over time. The topic creeped from just getting a src clone, to covering all the various bases. And no, I don't have a good idea how to structure them better. Some feedback from the community as to what needs to be documented and what is hard to understand would help, I guess. > Anyhow, the instructions have been updated to show you how to take pull > requests from github and commit them directly to the tree. I have never worked with phabricator, but how do people upload patches there? Can I "patch-bomb" it and send out my reviews with git somehow? Cheers, Uli