From 15ed3c7ea709e9877ddcb177f7c874ac3175e01d Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Tue, 6 Sep 2016 19:53:24 -0700 Subject: [PATCH] update-all-config: include bundles & reflogs in mode check When they were added to update-all-config.sh there were inadvertently left out of the directory permisions checks so fix this by adding them to the list. Signed-off-by: Kyle J. McKay --- toolbox/update-all-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox/update-all-config.sh b/toolbox/update-all-config.sh index 7007bb0..5a8bf5a 100755 --- a/toolbox/update-all-config.sh +++ b/toolbox/update-all-config.sh @@ -211,7 +211,7 @@ do_config() { mkdirs='refs info hooks ctags htmlcache bundles reflogs objects objects/info' mkfiles='config info/lastactivity' -fixdpermsdirs='. refs info ctags htmlcache objects objects/info' +fixdpermsdirs='. refs info ctags htmlcache bundles reflogs objects objects/info' fixdpermsrwx='refs objects' fixfpermsfiles='HEAD config description packed-refs README.html info/lastactivity' fixfpermsfiles="$fixfpermsfiles info/alternates info/http-alternates info/packs" -- 2.11.4.GIT