Closed chatziko closed 5 years ago
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed, please reply here (e.g. I signed it!
) and we'll verify. Thanks.
CLA signed.
CLAs look good, thanks!
Any chance this will be merged?
I'm gonna check this today. Sorry for extremely late reply.
Thanks, looks good!
Oops, broke your change... just manually fixed conflicts.
Merged now. Thanks!
To properly sync symlinks, use stat instead of lstat, otherwise we get the size of the link (instead of the file) and we end up constantly re-pushing everything. Also add a --copy-links/-L option that enables syncing of symlinks, similarly to rsync.