Autogenerated man pages for 36de72aa9dc3b7daf8cf2770c840f39bb0d2ae70
[git.git] / man1 / git-prune.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-PRUNE" 1 "" "" ""
21 .SH NAME
22 git-prune \- Prunes all unreachable objects from the object database
23 .SH "SYNOPSIS"
24
25
26 git\-prune [\-n] [\-\-] [<head>...]
27
28 .SH "DESCRIPTION"
29
30
31 This runs git\-fsck\-objects \-\-unreachable using all the refs available in $GIT_DIR/refs, optionally with additional set of objects specified on the command line, and prunes all objects unreachable from any of these head objects from the object database\&. In addition, it prunes the unpacked objects that are also found in packs by running git prune\-packed\&.
32
33 .SH "OPTIONS"
34
35 .TP
36 \-n
37 Do not remove anything; just report what it would remove\&.
38
39 .TP
40 --
41 Do not interpret any more arguments as options\&.
42
43 .TP
44 <head>...
45 In addition to objects reachable from any of our references, keep objects reachable from listed <head>s\&.
46
47 .SH "EXAMPLE"
48
49
50 To prune objects not used by your repository nor another that borrows from your repository via its \&.git/objects/info/alternates:
51
52 .IP
53 $ git prune $(cd \&.\&./another && $(git\-rev\-parse \-\-all))
54 .SH "AUTHOR"
55
56
57 Written by Linus Torvalds <torvalds@osdl\&.org>
58
59 .SH "DOCUMENTATION"
60
61
62 Documentation by David Greaves, Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
63
64 .SH "GIT"
65
66
67 Part of the \fBgit\fR(7) suite
68