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