Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitGraph: Correct commit variable in overlap check.
Originally, the function was checking if any commits were on the same branch as `commit2`, the destination commit. However, in order to avoid a conflict, we should only need to check whether any commits are on the same branch as `commit 1`. Updated and moved commenting as well.
- Loading branch information