From 8538443df96b332ddf7cf62ac416515ad373c6b6 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Wed, 19 Feb 2025 19:48:43 +0100 Subject: [PATCH] Update .github/workflows/update-subtree.yml Co-authored-by: Carolyn Zech --- .github/workflows/update-subtree.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-subtree.yml b/.github/workflows/update-subtree.yml index e5db77180167..1142d989a1d7 100644 --- a/.github/workflows/update-subtree.yml +++ b/.github/workflows/update-subtree.yml @@ -51,7 +51,7 @@ jobs: # subtree/library has the subtree-split variant of a commit that previously # went into upstream/master. Running `git subtree split` on top of the - # original commit is much faster (my experiment when working on 280k+ + # original commit (i.e., the commit from upstream/master) is much faster (my experiment when working on 280k+ # commits: 113 seconds vs 613 seconds) than using the HEAD commit from # subtree/library as base. SUBTREE_HEAD=$(git log --format=%s -n 1 origin/subtree/library)