Ignore fetch info if it starts with POST#97
Ignore fetch info if it starts with POST#97medwards wants to merge 1 commit intogitpython-developers:0.3from
Conversation
|
Hi, I noticed this has been open for 4 months now - is there anything I can do to get it merged more quickly? I seem to be running into the same problem when I try to call remote.fetch(tags=True) over HTTPS on version 0.3.2 RC1, and this looks like it would fix the problem. Michael, I ran into the same problem when trying to run the tests but upgrading my version of nosetests solved it. I'm still getting a lot of failures, but I don't know if it's due to my local setup as earlier commits fail too. |
|
Ah yeah, sorry, but unless my guess is off GitP is dead or near to dead. In On 21 June 2013 12:55, Mat notifications@github.com wrote:
|
|
That's a shame if true, it's a great library. I'd prefer not to mess around with subprocess if I can avoid it. My current plan is to just monkey patch that method, but I'll probably rethink that approach if it becomes more hassle than parsing command line output myself. |
|
Thank you. |
I haven't gotten the tests to pass, I get:
Where tools is from
from nose import toolsSo that's great.
I also haven't manually tested this but based on output I copied and pasted into #94 it should at least fix my part of the problem.