What is git actually doing when it says it is “resolving deltas”?

During the first clone of a repository, git first receives the objects (which is obvious enough), and then spends about the same amount of time “resolving deltas”. What’s actually happening during this phase of the clone?

3 Answers
3

Leave a Comment