Commit Graph

1 Commits

Author SHA1 Message Date
Stan Hu 52215e8983 Allow caching of negative FindCommit matches
When FindCommit ref caching is enabled, negative matches would
previously not be cached. However, if a source branch is deleted,
there's no need to keep looking up the same commit. This change caches
the result of a nil commit.
2019-06-25 22:59:24 -07:00