From 1d82fe13781c234f76ce777184b4d922135705ff Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 30 Jul 2021 23:02:30 -0700 Subject: [PATCH] create_projects_bom.pl: include subdir packed-refs if present Signed-off-by: Kyle J. McKay --- toolbox/create_projects_bom.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/toolbox/create_projects_bom.pl b/toolbox/create_projects_bom.pl index 2560e4b..f50aad1 100755 --- a/toolbox/create_projects_bom.pl +++ b/toolbox/create_projects_bom.pl @@ -56,6 +56,7 @@ BEGIN {@projparts = qw( private/config private/gc.pid private/objects + private/packed-refs private/refs refs )} -- 2.11.4.GIT