1GIT-UPDATE-SERVER() GIT-UPDATE-SERVER()
2
3
4
6 git-update-server-info - Update auxiliary info file to help dumb
7 servers
8
10 git update-server-info
11
12
14 A dumb server that does not do on-the-fly pack generations must have
15 some auxiliary information files in $GIT_DIR/info and
16 $GIT_OBJECT_DIRECTORY/info directories to help clients discover what
17 references and packs the server has. This command generates such
18 auxiliary files.
19
21 Currently the command updates the following files. Please see
22 gitrepository-layout(5) for description of what they are for:
23
24 · objects/info/packs
25
26 · info/refs
27
29 Part of the git(1) suite
30
31
32
33 GIT-UPDATE-SERVER()