]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-pack-redundant.txt
Rename .git/lost+found to .git/lost-found.
[thirdparty/git.git] / Documentation / git-pack-redundant.txt
CommitLineData
9bc0f32c 1git-pack-redundant(1)
2a444781
LS
2=====================
3
4NAME
5----
9bc0f32c 6git-pack-redundant - Program used to find redundant pack files.
2a444781
LS
7
8
9SYNOPSIS
10--------
1c3039e8 11'git-pack-redundant [ --verbose ] [ --alt-odb ] < --all | .pack filename ... >'
2a444781
LS
12
13DESCRIPTION
14-----------
15This program computes which packs in your repository
16are redundant. The output is suitable for piping to
17'xargs rm' if you are in the root of the repository.
18
19OPTIONS
20-------
21
2a444781 22
1c3039e8
LS
23--all::
24 Processes all packs. Any filenames on the commandline are ignored.
25
26--alt-odb::
27 Don't require objects present in packs from alternate object
28 directories to be present in local packs.
29
30--verbose::
31 Outputs some statistics to stderr. Has a small performance penalty.
2a444781
LS
32
33Author
34------
35