-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add git command line commitgraph support global default true when git version >= 2.18 #7313
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7313 +/- ##
=========================================
Coverage ? 41.24%
=========================================
Files ? 464
Lines ? 62876
Branches ? 0
=========================================
Hits ? 25933
Misses ? 33549
Partials ? 3394
Continue to review full report at Codecov.
|
It would be good if we could just get go-git to create these for us. |
We can do append write to commitgraph file on post-receive. This PR only let git command read commitgraph if exist and write commitgraph when gc. |
As title.