From efff32bec0320d4e90231ff71ef1ba6dbe53001b Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 19 Jul 2013 06:10:44 -0700 Subject: [PATCH] update.sh/clone.sh: fix comment typos --- jobd/update.sh | 2 +- taskd/clone.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jobd/update.sh b/jobd/update.sh index 9219050..fa801b7 100755 --- a/jobd/update.sh +++ b/jobd/update.sh @@ -84,7 +84,7 @@ case "$url" in esac # The objects subdirectories permissions must be updated now. -# In the case of a dump http clone, the permissions will not be correct +# In the case of a dumb http clone, the permissions will not be correct # (missing group write) despite the core.sharedrepository=1 setting! # The objects themselves seem to have the correct permissions. # This problem appears to have been fixed in the most recent git versions. diff --git a/taskd/clone.sh b/taskd/clone.sh index 3dd38a1..a9b11f1 100755 --- a/taskd/clone.sh +++ b/taskd/clone.sh @@ -81,7 +81,7 @@ case "$url" in esac # The objects subdirectories permissions must be updated now. -# In the case of a dump http clone, the permissions will not be correct +# In the case of a dumb http clone, the permissions will not be correct # (missing group write) despite the core.sharedrepository=1 setting! # The objects themselves seem to have the correct permissions. # This problem appears to have been fixed in the most recent git versions. -- 2.11.4.GIT