You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/07/22 23:40:50 UTC

[GitHub] [incubator-nuttx-apps] patacongo edited a comment on pull request #339: Use Markdown for readmes (just `examples` directory)

patacongo edited a comment on pull request #339:
URL: https://github.com/apache/incubator-nuttx-apps/pull/339#issuecomment-662742475


   > Again, despite `git mv` GitHub shows the files as deleted and created [14b40d7](https://github.com/apache/incubator-nuttx-apps/commit/14b40d7df66b6b6748818162810cdc98cff5f93b). So it is not very helpful for the review.
   
   You might need to use -M to let git autodetect the moved file when diff'ing.
   
   ...
   
   A little investigation shows that you can diff any two different files with different revisions.  For example, this works (but is not really meaningful):
   
       git diff 82debdc2139ebb27071d230a66612db2f1ac3a11:TODO README.txt
   
   That shows the difference between the current README.txt and and old revision of the TODO list.  So in general you should be able to do:
   
       git diff <revision>:README.txt README.md
   
   Where `<revision>` is the revision just before the `git mv`.


----------------------------------------------------------------
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:
users@infra.apache.org