1GIT-UPDATE-SERVER()                                        GIT-UPDATE-SERVER()
2
3
4

NAME

6       git-update-server-info - Update auxiliary info file to help dumb
7       servers
8

SYNOPSIS

10       git update-server-info
11

DESCRIPTION

13       A dumb server that does not do on-the-fly pack generations must have
14       some auxiliary information files in $GIT_DIR/info and
15       $GIT_OBJECT_DIRECTORY/info directories to help clients discover what
16       references and packs the server has. This command generates such
17       auxiliary files.
18

OUTPUT

20       Currently the command updates the following files. Please see
21       gitrepository-layout(5) for description of what they are for:
22
23       ·   objects/info/packs
24
25       ·   info/refs
26

GIT

28       Part of the git(1) suite
29
30
31
32                                                           GIT-UPDATE-SERVER()
Impressum