We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91f171 commit 8538443Copy full SHA for 8538443
.github/workflows/update-subtree.yml
@@ -51,7 +51,7 @@ jobs:
51
52
# subtree/library has the subtree-split variant of a commit that previously
53
# went into upstream/master. Running `git subtree split` on top of the
54
- # 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+
55
# commits: 113 seconds vs 613 seconds) than using the HEAD commit from
56
# subtree/library as base.
57
SUBTREE_HEAD=$(git log --format=%s -n 1 origin/subtree/library)
0 commit comments