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
/
objects
Age
Commit message (
Expand
)
Author
2015-01-20
Greatly improved possible safety of Submodule.update(), which is used by defa...
Sebastian Thiel
2015-01-19
Submodule.move() will auto-rename the submodule if the name was equal to the ...
Sebastian Thiel
2015-01-19
Implemented Submodule.rename()
Sebastian Thiel
2015-01-19
Submodule.move() fixed to deal with 'non-gitfile' clones appropriately.
Sebastian Thiel
2015-01-19
Basic submodule tests are working once again !
Sebastian Thiel
2015-01-17
Submodule.remove() now seems to work properly, nearly all tests are back.
Sebastian Thiel
2015-01-17
Made sure dry-run is properly implemented in Submodule.remove()
Sebastian Thiel
2015-01-17
Submodule.remove() now deals with .git files correctly.
Sebastian Thiel
2015-01-17
Assured Submodule.(update|move) are dealing with .git files appropriately.
Sebastian Thiel
2015-01-16
Implemented more tests and made use of .git files when adding submodules
Sebastian Thiel
2015-01-15
Fixed previously failing test
Sebastian Thiel
2015-01-15
Submodule.add() can now handle absolute module paths in agreement to the doc ...
Sebastian Thiel
2015-01-15
For some reason, the new submodule test still broke on py3
Sebastian Thiel
2015-01-15
Added the first submodule will no longer cause an IOError.
Sebastian Thiel
2015-01-09
Added test to verify binary diffs are working as well.
Sebastian Thiel
2015-01-07
suppression des prefixes de commit
firm1
2015-01-06
Make flake8 happy
Sebastian Thiel
2015-01-06
test_tree works
Sebastian Thiel
2015-01-06
test_submodule works
Sebastian Thiel
2015-01-06
test_repo works
Sebastian Thiel
2015-01-06
test_refs works
Sebastian Thiel
2015-01-05
test_fun works
Sebastian Thiel
2015-01-05
test_commit works once again
Sebastian Thiel
2015-01-05
Fixes test_blob and improved commit writing/reading
Sebastian Thiel
2015-01-05
Added test of #147 to verify it works.
Sebastian Thiel
2015-01-05
Intermediate commit: test_config and test_actor works
Sebastian Thiel
2015-01-05
Fixed io types to make tests work on PY2 once again.
Sebastian Thiel
2015-01-04
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
Removed unnecessary (non-gitpython) tests and fixed flake8
0.3.3
Sebastian Thiel
2015-01-04
Replaced ordered dict with standard version; used logging module
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2015-01-04
Applied autopep8
Sebastian Thiel
2014-12-19
Simplified parse_date implementation
Sebastian Thiel
2014-12-18
BF: adjust mktime output for the local offset (Close #218)
Yaroslav Halchenko
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-19
Backport of https://github.com/gitpython-developers/GitPython/pull/118
Sebastian Thiel
2014-11-17
Assure API remains backwards compatible; update API docs
Sebastian Thiel
2014-11-17
Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (double spaces before comment)
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-09-08
GPG signature support on commit object.
Max Rasskazov
2014-05-01
Make sure that branches looking like a numeric scalar will not become number ...
Sebastian Thiel
2014-03-24
add param to create_from_tree
firm1
2014-03-04
[#7021] Fixed error serializing programmatically created commits
Cory Johns
2014-03-03
[#7021] Added serialization and test from upstream and fixed test issues
Cory Johns
[next]