git-pack-redundant(1)


NAME

   git-pack-redundant - Find redundant pack files

SYNOPSIS

   git pack-redundant [ --verbose ] [ --alt-odb ] < --all | .pack filename ... >

DESCRIPTION

   This program computes which packs in your repository are redundant. The
   output is suitable for piping to xargs rm if you are in the root of the
   repository.

   git pack-redundant accepts a list of objects on standard input. Any
   objects given will be ignored when checking which packs are required.
   This makes the following command useful when wanting to remove packs
   which contain unreachable objects.

   git fsck --full --unreachable | cut -d ' ' -f3 | \ git pack-redundant
   --all | xargs rm

OPTIONS

   --all
       Processes all packs. Any filenames on the command line are ignored.

   --alt-odb
       Don't require objects present in packs from alternate object
       directories to be present in local packs.

   --verbose
       Outputs some statistics to stderr. Has a small performance penalty.

SEE ALSO

   git-pack-objects(1) git-repack(1) git-prune-packed(1)

GIT

   Part of the git(1) suite


More Linux Commands

manpages/SDL_MapRGBA.3.html
SDL_MapRGBA(3) - Map a RGBA color value to a pixel format...
Maps the RGBA color value to the specified pixel format and returns the pixel value as a 32-bit int. If the format has a palette (8-bit) the index of the closes

manpages/procmailsc.5.html
procmailsc(5) - procmail weighted scoring technique.........
In addition to the traditional true or false conditions you can specify on a recipe, you can use a weighted scoring technique to decide if a certain recipe matc

manpages/snmp_set_var_typed_value.3.html
snmp_set_var_typed_value(3) - netsnmp_varbind_api functions
The functions dealing with variable bindings fall into four groups dealing with the creation, setting of values, output and deletion of varbinds. Creation snmp_

manpages/pthread_cancel.3.html
pthread_cancel(3) - send a cancellation request to a thread
The pthread_cancel() function sends a cancellation request to the thread thread. Whether and when the target thread reacts to the cancellation request depends o

manpages/raw2tiff.1.html
raw2tiff(1) create a TIFF file from a raw data (Man Page)...
raw2tiff converts a raw byte sequence into TIFF. By default, the TIFF image is created with data samples packed (PlanarConfiguration=1), compressed with the Pac

manpages/putchar.3.html
putchar(3) - output of characters and strings (Man Page)....
fputc() writes the character c, cast to an unsigned char, to stream. fputs() writes the string s to stream, without its terminating null byte (\0). putc() is eq

manpages/echo_wchar.3ncurses.html
echo_wchar(3ncurses) - add a complex character and rendition
echo_wchar.3ncurses - The add_wch, wadd_wch, mvadd_wch, and mvwadd_wch functions put the complex character wch into the given window at its current position, wh

manpages/imapd.8.html
imapd(8) - IMAP server process (Admin - Linux man page).....
Imapd is an IMAP4rev1 server. It accepts commands on its standard input and responds on its standard output. It MUST be invoked by master(8) with those descript

manpages/pvalloc.3.html
pvalloc(3) allocate aligned memory - Linux manual page......
The function posix_memalign() allocates size bytes and places the address of the allocated memory in *memptr. The address of the allocated memory will be a mult

manpages/gnutls_cipher_init.3.html
gnutls_cipher_init(3) - API function - Linux manual page....
This function will initialize an context that can be used for encryption/decryption of data. This will effectively use the current crypto backend in use by gnut

manpages/Tcl_AppendToObj.3.html
Tcl_AppendToObj(3) - manipulate Tcl objects as strings......
The procedures described in this manual entry allow Tcl objects to be manipulated as string values. They use the internal representation of the object to store

manpages/XInitThreads.3.html
XInitThreads(3) - multi-threading support - Linux man page
XInitThreads.3 - The XInitThreads function initializes Xlib support for concurrent threads. This function must be the first Xlib function a multi-threaded progr





We can't live, work or learn in freedom unless the software we use is free.