1 git-update-server-info(1)
2 =========================
7 git-update-server-info - Update auxiliary info file to help dumb servers
12 'git-update-server-info' [--force]
16 A dumb server that does not do on-the-fly pack generations can
17 have some auxiliary information files in $GIT_DIR/info and
18 $GIT_OBJECT_DIRECTORY/info directories to help clients discover
19 what references and packs the server has and make optimized
20 pull decisions. This command generates such auxiliary files.
27 Update the info files even when they do not appear
33 Written by Junio C Hamano <junkio@cox.net>
37 Documentation by Junio C Hamano.
41 Part of the link:git.html[git] suite