From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58457) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imiQZ-0003TS-GO for guix-patches@gnu.org; Wed, 01 Jan 2020 13:09:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1imiQY-0001CK-Fj for guix-patches@gnu.org; Wed, 01 Jan 2020 13:09:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59802) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1imiQY-0001Bg-CZ for guix-patches@gnu.org; Wed, 01 Jan 2020 13:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1imiQY-00056n-8K for guix-patches@gnu.org; Wed, 01 Jan 2020 13:09:02 -0500 Subject: [bug#38846] [PATCH 2/4] doc: Move "Commit Access" section from 'HACKING' to the manual. Resent-Message-ID: References: <20200101163446.5132-1-ludo@gnu.org> <20200101163446.5132-2-ludo@gnu.org> From: Ricardo Wurmus In-reply-to: <20200101163446.5132-2-ludo@gnu.org> Date: Wed, 01 Jan 2020 19:08:49 +0100 Message-ID: <87y2urm4lq.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: guix-maintainers@gnu.org, 38846@debbugs.gnu.org Ludovic Court=C3=A8s writes: > * HACKING (Commit Access): Remove. > (Contributing): Update URL of the manual. > * doc/contributing.texi (Commit Access): New section. > (Submitting Patches): Add cross reference. LGTM! --=20 Ricardo