2005-07-24 00:54:56 +00:00
|
|
|
git-update-server-info(1)
|
|
|
|
=========================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
git-update-server-info - Update auxiliary info file to help dumb servers
|
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2011-07-02 02:38:26 +00:00
|
|
|
[verse]
|
2008-06-30 06:09:04 +00:00
|
|
|
'git update-server-info' [--force]
|
2005-07-24 00:54:56 +00:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2005-12-17 19:39:39 +00:00
|
|
|
A dumb server that does not do on-the-fly pack generations must
|
2005-07-24 00:54:56 +00:00
|
|
|
have some auxiliary information files in $GIT_DIR/info and
|
|
|
|
$GIT_OBJECT_DIRECTORY/info directories to help clients discover
|
2005-12-17 19:39:39 +00:00
|
|
|
what references and packs the server has. This command
|
|
|
|
generates such auxiliary files.
|
2005-07-24 00:54:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
|
2008-06-08 01:36:09 +00:00
|
|
|
-f::
|
|
|
|
--force::
|
2005-09-04 18:25:56 +00:00
|
|
|
Update the info files from scratch.
|
|
|
|
|
|
|
|
|
|
|
|
OUTPUT
|
|
|
|
------
|
|
|
|
|
|
|
|
Currently the command updates the following files. Please see
|
2008-06-30 22:01:21 +00:00
|
|
|
linkgit:gitrepository-layout[5] for description of
|
2008-06-06 07:07:28 +00:00
|
|
|
what they are for:
|
2005-09-04 18:25:56 +00:00
|
|
|
|
|
|
|
* objects/info/packs
|
|
|
|
|
|
|
|
* info/refs
|
|
|
|
|
2005-07-24 00:54:56 +00:00
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 07:07:32 +00:00
|
|
|
Part of the linkgit:git[1] suite
|