OSDN Git Service

Load core configuration in git-verify-pack.
authorShawn O. Pearce <spearce@spearce.org>
Sat, 23 Dec 2006 07:34:33 +0000 (02:34 -0500)
committerJunio C Hamano <junkio@cox.net>
Fri, 29 Dec 2006 19:36:45 +0000 (11:36 -0800)
commitbac2614de3c162de2328f21f2272ffbc30122230
treeaca6ccfb0ff828a8031f5c69eae0c08452593ebd
parent60bb8b1453e2f93d13e7bb44e8e46c085d2dd752
Load core configuration in git-verify-pack.

Now that our pack access code's behavior may be altered by the
setting of core.packedGitWindowSize or core.packedGitLimit we need
to make sure these values are set as configured in the repository's
configuration file rather than to their defaults.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-verify-pack.c