diff options
author | Garima Singh <garima.singh@microsoft.com> | 2020-03-30 00:31:28 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-30 09:59:53 -0700 |
commit | f97b9325f6d7ad2a28bfaf6fab3197d207fcb278 (patch) | |
tree | 54b77d41e45aa67f13124aa2062c9b70f89bf927 /diff-lib.c | |
parent | diff: halt tree-diff early after max_changes (diff) | |
download | tgif-f97b9325f6d7ad2a28bfaf6fab3197d207fcb278.tar.xz |
commit-graph: compute Bloom filters for changed paths
Add new COMMIT_GRAPH_WRITE_CHANGED_PATHS flag that makes Git compute
Bloom filters for the paths that changed between a commit and it's
first parent, for each commit in the commit-graph. This computation
is done on a commit-by-commit basis.
We will write these Bloom filters to the commit-graph file, to store
this data on disk, in the next change in this series.
Helped-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Garima Singh <garima.singh@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff-lib.c')
0 files changed, 0 insertions, 0 deletions