]> git.99rst.org Git - git.git/commit
cat-file: merge two block into one
authorZheNing Hu <redacted>
Thu, 3 Jun 2021 16:29:26 +0000 (16:29 +0000)
committerJunio C Hamano <redacted>
Thu, 3 Jun 2021 22:50:26 +0000 (07:50 +0900)
commitee02ac616435cb1da1e02c8b9c220649d3cec40a
tree0e728fee80bd09b680052288602a72db7bbff57f
parente16acc80a78ae5e931b94e861aff53a4af485f77
cat-file: merge two block into one

There are two "if (opt->all_objects)" blocks next
to each other, merge them into one to provide better
readability.

Helped-by: Jeff King <redacted>
Signed-off-by: ZheNing Hu <redacted>
Acked-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/cat-file.c
git clone https://git.99rst.org/PROJECT