Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not exit on parent not found (all_commits)
When checking all the commits, `cog check` should not exit if parent is not found because this is perfectly normal when working in a shallow repository. This patch modifies this behavior so the `all_commits` method simply returns less commits (all the commits availables in the shallow repository).
- Loading branch information