From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: bug#27007: [PATCH v2 2/2] doc: Adapt to multiple bootloader support. Date: Thu, 08 Jun 2017 16:33:17 +0200 Message-ID: <86shjaim6q.fsf@gmail.com> References: <20170608105738.14445-1-m.othacehe@gmail.com> <20170608105738.14445-2-m.othacehe@gmail.com> <87h8zqwt5m.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIyVj-0002GF-1Q for bug-guix@gnu.org; Thu, 08 Jun 2017 10:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIyVe-0001PU-5r for bug-guix@gnu.org; Thu, 08 Jun 2017 10:34:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60769) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dIyVe-0001PP-3I for bug-guix@gnu.org; Thu, 08 Jun 2017 10:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dIyVd-00083H-Tk for bug-guix@gnu.org; Thu, 08 Jun 2017 10:34:01 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-reply-to: <87h8zqwt5m.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27007-done@debbugs.gnu.org > In the future, I think it’ll be preferable to commit code/tests/doc > together. That is, in the commit that changes the API from being > GRUB-specific to supporting multiple bootloaders, we include not only > the code but also the doc update. This simplifies review, makes sure > each commit is self-contained, and ensure that users get consistent > documentation. Yes I noticed this has confused some users, sorry for that :(. I pushed the two commits. Thanks, Mathieu