diff options
author | Taylor Blau <me@ttaylorr.com> | 2022-07-12 19:10:31 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-07-15 16:51:39 -0700 |
commit | 7805360b7a3be02057385bc9d17aa493120b9538 (patch) | |
tree | 6074401cd0c391f008ea3e9983de47cf87403a10 /commit.h | |
parent | 2dd804cd12143741ea4188346fba250e821609b5 (diff) |
commit-graph: introduce `repo_find_commit_pos_in_graph()`
Low-level callers in systems that are adjacent to the commit-graph (like
the changed-path Bloom filter code) could benefit from being able to
call a function like `parse_commit_in_graph()` without modifying the
corresponding commit slab data.
This is useful in contexts where that slab data is being used to prepare
for an upcoming commit-graph write, where Git must be careful to avoid
clobbering any of that data during a read operation.
Introduce a low-level variant of `parse_commit_in_graph()` which returns
the graph position of a given commit only, without modifying any of the
slab data.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions