[PATCH] New git-apply test cases for patches with mulitple fragments.
[git.git] / Documentation / git-repack-script.txt
1 git-repack-script(1)
2 =====================
3 v0.1, August 2005
4
5 NAME
6 ----
7 git-repack-script - Script used to pack a repository from a collection of
8 objects into pack files.
9
10
11 SYNOPSIS
12 --------
13 'git-repack-script'
14
15 DESCRIPTION
16 -----------
17 This script is used to combine all objects that do not currently reside in a
18 "pack", into a pack.
19
20 A pack is a collection of objects, individually compressed, with delta
21 compression applied, stored in a single file, with an associated index file.
22
23 Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc.
24
25 Author
26 ------
27 Written by Linus Torvalds <torvalds@osdl.org>
28
29 Documentation
30 --------------
31 Documentation by Ryan Anderson <ryan@michonline.com>
32
33 See-Also
34 --------
35 git-pack-objects(1) git-prune-packed(1)
36
37 GIT
38 ---
39 Part of the link:git.html[git] suite
40