All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V2 0/3] Formatted INFO files to fit Markdown (.md) format.
@ 2018-09-02 17:53 Yoni Bettan
  2018-09-02 17:53 ` [Qemu-devel] [PATCH V2 1/3] README.md : Formatted " Yoni Bettan
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Yoni Bettan @ 2018-09-02 17:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: ehabkost, stefanha, Yoni Bettan

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

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

end of thread, other threads:[~2018-09-04 19:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-02 17:53 [Qemu-devel] [PATCH V2 0/3] Formatted INFO files to fit Markdown (.md) format Yoni Bettan
2018-09-02 17:53 ` [Qemu-devel] [PATCH V2 1/3] README.md : Formatted " Yoni Bettan
2018-09-03  9:43   ` Daniel P. Berrangé
2018-09-02 17:54 ` [Qemu-devel] [PATCH V2 2/3] CODING_STYLE.md " Yoni Bettan
2018-09-02 17:54 ` [Qemu-devel] [PATCH V2 3/3] HACKING.md " Yoni Bettan
2018-09-03  9:45 ` [Qemu-devel] [PATCH V2 0/3] Formatted INFO files " Daniel P. Berrangé
2018-09-04 19:44 ` Eric Blake

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.