Git fork
at reftables-rust 41 lines 801 B view raw
1git-update-server-info(1) 2========================= 3 4NAME 5---- 6git-update-server-info - Update auxiliary info file to help dumb servers 7 8 9SYNOPSIS 10-------- 11[verse] 12'git update-server-info' [-f | --force] 13 14DESCRIPTION 15----------- 16A dumb server that does not do on-the-fly pack generations must 17have some auxiliary information files in $GIT_DIR/info and 18$GIT_OBJECT_DIRECTORY/info directories to help clients discover 19what references and packs the server has. This command 20generates such auxiliary files. 21 22OPTIONS 23------- 24-f:: 25--force:: 26 Update the info files from scratch. 27 28OUTPUT 29------ 30 31Currently the command updates the following files. Please see 32linkgit:gitrepository-layout[5] for a description of 33what they are for: 34 35* objects/info/packs 36 37* info/refs 38 39GIT 40--- 41Part of the linkgit:git[1] suite