I am trying to get the commits of pull-request 4 (https://github.com/GustavoVale/Merge_Conflict_Scenarios/pull/4/commits), but instead of get two commits (46b7d34 and a40dbf9) I am getting a list with thousands of commits (6817 to be precise, but most of them are repeated). I guess that it is happening because this is the first closed pull-request of the project and it is getting a wrong "base" commit. The correct base commit is (4076cc11574f99ab067470b02f0d6cda24a0cb30) the third commit of the returned list.