From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPxLf-0004ui-L5 for qemu-devel@nongnu.org; Wed, 20 Jul 2016 15:40:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPxLa-00068E-N3 for qemu-devel@nongnu.org; Wed, 20 Jul 2016 15:40:02 -0400 Received: from mail-yw0-x242.google.com ([2607:f8b0:4002:c05::242]:34869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPxLa-00067w-JA for qemu-devel@nongnu.org; Wed, 20 Jul 2016 15:39:58 -0400 Received: by mail-yw0-x242.google.com with SMTP id c13so4092821ywh.2 for ; Wed, 20 Jul 2016 12:39:58 -0700 (PDT) From: Pranith Kumar Date: Wed, 20 Jul 2016 15:39:52 -0400 Message-Id: <20160720193955.21782-1-bobby.prani@gmail.com> Subject: [Qemu-devel] [PATCH 0/3] Fix regression caused my moving README List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org, famz@redhat.com, peter.maydell@linaro.org, berrange@redhat.com, sw@weilnetz.de, eblake@redhat.com, stefanha@gmail.com, armbru@redhat.com When we renamed README we caused a bunch of regressions caused by checkpatch.pl and the windows installer which check for the presence of the README file. The ensuring discussion made it clear that having a symlink is preferable. This patch series implements that. This works as expected and can be seen here: https://github.com/pranith/qemu/tree/markdown Pranith Kumar (3): Revert e4dfc5e8e("Move README to markdown") Create README.md as a symlink to README Update README to accomodate markdown format README | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 107 +------------------------------------------------------------- 2 files changed, 106 insertions(+), 106 deletions(-) create mode 100644 README mode change 100644 => 120000 README.md -- 2.9.2