This patch make INFO files (e.g. README, CODING_STYLE and HACKING) much more readable when watched from GitHub GUI.
./VERSION, ./MAINTAINERS were leave untouched otherwise ./scripts/get_maintainer.pl breaks. ./COPYING, ./LICENSE ./COPYING.LIB were leave untouched because it look likes they come from GNU and not QEMU. Visualization of the change can be found at https://github.com/ybettan/qemu/tree/md. NOTE: This last part of the message should be removed from the commit message since I will remove the 'md' branch from my fork if the patch is accepted. Yoni Bettan (3): README.md : Formatted to fit Markdown (.md) format. CODING_STYLE.md : Formatted to fit Markdown (.md) format. HACKING.md : Formatted to fit Markdown (.md) format. CODING_STYLE => CODING_STYLE.md | 151 ++++++++++++++------------ HACKING => HACKING.md | 186 +++++++++++++++++--------------- README => README.md | 89 +++++++-------- scripts/checkpatch.pl | 2 +- 4 files changed, 223 insertions(+), 205 deletions(-) rename CODING_STYLE => CODING_STYLE.md (50%) rename HACKING => HACKING.md (53%) rename README => README.md (67%) V2: - Undone the changes on ./LICENSE - Updated scripts/get_maintainer.pl to reference to README.md instead of README - Repaired broken link to ./LICENSE in ./README.md -- 2.17.1