git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* undocumented git pack-objects --unpacked=file
@ 2008-04-02  6:35 Kalle Olavi Niemitalo
  0 siblings, 0 replies; only message in thread
From: Kalle Olavi Niemitalo @ 2008-04-02  6:35 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 935 bytes --]

A child process of "git repack -a -d -f" was doing:

  PID TTY      STAT   TIME COMMAND
20178 pts/3    R+   491:31 git pack-objects --non-empty --all --reflog --unpacked=pack-41dbbd4c9b63110b8122f9d78a15668aa6b2b273.pack

The git-pack-objects(1) manual page describes:

| git-pack-objects [-q] [--no-reuse-delta] [--delta-base-offset] [--non-empty]
|         [--local] [--incremental] [--window=N] [--depth=N] [--all-progress]
|         [--revs [--unpacked | --all]*] [--stdout | base-name] < object-list
...
| --unpacked
|         This implies --revs. When processing the list of revision
|         arguments read from the standard input, limit the objects
|         packed to those that are not already packed.

However, it does not say what
--unpacked=pack-41dbbd4c9b63110b8122f9d78a15668aa6b2b273.pack
might mean.  grep unpacked= Documentation/* did not find anything
either.  Could you please document the meaning of this option?

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-02  7:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-02  6:35 undocumented git pack-objects --unpacked=file Kalle Olavi Niemitalo

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).