Skip to content
Discussion options

You must be logged in to vote
Answered by Byron Aug 7, 2024

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

Byron
Aug 7, 2024
Maintainer

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