Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

git-prune-packed(1) [suse man page]

GIT-PRUNE-PACKED(1)						    Git Manual						       GIT-PRUNE-PACKED(1)

NAME
git-prune-packed - Remove extra objects that are already in pack files SYNOPSIS
git prune-packed [-n|--dry-run] [-q|--quiet] DESCRIPTION
This program searches the $GIT_OBJECT_DIR for all objects that currently exist in a pack file as well as the independent object directories. All such extra objects are removed. A pack is a collection of objects, individually compressed, with delta compression applied, stored in a single file, with an associated index file. Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc. OPTIONS
-n, --dry-run Don't actually remove any objects, only show those that would have been removed. -q, --quiet Squelch the progress indicator. AUTHOR
Written by Linus Torvalds <torvalds@osdl.org[1]> DOCUMENTATION
Documentation by Ryan Anderson <ryan@michonline.com[2]> SEE ALSO
git-pack-objects(1) git-repack(1) GIT
Part of the git(1) suite NOTES
1. torvalds@osdl.org mailto:torvalds@osdl.org 2. ryan@michonline.com mailto:ryan@michonline.com Git 1.7.1 07/05/2010 GIT-PRUNE-PACKED(1)

Check Out this Related Man Page

GIT-WRITE-TREE(1)						    Git Manual							 GIT-WRITE-TREE(1)

NAME
git-write-tree - Create a tree object from the current index SYNOPSIS
git write-tree [--missing-ok] [--prefix=<prefix>/] DESCRIPTION
Creates a tree object using the current index. The name of the new tree object is printed to standard output. The index must be in a fully merged state. Conceptually, git write-tree sync()s the current index contents into a set of tree files. In order to have that match what is actually in your directory right now, you need to have done a git update-index phase before you did the git write-tree. OPTIONS
--missing-ok Normally git write-tree ensures that the objects referenced by the directory exist in the object database. This option disables this check. --prefix=<prefix>/ Writes a tree object that represents a subdirectory <prefix>. This can be used to write the tree object for a subproject that is in the named subdirectory. AUTHOR
Written by Linus Torvalds <torvalds@osdl.org[1]> DOCUMENTATION
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org[2]>. GIT
Part of the git(1) suite NOTES
1. torvalds@osdl.org mailto:torvalds@osdl.org 2. git@vger.kernel.org mailto:git@vger.kernel.org Git 1.7.1 07/05/2010 GIT-WRITE-TREE(1)
Man Page

4 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

A Couple of Short Linus Torvalds Videos

This link is to a page that has two short videos that feature Linus Torvalds discussing the Linux kernel. After you watch the first video, scroll down some more to reach the second video. (0 Replies)
Discussion started by: Perderabo
0 Replies

2. AIX

Question about restoring from mksysb backup

Hello, Last night I applied a DB2 fix pack which is now causing problems with the application that uses db2. Prior to applying the fix pack I did a mksysb(rootvg) which includes the file system that has db2 installed on it. If I do a restore from this will it restore the db2 version back to... (1 Reply)
Discussion started by: jyoung
1 Replies

3. Shell Programming and Scripting

PERL:How to convert numeric values txt file to PACKED DECIMAL File?

Is there any way to convert numeric values txt file to PACKED DECIMAL File using PERL. Regards, Alok (1 Reply)
Discussion started by: aloktiwary
1 Replies

4. War Stories

Linus Torvalds reply about Meltdown and Spectre.

Apologies if this is the wrong forum but... ...This is hard hitting stuff. LKML: Linus Torvalds: Re: x86/enter: Create macros to restrict/unrestrict Indirect Branch Speculation (5 Replies)
Discussion started by: wisecracker
5 Replies