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