Wanchai / FTPbucket

FTPbucket is a PHP script that enables you to sync your BitBucket or GitHub repository with any web-server
102 stars 22 forks source link

Fixes issue #15 #19

Closed d2roth closed 6 years ago

d2roth commented 6 years ago

@Wanchai This retrieves a list of all commits between two commit hashes instead of just a maximum of 5.

ToDo: only upload the latest version of each file instead of all revisions of it. This would also save having empty directories from files added and removed between pushes.

Wanchai commented 6 years ago

@d2roth Thanks a lot for your contribution!