]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-update-server-info.txt
t4034: abstract away SHA-1-specific constants
[thirdparty/git.git] / Documentation / git-update-server-info.txt
CommitLineData
61e3ef36
JH
1git-update-server-info(1)
2=========================
61e3ef36
JH
3
4NAME
5----
6git-update-server-info - Update auxiliary info file to help dumb servers
7
8
9SYNOPSIS
10--------
7791a1d9 11[verse]
f4f476b6 12'git update-server-info'
61e3ef36
JH
13
14DESCRIPTION
15-----------
80248b2e 16A dumb server that does not do on-the-fly pack generations must
61e3ef36
JH
17have some auxiliary information files in $GIT_DIR/info and
18$GIT_OBJECT_DIRECTORY/info directories to help clients discover
80248b2e
JH
19what references and packs the server has. This command
20generates such auxiliary files.
61e3ef36 21
c743e6e3
JH
22OUTPUT
23------
24
25Currently the command updates the following files. Please see
6998e4db 26linkgit:gitrepository-layout[5] for description of
30eba7bf 27what they are for:
c743e6e3
JH
28
29* objects/info/packs
30
31* info/refs
32
61e3ef36
JH
33GIT
34---
9e1f0a85 35Part of the linkgit:git[1] suite