From: Alejandro Colomar Date: Mon, 16 Dec 2024 14:09:52 +0000 (+0100) Subject: CONTRIBUTING.d/git: mkdir(1) parent directory before writing to file X-Git-Tag: man-pages-6.10~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a43746817db68129448e09b2d356fa12f7da6764;p=thirdparty%2Fman-pages.git CONTRIBUTING.d/git: mkdir(1) parent directory before writing to file Reported-by: Elliott Hughes Signed-off-by: Alejandro Colomar --- diff --git a/CONTRIBUTING.d/git b/CONTRIBUTING.d/git index 5fe42ea29..40c5c3144 100644 --- a/CONTRIBUTING.d/git +++ b/CONTRIBUTING.d/git @@ -14,6 +14,7 @@ Description manual page. $ git config --global diff.man.xfuncname '^\.S[SHsh] .*$'; + $ mkdir -p ~/.config/git/; $ echo '*.[0-9]* diff=man' >>~/.config/git/attributes; git-format-patch(1)