Details
-
Bug
-
Status: Done
-
High
-
Resolution: Fixed
-
5.1.8
-
None
-
None
-
Sprint 40, Sprint 41, Sprint 42
-
0.7
Description
It's because we check commits using git rev-list, in case some commits have been pushed with the tag. Because the ref change has no start point we check all the commits from the start.
We should look at using the repository hook trigger for only commits added and registering a commit callback so tags are ignored.