Problem deleting folders
Closed this issue · 1 comments
pocketarc commented
Because of the way git works, when deleting a folder from git, the only changes that are tracked are the files that are deleted, not the folders. As a result, it is impossible to figure out whether a folder was deleted or whether it was only its contents that were removed. This has to be sorted out. Somehow.
pocketarc commented
Decided not to implement this for the time being.