-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get last commit parent tracking #16042
Conversation
Signed-off-by: Andrew Thornton <art27@cantab.net>
Signed-off-by: Andrew Thornton <art27@cantab.net>
Closing in favour of #16059 which is faster |
Reopening as this appears better tolerated by codeberg. |
Codecov Report
@@ Coverage Diff @@
## main #16042 +/- ##
==========================================
+ Coverage 44.06% 44.17% +0.10%
==========================================
Files 683 683
Lines 82358 82518 +160
==========================================
+ Hits 36295 36455 +160
+ Misses 40176 40138 -38
- Partials 5887 5925 +38
Continue to review full report at Codecov.
|
This PR is an alternative to #15891.
In this we do some basic parent tracking and if we discover that a path has a sha change when there is a single mainline we can declare that path found.
Further if we reach a point whereby the number of files is less than 70 we will ask git to track these in rev-list as it appears that git is fast enough at that point.