Merge pull request #156 from contradict/__git_permissions
__git respects --owner and --group, add --moderemotes/origin/ssh_callback
commit
3b430c0d76
@ -0,0 +1,5 @@ |
||||
#!/bin/sh |
||||
|
||||
destination="/$__object_id/.git" |
||||
|
||||
stat --print "%G" ${destination} 2>/dev/null || exit 0 |
@ -0,0 +1,5 @@ |
||||
#!/bin/sh |
||||
|
||||
destination="/$__object_id/.git" |
||||
|
||||
stat --print "%U" ${destination} 2>/dev/null || exit 0 |
Loading…
Reference in new issue