johnmehr / gitup

A minimalist, dependency-free FreeBSD program to clone/pull Git repositories.
BSD 2-Clause "Simplified" License
50 stars 9 forks source link

File and permission changes are not being properly processed #89

Closed johnmehr closed 1 year ago

johnmehr commented 1 year ago

When files are replaced with a directory that has the same name (and vice versa), gitup does not properly detect and handle the change. In addition, file permission changes in a repository are not being updated locally.