]> git.99rst.org Git - git.git/commit
builtin/cat-file: support "blob:limit=" objects filter
authorPatrick Steinhardt <redacted>
Wed, 2 Apr 2025 11:13:40 +0000 (13:13 +0200)
committerJunio C Hamano <redacted>
Mon, 7 Apr 2025 21:43:50 +0000 (14:43 -0700)
commitdbe1b32d59699092d549150e2db7af07e3cbfaf3
treeeeff6083d28695e8d7ede13e3e4d91184043e8c5
parent3794e9bf982cde754a48b569a639bd2e180e754c
builtin/cat-file: support "blob:limit=" objects filter

Implement support for the "blob:limit=" filter in git-cat-file(1), which
causes us to omit all blobs that are bigger than a certain size.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-cat-file.adoc
builtin/cat-file.c
t/t1006-cat-file.sh
git clone https://git.99rst.org/PROJECT