Package: git
Version: 1:2.53.0-1
Severity: normal
X-Debbugs-Cc: [email protected]

The git verify-pack manpage says:

       -v, --verbose
           After verifying the pack, show the list of objects contained
           in the pack and a histogram of delta chain length.

       -s, --stat-only
           Do not verify the pack contents; only show the histogram of
           delta chain length. With --verbose, the list of objects is
           also shown.

However, passing -s -v does *not* show the list of objects; it only
shows the stats on chain length:

~/src/linux$ git verify-pack -s -v 
.git/objects/pack/pack-fa92be5eb39e80c494fc311f8c66a8265dc72989
non delta: 2383250 objects
chain length = 1: 1598927 objects
chain length = 2: 973654 objects
chain length = 3: 819753 objects
[...]

The behavior described in the manpage would be *useful* and is exactly
what I was looking for, but doesn't seem to exist.

-- System Information:
Debian Release: forky/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: arm64

Kernel: Linux 6.19.10+deb14-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages git depends on:
ii  git-man             1:2.53.0-1
ii  libc6               2.42-14
ii  libcurl3t64-gnutls  8.19.0-3
ii  liberror-perl       0.17030-1
ii  libexpat1           2.7.5-1
ii  libpcre2-8-0        10.46-1+b1
ii  perl                5.40.1-7+b1
ii  zlib1g              1:1.3.dfsg+really1.3.2-3

Versions of packages git recommends:
ii  ca-certificates              20260223
ii  less                         668-1
ii  openssh-client [ssh-client]  1:10.2p1-6
ii  patch                        2.8-2

Versions of packages git suggests:
ii  gettext-base  0.23.2-2
pn  git-cvs       <none>
pn  git-doc       <none>
pn  git-email     <none>
pn  git-gui       <none>
pn  git-svn       <none>
ii  gitk          1:2.53.0-1
pn  gitweb        <none>

-- no debconf information

Reply via email to