implemented createDirectoryUnder

This commit is contained in:
Joey Hess 2020-03-05 13:56:39 -04:00
parent 662e5a5db9
commit 5b022eea87
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 80 additions and 1 deletions

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2020-03-05T17:54:38Z"
content="""
Implemented createDirectoryUnder, now just have to change every
createDirectoryIfMissing True to it.. There are only 75 of them so not
super bad?
Also, of course, some library might use it, but I doubt any that do
create directories inside the git repo, more likely they would be creating
tmp dirs or stuff like that.
"""]]