After playing a bit with `tap-gitlab` it looks to ...
# plugins-general
t
After playing a bit with
tap-gitlab
it looks to me, that it doesn’t synchronize all commits, but only those of the default branch. Looking at the gitlab api seems to confirm this idea, since the commits endpoint defaults to the default branch if none is given. Is there a way to configure
tap-gitlab
to pull ALL commits, and not only those of a specific branch?