Block a user
implement file caching
Uhm there is the risk of changing the cached version after the next update. Maybe is better to unlink first the fileif present (IIRC there is a parameter to remove any error in the file does not…
implement file caching
there is a risk of commiting this into git? maybe use cache = Path("~/.cache/git-import/").expanduser()
implement file caching
I propose to use the same model than git (also drop joinpath): filepath = cache / md5[:2] / md5[2:]
Fix up some code after aplanas' continued review
Path(entry["name"])
, do not use PurePath, only Path
Fix URLs and commits form broken packages
Export the built tree as git repo
p1_str = f" p1:{self.parent1.short_string()}" if self.parent1 else ""