diff options
author | Bert Wesarg <bert.wesarg@googlemail.com> | 2019-10-11 10:36:41 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-12 11:51:20 +0900 |
commit | edefc318731f69c3e5354ead9f7505e789562375 (patch) | |
tree | 028c2bc8b344df445ea07ce86f0a932d8572c8c9 /Documentation/RelNotes/1.7.0.4.txt | |
parent | config/format.txt: specify default value of format.coverLetter (diff) | |
download | tgif-edefc318731f69c3e5354ead9f7505e789562375.tar.xz |
format-patch: create leading components of output directory
'git format-patch -o <outdir>' did an equivalent of 'mkdir <outdir>'
not 'mkdir -p <outdir>', which is being corrected.
Avoid the usage of 'adjust_shared_perm' on the leading directories which
may have security implications. Achieved by temporarily disabling of
'config.sharedRepository' like 'git init' does.
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.0.4.txt')
0 files changed, 0 insertions, 0 deletions