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 [--force]
11
12

DESCRIPTION

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

OPTIONS

21       -f, --force
22           Update the info files from scratch.
23

OUTPUT

25       Currently the command updates the following files. Please see
26       gitrepository-layout(5) for description of what they are for:
27
28       ·   objects/info/packs
29
30       ·   info/refs
31

GIT

33       Part of the git(1) suite
34
35
36
37                                                           GIT-UPDATE-SERVER()
Impressum