qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] Fix regression caused my moving README
@ 2016-07-20 20:31 Pranith Kumar
  2016-07-20 20:31 ` [Qemu-devel] [PATCH v2 1/3] Revert e5dfc5e8e("Move README to markdown") Pranith Kumar
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Pranith Kumar @ 2016-07-20 20:31 UTC (permalink / raw)
  Cc: qemu-devel, famz, peter.maydell, berrange, sw, eblake, stefanha,
	armbru

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-21  9:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-20 20:31 [Qemu-devel] [PATCH v2 0/3] Fix regression caused my moving README Pranith Kumar
2016-07-20 20:31 ` [Qemu-devel] [PATCH v2 1/3] Revert e5dfc5e8e("Move README to markdown") Pranith Kumar
2016-07-21  9:56   ` Peter Maydell
2016-07-20 20:31 ` [Qemu-devel] [PATCH v2 2/3] Update README to accomodate markdown format Pranith Kumar
2016-07-20 20:31 ` [Qemu-devel] [PATCH v2 3/3] Create README.md as a symlink to README Pranith Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).