Skip to content

Calculating a reachability "diff", a la git rebase #1017

Answered by Byron
BatmanAoD asked this question in Q&A
Discussion options

You must be logged in to vote

No worries, there is no high-level overview or 'by-example' book just yet.

This sounds very much like making a revision traversal from a given commit, but not letting it traverse past another commit (the previous release, for instance). This should be possible by using a revision walk with a filter, as it should traverse exactly the commits you would be interested in.

Please note that the commitgraph is an acceleration data structure which is already being used when available for an about 7x speedup.

I hope that helps.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@BatmanAoD
Comment options

@Byron
Comment options

@dbanty
Comment options

@BatmanAoD
Comment options

Answer selected by Byron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants