qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/3] Fix regression caused my moving README


From: Pranith Kumar
Subject: [Qemu-devel] [PATCH v2 0/3] Fix regression caused my moving README
Date: Wed, 20 Jul 2016 16:31:28 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]