X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/6e42d2bee0acc11d8ba0ae584646e66ce918c978..b30cacdf8da07f40af03f1b26021d8ec4d8b8b4c:/doc/bugs/octal_umask_setting_is_unintuitive.mdwn?ds=inline

diff --git a/doc/bugs/octal_umask_setting_is_unintuitive.mdwn b/doc/bugs/octal_umask_setting_is_unintuitive.mdwn
index 0a63940ce..5cdefcf09 100644
--- a/doc/bugs/octal_umask_setting_is_unintuitive.mdwn
+++ b/doc/bugs/octal_umask_setting_is_unintuitive.mdwn
@@ -28,6 +28,9 @@ you have to use one of
 
 and if you try to say 022 you'll get 22 decimal = 026 octal.
 
+[[!tag patch]]
+[[!template id=gitbranch branch=smcv/umask-keywords author="[[smcv]]"]]
+
 Perhaps the best way to solve this would be to have keywords
 for the few values of `umask` that are actually useful?
 
@@ -43,3 +46,10 @@ via a symlink attack. So I don't think we need keywords
 for those.
 
 --[[smcv]]
+
+> I support this change, but your git repository does not seem to have
+> that branch (or anything) in it today. --[[Joey]]
+
+>> git pushes have a restrictive umask, ironically... fixed. --[[smcv]]
+
+>>> [[done]] --[[Joey]]