w8jcik edited a comment on pull request #337:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/337#issuecomment-662741659
I have one more idea. If some maintainer could create a branch for me called
for example `md-readmes`, from `master`, with this executed:
```
find . -name README -exec git mv "{}" "{}.md" \;
find . -name README.txt -execdir sh -c 'git mv $(printf "%s\n"
"${0%.*}").txt $(printf "%s\n" "${0%.*}").md' {} ';'
```
then I could do PR to it, and maybe GitHub would show valid diff.
Suggested commit message: _Rename README and README.txt to README.md_
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]