Documentation: "pack-file" is not literal in unpack-objects
[git.git] / Documentation / git-update-server-info.txt
blob830f39803419f9c0691e3aaf027920a5c0ef7877
1 git-update-server-info(1)
2 =========================
3 v0.1, July 2005
5 NAME
6 ----
7 git-update-server-info - Update auxiliary info file to help dumb servers
10 SYNOPSIS
11 --------
12 'git-update-server-info' [--force]
14 DESCRIPTION
15 -----------
16 A dumb server that does not do on-the-fly pack generations can
17 have some auxiliary information files in $GIT_DIR/info and
18 $GIT_OBJECT_DIRECTORY/info directories to help clients discover
19 what references and packs the server has and make optimized
20 pull decisions.  This command generates such auxiliary files.
23 OPTIONS
24 -------
26 --force::
27         Update the info files even when they do not appear
28         stale.
31 Author
32 ------
33 Written by Junio C Hamano <junkio@cox.net>
35 Documentation
36 --------------
37 Documentation by Junio C Hamano.
39 GIT
40 ---
41 Part of the link:git.html[git] suite