]> git.ipfire.org Git - thirdparty/git.git/commit
git: --no-lazy-fetch option
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2024 23:17:31 +0000 (15:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Feb 2024 20:53:15 +0000 (12:53 -0800)
commitc784b0a5b991cc8ee179b8f3a8fc0b762708947d
tree36c154cc3827d6d96cc9e2917052189b7c2987b6
parent564d0252ca632e0264ed670534a51d18a689ef5d
git: --no-lazy-fetch option

Sometimes, especially during tests of low level machinery, it is
handy to have a way to disable lazy fetching of objects.  This
allows us to say, for example, "git cat-file -e <object-name>", to
see if the object is locally available.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.txt
git.c