◐ Shell
reader mode source ↗
Skip to content

repo, cmd: DROP UNEEDED Win path for chcwd & check for '~' homedir#529

Closed
ankostis wants to merge 1 commit into
gitpython-developers:masterfrom
ankostis:nowincwd
Closed

repo, cmd: DROP UNEEDED Win path for chcwd & check for '~' homedir#529
ankostis wants to merge 1 commit into
gitpython-developers:masterfrom
ankostis:nowincwd

Conversation

@ankostis

Copy link
Copy Markdown
Contributor
  • Do not abspath twice when constructing cloned repo.
  • Add git.repo.base logger.

According to the TCs, the changes in this PR are OK.
@Byron is there any reason for not deleting this Window-only code-path about changing-cwd?

+ Do not abspath twice when contructing cloned repo.
+ Add `git.repo.base` logger.
@codecov-io

codecov-io commented Oct 11, 2016

Copy link
Copy Markdown

Current coverage is 93.97% (diff: 91.66%)

Merging #529 into master will increase coverage by 0.13%

@@             master       #529   diff @@
==========================================
  Files            63         63          
  Lines          9628       9612    -16   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           9035       9033     -2   
+ Misses          593        579    -14   
  Partials          0          0          

Powered by Codecov. Last update 4b84602...cc6529c

@ankostis

Copy link
Copy Markdown
Contributor Author

Has already been merged in 8ea7e26 with #530.

@ankostis ankostis closed this Oct 15, 2016
@Byron Byron removed the in progress label Oct 15, 2016
@ankostis ankostis added this to the v2.1.0 - proper windows support milestone Oct 15, 2016
@ankostis ankostis self-assigned this Oct 15, 2016
@Byron

Byron commented Oct 16, 2016

Copy link
Copy Markdown
Member

@ankostis This looks like a massive simplification, which in any case is a good thing. Given that Appveyor will alert us of breakage, I think it is fine to go ahead with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants