◐ Shell
clean mode source ↗

Improved way of listing URLs in remote by guyzmo · Pull Request #528 · gitpython-developers/GitPython

and others added 15 commits

September 12, 2016 17:19
Use flock() for file locking
Now that performance tests are run, it appears we run into one
particular failure on travis, possibly indicating a bug in python 3.3.

Just bluntly increason the amount of handles might silence it... .

Related to gitpython-developers#524
instead of using git remote show that can trigger a connection to the
remote repository, use git remote get-url --all that works by only
reading the .git/config.

change should have no functional impact, so no test needed.

Signed-off-by: Guyzmo <guyzmo+github@m0g.net>

ankostis pushed a commit to ankostis/GitPython that referenced this pull request

Oct 11, 2016
+ Instead of using `git remote show` that may triggers connection to
remote repo, use `git remote get-url --all` that works by only
reading the `.git/config`.
+ Change should have no functional impact, so no test needed.
+ Works only with git -2.7+.

Signed-off-by: Guyzmo <guyzmo+github@m0g.net>

ankostis added a commit to ankostis/GitPython that referenced this pull request

Oct 11, 2016

ankostis pushed a commit to ankostis/GitPython that referenced this pull request

Oct 12, 2016