Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Administration
Server Admin
Plumbing Commands
- 1.7.6.2 → 1.8.3 no changes
-
1.7.6.1
08/24/11
- 1.7.5.1 → 1.7.6 no changes
-
1.7.5
04/24/11
- 1.6.3.1 → 1.7.4.5 no changes
-
1.6.3
05/07/09
- 1.6.0.1 → 1.6.2.5 no changes
-
1.6.0
08/17/08
- 1.5.6.6 no changes
-
1.5.6.5
08/06/08
- 1.5.6.1 → 1.5.6.4 no changes
-
1.5.6
06/18/08
- 1.5.4.1 → 1.5.5.6 no changes
-
1.5.4
02/02/08
- 1.5.3.1 → 1.5.3.8 no changes
-
1.5.3
09/02/07
git-update-server-info(1) Manual Page
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 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 repository-layout for description of what they are for:
objects/info/packs
info/refs
BUGS
When you remove an existing ref, the command fails to update info/refs file unless --force flag is given.
Author
Written by Junio C Hamano <junkio@cox.net>
Documentation
Documentation by Junio C Hamano.
GIT
Part of the git7 suite