提交 61e3ef36 编写于 作者: J Junio C Hamano 提交者: Linus Torvalds

[PATCH] Document update-server-info.

This adds a minimum documentation to the new command.
Signed-off-by: NJunio C Hamano <junkio@cox.net>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 8f3f9b09
git-update-server-info(1)
=========================
v0.1, July 2005
NAME
----
git-update-server-info - Update auxiliary info file to help dumb servers
SYNOPSIS
--------
'git-update-server-info' [--force]
DESCRIPTION
-----------
A dumb server that does not do on-the-fly pack generations can
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 and make an optimized
pull decisions. This command generates such auxiliary files.
OPTIONS
-------
--force::
Update the info files even when they do not appear
stale.
Author
------
Written by Junio C Hamano <junkio@cox.net>
Documentation
--------------
Documentation by Junio C Hamano.
GIT
---
Part of the link:git.html[git] suite
......@@ -167,6 +167,10 @@ link:git-upload-pack.html[git-upload-pack]::
Invoked by 'git-clone-pack' and 'git-fetch-pack' to push
what are asked for.
link:git-update-server-info.html[git-update-server-info]::
Updates auxiliary information on a dumb server to help
clients discover references and packs on it.
Ancilliary Commands
-------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册