jgit-spark-connector
jgit-spark-connector copied to clipboard
Don't traverse history when there is an index = 0 filter
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.