Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 39aaab109972d6bbc1d0ffe5d4de47bbd4b8bb07 authored by Junio C Hamano on 22 September 2017, 05:44:45 UTC
Git 2.11.4
Tip revision: 39aaab1
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' [--force]

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.


OPTIONS
-------

-f::
--force::
	Update the info files from scratch.


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