Re: git status: small difference between stating whole repository and small subdirectory
From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:05
Thomas Rast [off-list ref] writes:
... If my memory of pack organization serves
right, the commit objects involved would essentially be spread across
the whole pack
No they are crumped together in a contiguous section in a packfile, so
that "git log" without any pathspec can go faster without consulting tree
objects.