Option to Include Deleted Files with Diff
Related to #256, this PR adds an extra flag to diff that allows files deleted from the project, but present in the template, to be included in cruft diff output. This is especially helpful when trying to backport cruft / cookiecutter to existing projects for compliance.
I believe the work should be mostly compatible with PR #233, given that it affects how the cookiecutter is generated and only makes small changes to the diff step. The argument may need clarifying in the event #233 is to be merged.
@millsks are you looking for maintainers? This is something that's being a big blocker for us right now.
@padraic-padraic how are you working around this right now?
I use my own fork, installed from git directly rather than pypi. The master branch includes this change plus a couple of other fixes I've opened PRs for.
@millsks are you looking for maintainers? This is something that's being a big blocker for us right now.
@padraic-padraic how are you working around this right now?
Hi Caio. I myself am not a maintainer for cruft. I have contributed in the past to include a new feature.
@samj1912 are you available to review and merge this PR?