]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-prune-script.txt
[PATCH] Expose object ID computation functions.
[thirdparty/git.git] / Documentation / git-prune-script.txt
1 git-prune-script(1)
2 ===================
3 v0.1, May 2005
4
5 NAME
6 ----
7 git-prune-script - Prunes all unreachable objects from the object database
8
9
10 SYNOPSIS
11 --------
12 'git-prune-script'
13
14 DESCRIPTION
15 -----------
16 This runs "git-fsck-cache --unreachable" program using the heads specified
17 on the command line (or `.git/refs/heads/\*` and `.git/refs/tags/\*` if none is
18 specified), and prunes all unreachable objects from the object database.
19
20
21 Author
22 ------
23 Written by Linus Torvalds <torvalds@osdl.org>
24
25 Documentation
26 --------------
27 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
28
29 GIT
30 ---
31 Part of the link:git.html[git] suite
32