kiss: comment

This commit is contained in:
Dylan Araps 2020-01-27 23:58:08 +02:00
parent 33a89dbe88
commit 6fc8b89b82
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 4 additions and 0 deletions

4
kiss
View File

@ -997,6 +997,10 @@ pkg_updates() {
# Find out the owner of the repository and spawn
# git as this user below.
#
# This prevents 'git' from changing the original
# ownership of files and directories in the rare
# case that the repository is owned by a 3rd user.
(drop_to=$(stat -c %U "$PWD")
dosu git fetch