index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
remote.py
Age
Commit message (
Expand
)
Author
2016-06-20
fix(remote): lazy PushInfo.old_commit initialization
Sebastian Thiel
2016-06-14
Fix for parsing non-ASCII chars in status lines
Vincent Driessen
2016-06-14
Merge pull request #446 from guyzmo/updating_remote_url_handling
Sebastian Thiel
2016-06-14
fix(flake): misc whitespace fixes
Sebastian Thiel
2016-06-13
fix(misc): various cleanup
Sebastian Thiel
2016-06-08
Switching the `urls` property to use `git remote show` instead of `git remote...
Guyzmo
2016-06-08
Adding support for git remote set-url/get-url API to Remote
Guyzmo
2016-06-06
Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-...
Barry Scott
2016-05-30
Fix regex
Vincent Driessen
2016-05-30
Fix flake8 complaints
Barry Scott
2016-05-29
Return stderr lines from a pull() call that fails
Barry Scott
2016-05-29
Return all the stderr messge after an error is detected for pull()
Barry Scott
2016-05-29
fix(remote): improve version check
Sebastian Thiel
2016-05-29
fix(remote): Add CallableRemoteProgress
Sebastian Thiel
2016-05-29
chore(misc): cleanup and docs
Sebastian Thiel
2016-05-28
Merge remote-tracking branch 'upstream/master'
Barry Scott
2016-05-28
The progress arg to push, pull, fetch and clone is now a python callable.
Barry Scott
2016-05-26
Changing warning to debug logging, to avoid warning showing off when nothing'...
Guyzmo
2016-05-26
fix(remote): py3 compatibility
Sebastian Thiel
2016-05-26
fix(remote): py3 compatibility
Sebastian Thiel
2016-05-26
fix(remote): use universal_newlines for fetch/push
Sebastian Thiel
2016-05-26
fix(remote): real-time reading of lines from stderr
Sebastian Thiel
2016-05-25
fix(remote): better array truncation logic
Sebastian Thiel
2016-05-25
fix(remote): remove assertion in favour of runtime stability
Sebastian Thiel
2016-04-24
Allow "@" sign in fetch output lines
Vincent Driessen
2016-04-20
Allow "$" sign in fetch output lines
Vincent Driessen
2016-03-29
Remove assertion over fetch refspec when explicitly specified
rrei
2016-03-28
fix(remote): asssertion message formatting
Sebastian Thiel
2016-02-11
chore(version): set to next patch release
Sebastian Thiel
2016-02-07
fix(cmd): prevent deadlock on clone/fetch/pull
Sebastian Thiel
2016-02-07
chore(flake8): unnused import
Sebastian Thiel
2015-09-06
fix(remote): assure only repository configuration
Sebastian Thiel
2015-07-03
fix(cmd): work with py3
Sebastian Thiel
2015-07-03
fix(cmd): don't open stdout when fetching
Sebastian Thiel
2015-07-03
test(remote): make assertion less verbose
Sebastian Thiel
2015-06-10
fix(remote): assert fetch respec is set
Sebastian Thiel
2015-06-10
fix(remote): don't close stdout on fetch/pull
Sebastian Thiel
2015-06-08
While parsing errors, also detecting lines starting with error:
Victor Garcia
2015-04-08
fix(remote): allow to raise during push/fetch
Sebastian Thiel
2015-02-21
Fixed trailing white space!
Sebastian Thiel
2015-02-21
`stale_refs()` may now also handle other kinds of references, like tags.
Sebastian Thiel
2015-02-21
Added 'insert_kwargs_after' flag for consumption by _call_process.
Sebastian Thiel
2015-01-30
Remote.update() didn't pass kwargs along to git command.
Sebastian Thiel
2015-01-22
Merge branch 'master' into teeberg-master
Sebastian Thiel
2015-01-22
Fetch now deals with custom refspecs much better.
Sebastian Thiel
2015-01-22
Overhauled all tutorials, and placed them in a unit-test.
Sebastian Thiel
2015-01-21
Fix some typos
Jonas Trappenberg
2015-01-21
Added advance usage examples to tutorial and made minor fixes.
Sebastian Thiel
2015-01-21
removed debug code
issue-232-reproduction
Sebastian Thiel
2015-01-20
Remote.fetch|pull() will not use poll/threads anymore as only stderr is read.
Sebastian Thiel
[next]