Name |
Last commit
|
Last update |
---|---|---|
.. | ||
ahead_behind.c | ||
commit_graph.c | ||
descendant_of.c | ||
reachable_from_any.c |
This change introduces a new API function `git_graph_reachable_from_any()`, that answers the question whether a commit is reachable from any of the provided commits through following parent edges. This function can take advantage of optimizations provided by the existence of a `commit-graph` file, since it makes it faster to know whether, given two commits X and Y, X cannot possibly be an reachable from Y. Part of: #5757
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
ahead_behind.c | Loading commit data... | |
commit_graph.c | Loading commit data... | |
descendant_of.c | Loading commit data... | |
reachable_from_any.c | Loading commit data... |