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