Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 94f6e3e283f2adfc518b39cfc39291f1c2832ad0 authored by Johannes Schindelin on 12 February 2021, 14:51:13 UTC
Git 2.30.2
Tip revision: 94f6e3e
git-update-server-info.txt
git-update-server-info(1)
=========================

NAME
----
git-update-server-info - Update auxiliary info file to help dumb servers


SYNOPSIS
--------
[verse]
'git update-server-info'

DESCRIPTION
-----------
A dumb server that does not do on-the-fly pack generations must
have some auxiliary information files in $GIT_DIR/info and
$GIT_OBJECT_DIRECTORY/info directories to help clients discover
what references and packs the server has.  This command
generates such auxiliary files.

OUTPUT
------

Currently the command updates the following files.  Please see
linkgit:gitrepository-layout[5] for description of
what they are for:

* objects/info/packs

* info/refs

GIT
---
Part of the linkgit:git[1] suite
back to top