From owner-freebsd-git@freebsd.org Thu Jan 19 14:14:06 2017 Return-Path: Delivered-To: freebsd-git@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 C3B0ACB75B1 for ; Thu, 19 Jan 2017 14:14:06 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from mail-it0-x244.google.com (mail-it0-x244.google.com [IPv6:2607:f8b0:4001:c0b::244]) (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 903E31695; Thu, 19 Jan 2017 14:14:06 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by mail-it0-x244.google.com with SMTP id o138so5086406ito.3; Thu, 19 Jan 2017 06:14:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to:cc; bh=dFHZ2eVrxeEogb0g/IpPsNeov4y5a0FzkvK6xzpe1HI=; b=QDh33Qf2J5XHPzteMaI18EWpb6Zp5QgsXfzkvD15bMvz41D0bIw7UVa9XJlRjR/0v5 vD78YqSsqllvoCU/TGenxBUbRcXRlapgpbE3PO4GL6ElcHUoViPSUIykII8lK28I0GPL 89Os1otTqhAymdAIIM+EG5RXVqR/RP7TWbv+mFyj6EQnKQ3bcmgM2BlXIb+ll6SS3U1d s0UvceqDvLZNFXwgwmHy/KTBvP7bGqVCEPtcVXJPp8Y8dRHd+sXGqYTj60XQzaK8xudd yVhjwgV+bo9oxD92Pn2zwoCSM9lsf34wNVAuuhfTale2lJrSDZq+E8SOaZHxReXE4Ug1 Rclw== 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:from:date:message-id:subject :to:cc; bh=dFHZ2eVrxeEogb0g/IpPsNeov4y5a0FzkvK6xzpe1HI=; b=TltvVK4jOdA3LGSuDiY/TVgHm4WhNPi7D1KEywDUut9lvBblndBUewveNnIJLHYvAt CWCwM2mK3W9H+O+P8f8EU+8qo0AkClWIWS1ieOMwftAKD6M9OsTp3+DUrYArp7C2BsRs +vVO5UtEkaXf+gxuNYkUI3WpxSvuL0eG4o0x7sCJ2dKaE+yGp4yIFuxLWJ3peTdF408X xAb/C7bYQUtMvpoCdyj0I7JdNIqiZHEwOghLNUgCZeG5RFuY2rDWZb8qViprDMCW6SSn wLTEAvQuuU8KsDsErf+fqiHcZYnICD9tcsn/vQNglLiupSK/ibJOP+QzqbFDCLvvCISC Y8tA== X-Gm-Message-State: AIkVDXKEXF8ilBDqQ8C8FKJkjsnBA40I6X0o/IAmwzXun/L44qB2oP9NH6ZaZXcaNO0Js/kfuM3xJDDyyVxH9Q== X-Received: by 10.36.23.144 with SMTP id 138mr8378537ith.13.1484835245823; Thu, 19 Jan 2017 06:14:05 -0800 (PST) MIME-Version: 1.0 Sender: uspoerlein@gmail.com Received: by 10.107.132.83 with HTTP; Thu, 19 Jan 2017 06:14:05 -0800 (PST) From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= Date: Thu, 19 Jan 2017 15:14:05 +0100 X-Google-Sender-Auth: mlMDSwaWFxdKIh0AQd0W9T601Aw Message-ID: Subject: Concerning "write" access to freebsd-base/doc/ports on Github To: freebsd-git@freebsd.org, git-admin@freebsd.org Cc: jhb@freebsd.org, matthew@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 19 Jan 2017 14:14:06 -0000 Hey all, it has been requested that regular committers should be able to respond to pull requests and close them (because we can't use them and you need to do a round-trip via SVN to merge the changes in, I recommend the "git-svn" way as described on the Wiki). To be able to close out pull requests, you need to have "write" access to the repo, so this has been granted to the members of the Ports/Src/Doc teams on github. Please only use this feature to close pull requests, never merge them from within the github UI, as those commits will be clobbered by the next converter run. Cheers, Uli