From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPy9Y-0008Ka-WA for qemu-devel@nongnu.org; Wed, 20 Jul 2016 16:31:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPy9V-000217-QM for qemu-devel@nongnu.org; Wed, 20 Jul 2016 16:31:36 -0400 Received: from mail-yw0-x241.google.com ([2607:f8b0:4002:c05::241]:35985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPy9V-00020n-MP for qemu-devel@nongnu.org; Wed, 20 Jul 2016 16:31:33 -0400 Received: by mail-yw0-x241.google.com with SMTP id u134so4130277ywg.3 for ; Wed, 20 Jul 2016 13:31:33 -0700 (PDT) From: Pranith Kumar Date: Wed, 20 Jul 2016 16:31:28 -0400 Message-Id: <20160720203131.30229-1-bobby.prani@gmail.com> Subject: [Qemu-devel] [PATCH v2 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 e5dfc5e8e("Move README to markdown") Update README to accomodate markdown format Create README.md as a symlink to README v2: - Fix wrong commit hash in the subject of patch 1 - Update with comments from Stefan Weil 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