EnglishFrenchSpanish

Ad


OnWorks favicon

git-unpack-objects - Online in the Cloud

Run git-unpack-objects in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command git-unpack-objects that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


git-unpack-objects - Unpack objects from a packed archive

SYNOPSIS


git unpack-objects [-n] [-q] [-r] [--strict]

DESCRIPTION


Read a packed archive (.pack) from the standard input, expanding the objects contained
within and writing them into the repository in "loose" (one object per file) format.

Objects that already exist in the repository will not be unpacked from the packfile.
Therefore, nothing will be unpacked if you use this command on a packfile that exists
within the target repository.

See git-repack(1) for options to generate new packs and replace existing ones.

OPTIONS


-n
Dry run. Check the pack file without actually unpacking the objects.

-q
The command usually shows percentage progress. This flag suppresses it.

-r
When unpacking a corrupt packfile, the command dies at the first corruption. This flag
tells it to keep going and make the best effort to recover as many objects as
possible.

--strict
Don’t write objects with broken content or links.

GIT


Part of the git(1) suite

Use git-unpack-objects online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

Linux commands

  • 1
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 2
    abilint
    abilint
    abilint - validate an abigail ABI
    representation abilint parses the native
    XML representation of an ABI as emitted
    by abidw. Once it has parsed the XML
    represe...
    Run abilint
  • 3
    createhdf
    createhdf
    createhdf — Create a blank IDE hard
    disk image inhdf format ...
    Run createhdf
  • 4
    CreateInterface
    CreateInterface
    CreateInterface — Create a Java
    Interface definition from DBus
    introspection data. ...
    Run CreateInterface
  • 5
    gba3
    gba3
    gba3 - GAMBAS Archiver ...
    Run gba3
  • 6
    gbackground
    gbackground
    gbackground - interval-based gnome
    background changer SYNTAX: gbackground
    DESCRIPTION: This program allows to
    change periodically the gnome background
    in inter...
    Run gbackground
  • More »

Ad