-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: None
-
Component/s: Pull Requests
If all of the commits added or removed by a given rescope activity shown in the overview are pruned (removed from the repository), trying to display the pull request fails with:
The syntax used is incorrect. git exited and printed a usage block.
This is because the git rev-list used to load those commits uses --ignore-missing, which means if all of the commits are removed git rev-list behaves as if no commits were provided at all.
- relates to
-
BSERV-4621 commits REST API returns all commits if `until` or `since` is unknown
-
- Closed
-