git-update-server-info - Update auxiliary info file to help dumb servers
git-update-server-info [--force]
A dumb server that does not do on-the-fly pack generations can have some auxiliary information files in $GIT_DIR/info and $GIT_OBJECT_DIRECTORY/info directories to help clients discover what references and packs the server has and make optimized pull decisions. This command generates such auxiliary files.
Update the info files even when they do not appear stale.
Written by Junio C Hamano <junkio@cox.net>
Documentation by Junio C Hamano.
Part of the git suite