I’m trying to understand the exact format for how git stores tree objects. How is the hash of a tree object calculated?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
tree object
for each entry in tree_content
mode: 100644 for a regular file, 100755 executable; 040000: tree; 120000: symlink; 160000: gitlink
table http://linquize.blogspot.hk/2011/10/supplemental-information-for-git.html