Autogenerated man pages for v1.3.0-rc2-g454a
[git.git] / man1 / git-update-server-info.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-UPDATE-SERVER" 1 "" "" ""
21 .SH NAME
22 git-update-server-info \- Update auxiliary info file to help dumb servers
23 .SH "SYNOPSIS"
24
25
26 git\-update\-server\-info [\-\-force]
27
28 .SH "DESCRIPTION"
29
30
31 A dumb server that does not do on\-the\-fly pack generations must have some auxiliary information files in $GIT_DIR/info and $GIT_OBJECT_DIRECTORY/info directories to help clients discover what references and packs the server has\&. This command generates such auxiliary files\&.
32
33 .SH "OPTIONS"
34
35 .TP
36 \-f|\-\-force
37 Update the info files from scratch\&.
38
39 .SH "OUTPUT"
40
41
42 Currently the command updates the following files\&. Please see repository\-layout: \fIrepository-layout.html\fR for description of what they are for:
43
44 .TP 3
45 \(bu
46 objects/info/packs
47 .TP
48 \(bu
49 info/refs
50 .LP
51
52 .SH "BUGS"
53
54
55 When you remove an existing ref, the command fails to update info/refs file unless \-\-force flag is given\&.
56
57 .SH "AUTHOR"
58
59
60 Written by Junio C Hamano <junkio@cox\&.net>
61
62 .SH "DOCUMENTATION"
63
64
65 Documentation by Junio C Hamano\&.
66
67 .SH "GIT"
68
69
70 Part of the \fBgit\fR(7) suite
71