I have a script to use the VSTS api to create a commit log between two different versions, however the response from the VSTS api returns comments as truncated. This is the most important part of the magazine for my purposes and as such would like to receive comments completely from the api.
The answer is returned like this:

I could obviously loop through each commit identifier and get full comments by calling api for each of these identifiers, but since this script will be part of our release process, I want it to be as fast as possible, and all these additional calls would add extra time in the script.
From what I see, there is no way to get full comments when getting a list of commits, but I hope someone out there can help me with this?
thanks
source share