Uh oh!
There was an error while loading. Please reload this page.
read workdir from git.config as referenced in man 1 git-config - #801
read workdir from git.config as referenced in man 1 git-config#801Farom wants to merge 1 commit into
Conversation
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 to
47f45cfCompareUh oh!
There was an error while loading. Please reload this page.
Byron
commented
Oct 13, 2018
Thanks a lot for your contribution! It's much appreciated. |
Byron
commented
Oct 21, 2018
One change request was made, after which this PR can be merged. See the resolved conversation in |
Byron
commented
Sep 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.