Skip to content

git-combine: Fix too many commits bug

Warren Gifford requested to merge fix-git-combine into main

Created by: chrismwendt

There are over 10M commits on the megarepo right now 🙀

CleanShot 2022-03-02 at 01 44 33@2x

This is because I introduced some logic in https://github.com/sourcegraph/sourcegraph/pull/31832 that interacted poorly with the 1K commit depth limit.

cc @tsenart in case you'd like to review this.

Test plan

Ran locally.

Merge request reports

Loading