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
/
lib
/
git
/
remote.py
Age
Commit message (
Expand
)
Author
2009-10-28
IterableList: added support for prefix allowing remote.refs.master constructs...
Sebastian Thiel
2009-10-28
tag handling tests finished, unfortunately there is not yet a rejected case, ...
Sebastian Thiel
2009-10-27
Implemented handling of FETCH_HEAD and tags, some test cases still missing de...
Sebastian Thiel
2009-10-27
Added special cases to test that shows we cannot yet:
Sebastian Thiel
2009-10-27
Added remote stale_refs property including test, tested new remote branch han...
Sebastian Thiel
2009-10-27
Added non-fast forward test case, fixed parsing issue caused by initial line ...
Sebastian Thiel
2009-10-27
implemented test for rejection handling and fixed a bug when parsing remote r...
Sebastian Thiel
2009-10-27
Added testing frame for proper fetch testing to be very sure this works as ex...
Sebastian Thiel
2009-10-27
put _make_file helper method into TestBase class
Sebastian Thiel
2009-10-21
remote: Added fetch, pull, push methods to the interface to make these operat...
Sebastian Thiel
2009-10-21
remote.refs now returns an IterableList allowing easier access to the remotes...
Sebastian Thiel
2009-10-20
Fixed bare repository handling - bare is now a property to prevent writing it
Sebastian Thiel
2009-10-19
Implemneted IterableLists for refs, commits and remote objects including simp...
Sebastian Thiel
2009-10-19
commit.count: is an instance method now
Sebastian Thiel
2009-10-19
remote: added tests for creation and removal, finishing the remote interface
Sebastian Thiel
2009-10-19
Added configuration access including tests to remote
Sebastian Thiel
2009-10-19
Added remote module and test cases - about to implement remote option handling
Sebastian Thiel