diff options
-rwxr-xr-x | gitolite-sync | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gitolite-sync b/gitolite-sync index 1ee7cac..f25ba4e 100755 --- a/gitolite-sync +++ b/gitolite-sync @@ -16,6 +16,8 @@ find "${home}/repositories" \ -printf '%p\n' \ -prune \ | while read -r path; do + >&2 printf 'synchronizing "%s" ...\n' \ + "${path}" remotes=$( git -C "${path}" remote -v \ | grep '[@.]eckner\.net:' \ |