3 export PATH
=/home
/pasky
/bin
:$PATH
5 if [ -e /tmp
/gitupdatelock
]; then
9 touch /tmp
/gitupdatelock
12 find .
-name base_url | cut
-c 3- |
sed -e 's/\/base_url$//' |
14 if [ -e "$dir"/.nofetch
]; then
15 (cd "$dir/objects" && [ "$(ls ?? 2>/dev/null)" ] && GIT_DIR
=".." git repack
-a -l -d -q)
16 GIT_DIR
="$dir" git update-server-info
18 /home
/repo
/repomgr
/update.sh
"${dir%.git}"
20 done 2>&1 |
grep -v '^Pack.*created\.$'