Files
git/builtin
René Scharfe 825babe5d5 pack-objects: fix handling of multiple --filter options
Since 5cb28270a1 (pack-objects: lazily set up "struct rev_info", don't
leak, 2022-03-28) --filter options given to git pack-objects overrule
earlier ones, letting only the leftmost win and leaking the memory
allocated for earlier ones.  Fix that by only initializing the rev_info
struct once.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2022-11-30 10:00:33 +09:00
..
2022-10-30 14:04:51 -04:00
2022-04-06 09:42:14 -07:00
2022-10-30 21:04:44 -04:00
2022-10-30 14:04:51 -04:00
2021-10-28 09:57:09 -07:00
2022-11-08 17:15:12 -05:00
2022-10-30 21:04:42 -04:00
2022-09-19 14:35:23 -07:00
2022-10-30 21:04:43 -04:00
2021-11-03 13:25:36 -07:00