Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork960
read workdir from git.config as referenced in man 1 git-config#801
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-io commentedSep 28, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #801 +/- ##==========================================- Coverage 94.71% 94.25% -0.47%========================================== Files 59 59 Lines 9369 9374 +5 ==========================================- Hits 8874 8835 -39- Misses 495 539 +44
Continue to review full report at Codecov.
|
7da0303 to47f45cfCompareUh oh!
There was an error while loading.Please reload this page.
Byron commentedOct 13, 2018
Thanks a lot for your contribution! It's much appreciated. |
Byron commentedOct 21, 2018
One change request was made, after which this PR can be merged. See the resolved conversation in |
Byron commentedSep 28, 2019
Thanks a lot for your contribution thus far ! |
The setting in .git/config for GIT_WORK_TREE were ignored.
I tried to implement this as git-config says.