lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master d432bc8 09/14: Improve documentation of git s


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d432bc8 09/14: Improve documentation of git scripts
Date: Sat, 25 Apr 2020 17:43:13 -0400 (EDT)

branch: master
commit d432bc81157675c09bec93b48279a00806faf3da
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Improve documentation of git scripts
---
 gwc/share_git1.sh | 3 ++-
 gwc/share_git2.sh | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gwc/share_git1.sh b/gwc/share_git1.sh
index 40e52cc..026ce71 100755
--- a/gwc/share_git1.sh
+++ b/gwc/share_git1.sh
@@ -60,7 +60,8 @@ sudo --user=pulse git -C "$inited" fetch
 chmod g+w "$inited"/FETCH_HEAD
 sudo --user=pulse git -C "$inited" fetch
 
-# Second method: git-clone --bare --config core.SharedRepository=group
+# Second method: git-clone, then fix permissions manually--necessary
+# despite '--config core.SharedRepository=group'.
 
 chgrp audio .
 chmod g+ws .
diff --git a/gwc/share_git2.sh b/gwc/share_git2.sh
index 3764e7a..f3eab6c 100755
--- a/gwc/share_git2.sh
+++ b/gwc/share_git2.sh
@@ -70,7 +70,8 @@ sudo --user=pulse git -C "$inited" fetch
 # Need to do this after fetching, for the worktree.
 chmod -R g=u "$inited"
 
-# Second method: git-clone, and fix up permissions manually
+# Second method: git-clone, then fix permissions manually--necessary
+# despite '--config core.SharedRepository=group'.
 
 cloned="cloned_nonbare"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]