-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
Description
We use the branch strategy to merge each Feature to the SIT branch, and use git deps to find all the dependencies at each SIT Commit point, Cherry-pick to the UAT branch, but we found that when the amount of commit is quite large, git deps is not work to produce result. Is there a limitation for git deps? If not, what is the possibility that the results will not run out? Thanks