This depends on #5757
Git 2.29 added an extension for commit-graph files such that they also contain a bloom filter to track modified paths in commits, which can make the implementation of path-based revwalks easier AND faster.
Once some of the changes in #5757 land, this work can start. Some of the tasks involved:
Relevant documentation:
This depends on #5757
Git 2.29 added an extension for
commit-graphfiles such that they also contain a bloom filter to track modified paths in commits, which can make the implementation of path-based revwalks easier AND faster.Once some of the changes in #5757 land, this work can start. Some of the tasks involved:
commit-graphfiles.commit-graphmetadata.commit-graphfiles with changed path bloom filters.Relevant documentation: