jgit-spark-connector icon indicating copy to clipboard operation
jgit-spark-connector copied to clipboard

Don't traverse history when there is an index = 0 filter

Open erizocosmico opened this issue 7 years ago • 0 comments

Right now, if there is an index filter all history is traversed and then filtered. We could skip that altogether and just don't traverse the history if we have a index = 0 filter.

erizocosmico avatar Apr 10 '18 14:04 erizocosmico