Skip to content

How to get the hash of the most recent commit of a file under a ref? #1949

Answered by Byron
ali1234 asked this question in Q&A
Discussion options

You must be logged in to vote

The algorithm can't be used - instead one should traverse each commit, see which files were changed, and remove those from the set of all currently tracked files while associating the hash of the commit. Repeat until the set of tracked files is empty.

This will traverse the commit-graph once, in the worst case, and diff the trees of each commit. But there isn't really any other way.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ali1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants