blob: bd0e36492fa0f7b8a8a4707c2ac7db461fcc74c8 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-update-server-info(1)
2=========================
3
4NAME
5----
6git-update-server-info - Update auxiliary info file to help dumb servers
7
8
9SYNOPSIS
10--------
Junio C Hamano15567bc2011-07-23 00:51:5911[verse]
Junio C Hamanofce7c7e2008-07-02 03:06:3812'git update-server-info' [--force]
Junio C Hamano1a4e8412005-12-27 08:17:2313
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
22
23OPTIONS
24-------
25
Junio C Hamanoeb415992008-06-08 22:49:4726-f::
27--force::
Junio C Hamano1a4e8412005-12-27 08:17:2328Update the info files from scratch.
29
30
31OUTPUT
32------
33
34Currently the command updates the following files. Please see
Junio C Hamanofce7c7e2008-07-02 03:06:3835linkgit:gitrepository-layout[5] for description of
Junio C Hamanof7c042d2008-06-06 22:50:5336what they are for:
Junio C Hamano1a4e8412005-12-27 08:17:2337
38* objects/info/packs
39
40* info/refs
41
Junio C Hamano1a4e8412005-12-27 08:17:2342GIT
43---
Junio C Hamanof7c042d2008-06-06 22:50:5344Part of the linkgit:git[1] suite