-
Notifications
You must be signed in to change notification settings - Fork 204
Set 'gc.autoDetach' to false to be executed 'git gc' in the foreground by some git commands #4761
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
Conversation
…d by some git commands Signed-off-by: Yoshiki Fujikane <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #4761 +/- ##
==========================================
- Coverage 31.04% 31.04% -0.01%
==========================================
Files 225 225
Lines 26257 26273 +16
==========================================
+ Hits 8152 8156 +4
- Misses 17455 17464 +9
- Partials 650 653 +3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Yoshiki Fujikane <[email protected]>
Signed-off-by: Yoshiki Fujikane <[email protected]>
Signed-off-by: Yoshiki Fujikane <[email protected]>
e1dbe3a to
55a801a
Compare
Signed-off-by: Yoshiki Fujikane <[email protected]>
55a801a to
fabae49
Compare
|
✅ tested the behavior of cloning a repo, especially with log↓ git config of the repo cloned for plan-preview↓ |
khanhtc1202
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here you go 🪨
t-kikuc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GREAT🚀 🚀
…d by some git commands (#4761) * Set 'gc.autoDetach' to false to be executed 'git gc' in the foreground by some git commands Signed-off-by: Yoshiki Fujikane <[email protected]> * Add log for setting gc.autoDetach Signed-off-by: Yoshiki Fujikane <[email protected]> * Rename to setGCAutoDetach Signed-off-by: Yoshiki Fujikane <[email protected]> * Add test for setGCAutoDetach Signed-off-by: Yoshiki Fujikane <[email protected]> * Refactor Signed-off-by: Yoshiki Fujikane <[email protected]> --------- Signed-off-by: Yoshiki Fujikane <[email protected]>
|
Ooops... I mistook the default value... not true but false... Sorry I will fix it 🙏 |
What this PR does / why we need it:
Set 'gc.autoDetach' to false to be executed 'git gc' in the foreground by some git commands
Which issue(s) this PR fixes:
Fixes #4760
Does this PR introduce a user-facing change?: