[Python-modules-commits] [python-git] branch upstream updated (f50592e -> 673a76f)
Barry Warsaw
barry at moszumanska.debian.org
Wed Jun 15 10:56:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a change to branch upstream
in repository python-git.
from f50592e Imported Upstream version 2.0.2
new 673a76f Import python-git_2.0.5.orig.tar.gz
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES | 2 +-
GitPython.egg-info/PKG-INFO | 2 +-
GitPython.egg-info/SOURCES.txt | 1 +
PKG-INFO | 2 +-
VERSION | 2 +-
doc/source/changes.rst | 28 ++++++++++
doc/source/intro.rst | 24 +++++----
git/__init__.py | 4 +-
git/cmd.py | 21 ++++----
git/compat.py | 2 +-
git/diff.py | 26 ++++++++-
git/index/fun.py | 2 +-
git/objects/commit.py | 6 +--
git/remote.py | 90 +++++++++++++++++++++++--------
git/repo/base.py | 17 ++++--
git/test/fixtures/blame_incremental | 2 +-
git/test/fixtures/commit_invalid_data | 6 +++
git/test/fixtures/diff_patch_unsafe_paths | 7 +++
git/test/test_base.py | 2 +-
git/test/test_commit.py | 7 +++
git/test/test_diff.py | 15 +++---
git/test/test_docs.py | 13 ++---
git/test/test_git.py | 2 +-
git/test/test_index.py | 2 +-
git/test/test_remote.py | 8 +++
git/test/test_repo.py | 2 +-
git/util.py | 30 ++++++++---
requirements.txt | 1 -
28 files changed, 240 insertions(+), 86 deletions(-)
create mode 100644 git/test/fixtures/commit_invalid_data
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-git.git
More information about the Python-modules-commits
mailing list