When querying the API for commit comments, I sometimes get anchors that have a diffType of "EFFECTIVE" with a toHash that appears to be generated somehow. Is there a way that I can use this data to get a list of commits used for this "effective" diff?
Here's an example from the "activities" endpoint:
{"fromHash"=>"87fabe1ef09821868e789b5bde5b5cfb20c901fa",
"toHash"=>"da2f8b463cd5b28854958dea27f8f5e71884f445",
"line"=>7,
"lineType"=>"ADDED",
"fileType"=>"TO",
"path"=>"Rakefile",
"diffType"=>"EFFECTIVE",
"orphaned"=>true}