author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 22 Jun 2005 02:10:21 +0000 (19:10 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 22 Jun 2005 02:10:21 +0000 (19:10 -0700) | ||
commit | 5c8af185cc547b1babdd6292b1c77bec1941922f | |
tree | b5c34bca2e519e8f675eae30ef581464ada17687 | tree | snapshot |
parent | fa3e0655a45f53bbc1b48edc8f931426b183cba1 | commit | diff |
git-apply: create subdirectories leading up to a new file
Applying Andrew's latest patch-bomb showed us failing miserably if a new
subdirectory needed to be created.. That said, it's uncommon enough
that it's worth optimistically assuming it won't be needed, and then
creating the subdirectories only on failure.
Applying Andrew's latest patch-bomb showed us failing miserably if a new
subdirectory needed to be created.. That said, it's uncommon enough
that it's worth optimistically assuming it won't be needed, and then
creating the subdirectories only on failure.
apply.c | diff | blob | history |