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-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
2015-01-16
Added debug code to keep lines fed into progress handler and the contents of ...
Sebastian Thiel
2015-01-14
Fixed some doc strings to build correctly with sphinx
Sebastian Thiel
2015-01-08
Fixed PY3 support.
Sebastian Thiel
2015-01-08
Auto-update odb caches after fetch or pull.
Sebastian Thiel
2015-01-08
Added assertion to better detect diff issues.
Sebastian Thiel
2015-01-08
Added Remote.exists() method, and test. Fixes #229
Sebastian Thiel
2015-01-08
Improve error handling of fetch/pull line parsing
Sebastian Thiel
2015-01-07
Fix flake8
Sebastian Thiel
2015-01-07
Implemented non-blocking operations using poll()
Sebastian Thiel
2015-01-06
test_remote works
Sebastian Thiel
2015-01-05
Intermediate commit: test_config and test_actor works
Sebastian Thiel
2015-01-04
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2015-01-04
Applied autopep8
Sebastian Thiel
2015-01-03
Reduced hackyness of remote reference parsing.
Sebastian Thiel
2015-01-03
Various fixes and improvements
Sebastian Thiel
2015-01-02
[IMP] branch names may contain '#' characters
Thomas Rehn
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2014-11-15
Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...
Sebastian Thiel
2014-07-03
Support multiple refspecs in fetch.
Robert Collins
2014-06-04
HACK: Removed assertion just to be a bit less annoyed by constant fail
Sebastian Thiel
[next]