SYNOPSIS

git update-server-info [-f | --force]

DESCRIPTION

オンザフライ・パック生成(on-the-fly pack generations)を行わないダム・サーバー(dumb server)は、クライアントがサーバーの参照とパックを検出できるように、 $GIT_DIR/info と $GIT_OBJECT_DIRECTORY/info ディレクトリにいくつかの補助情報ファイル(auxiliary information files)を持っている必要があります。このコマンドは、そのような補助ファイルを生成します。

OPTIONS

-f
--force

Update the info files from scratch.

OUTPUT

Currently the command updates the following files. Please see gitrepository-layout(5) for a description of what they are for:

  • objects/info/packs

  • info/refs

GIT

Part of the git(1) suite