From c4d1fe6e612a3322548622d5f19fe0b5dccdfe37 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 11 Nov 2016 18:51:47 -0800 Subject: [PATCH] perform-pre-gc-linking.sh: correct misleading progress message Include "and packs" in the progress message when the --include-packs option is used. Signed-off-by: Kyle J. McKay --- toolbox/perform-pre-gc-linking.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox/perform-pre-gc-linking.sh b/toolbox/perform-pre-gc-linking.sh index a343b66..98c468c 100755 --- a/toolbox/perform-pre-gc-linking.sh +++ b/toolbox/perform-pre-gc-linking.sh @@ -219,7 +219,7 @@ propagate_objects() { # ---- BEGIN DUPLICATED CODE SECTION THREE ---- if has_forks "$proj"; then - progress "~ [$proj] hard-linking loose objects into immediate child forks" + progress "~ [$proj] hard-linking loose objects${packstoo:+and packs } into immediate child forks" # We have to update the lastparentgc time in the child forks even if they do not get any # new "loose objects" because they need to run gc just in case the parent now has some # objects that used to only be in the child so they can be removed from the child. -- 2.11.4.GIT