v01d commented on pull request #1834:
URL: https://github.com/apache/incubator-nuttx/pull/1834#issuecomment-694508492


   One example of a file in arch is the following: 
`arch/arm/src/samd5e5/sam_tc.h`.
   If you run: `git --no-abbrev --raw --follow -- 
../../arch/arm/src/samd5e5/sam_tc.h` you can find for example commit 
1767b21d3cdfd1e2988a1226d42ff40f6a79122e
   (the second hash at the bottom of the diff should be the blob hash for that 
file)
   in which indeed part of the diff is an update to the submodule commit but of 
course there's nothing about this file there.
   If you then request the blob: `git cat-file -p 
4a18471087626499f2f57a07238a32cfe803e6d0`
   you get `fatal: Not a valid object name 
4a18471087626499f2f57a07238a32cfe803e6d0`.
   So I'm not sure if the contents of the file at these parts of the history 
will be there.
   


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


Reply via email to