Re: [PATCH] Document count-objects pack
From: Junio C Hamano <hidden>
Date: 2025-08-14 14:46:46
"Kristoffer Haugsbakk" [off-list ref] writes:
On Wed, Aug 13, 2025, at 11:40, Daniele Sassoli via GitGitGadget wrote:quoted
From: Daniele Sassoli <redacted> Juno added the printing of "packs" with ae72f685418b. When 0bdaa1216 refactored the docs for the -v option, this was missed.s/Juno/Junio/ But commits are usually just listed as-is without mentioning authors or other metadata. Something like this:[1] ae72f685418 (count-objects -v: show number of packs as well., 2006-12-27) added `packs` to the output of `-v`. 0bdaa12169b (git-count-objects.txt: describe each line in -v output, 2013-02-08) forgot to include `packs`. The text above is a bit more terse around the commit references since the subject line for the second commit says what the intent was. Alternatively, just referencing the second commit: 0bdaa12169b (git-count-objects.txt: describe each line in -v output, 2013-02-08) forgot to include `packs`.
Thanks.