From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/git/git-update-server-info.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/git/git-update-server-info.html (limited to 'devdocs/git/git-update-server-info.html') diff --git a/devdocs/git/git-update-server-info.html b/devdocs/git/git-update-server-info.html new file mode 100644 index 00000000..1584a29b --- /dev/null +++ b/devdocs/git/git-update-server-info.html @@ -0,0 +1,6 @@ +

git-update-server-info

Name

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

Synopsis

git update-server-info [-f | --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 gitrepository-layout[5] for a description of what they are for:

  • objects/info/packs

  • info/refs

+

+ © 2012–2024 Scott Chacon and others
Licensed under the MIT License.
+ https://git-scm.com/docs/git-update-server-info +

+
-- cgit v1.2.3