[Python-modules-commits] [python-git] 02/02: Merge remote-tracking branch 'origin/master'

Takaki Taniguchi takaki at moszumanska.debian.org
Mon Oct 17 08:56:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

takaki pushed a commit to branch master
in repository python-git.

commit ce4489ddbc9664aa170fd5ec77066d09435513d7
Merge: 532a9bd db202cc
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Mon Oct 17 17:56:47 2016 +0900

    Merge remote-tracking branch 'origin/master'

 .coveragerc                                        |   7 -
 .gitignore                                         |  15 --
 .gitmodules                                        |   3 -
 .travis.private-ssh-key-for-issue-301              |  27 ---
 .travis.yml                                        |  46 -----
 AUTHORS                                            |   2 +
 CHANGES                                            |   2 +-
 GitPython.egg-info/PKG-INFO                        |  27 +++
 GitPython.egg-info/SOURCES.txt                     | 151 ++++++++++++++
 GitPython.egg-info/dependency_links.txt            |   1 +
 GitPython.egg-info/not-zip-safe                    |   1 +
 GitPython.egg-info/requires.txt                    |   1 +
 GitPython.egg-info/top_level.txt                   |   1 +
 MANIFEST.in                                        |   4 +
 PKG-INFO                                           |  27 +++
 README.md                                          |  91 --------
 TODO                                               |   7 -
 VERSION                                            |   2 +-
 debian/.git-dpm                                    |  14 +-
 debian/TODO                                        |   7 +
 debian/changelog                                   |  27 +++
 debian/control                                     |   7 +-
 doc/source/changes.rst                             | 230 +++++++++++++++------
 doc/source/intro.rst                               |  24 ++-
 doc/source/tutorial.rst                            |  11 +-
 etc/sublime-text/git-python.sublime-project        |  62 ------
 git/__init__.py                                    |   4 +-
 git/cmd.py                                         | 152 +++++++++++---
 git/compat.py                                      |  15 +-
 git/config.py                                      |  74 ++++---
 git/diff.py                                        | 179 ++++++++++++----
 git/exc.py                                         |   4 +
 git/index/base.py                                  |  27 ++-
 git/index/fun.py                                   |   2 +-
 git/objects/commit.py                              |  25 ++-
 git/objects/tree.py                                |  55 ++++-
 git/objects/util.py                                |  30 ++-
 git/refs/log.py                                    |   5 +-
 git/refs/symbolic.py                               |   4 +-
 git/remote.py                                      | 177 ++++++++++++----
 git/repo/base.py                                   | 117 +++++++++--
 git/repo/fun.py                                    |  25 ++-
 git/test/fixtures/blame_incremental                |  30 +++
 git/test/fixtures/commit_invalid_data              |   6 +
 .../diff_abbrev-40_full-index_M_raw_no-color       |   1 +
 git/test/fixtures/diff_file_with_spaces            |   7 +
 git/test/fixtures/diff_index_raw                   |   1 +
 git/test/fixtures/diff_initial                     |   8 +
 git/test/fixtures/diff_patch_unsafe_paths          |  89 ++++++++
 git/test/fixtures/git_config_with_empty_value      |   4 +
 git/test/test_base.py                              |   2 +-
 git/test/test_commit.py                            |  18 ++
 git/test/test_config.py                            |  94 +++++----
 git/test/test_diff.py                              |  83 +++++++-
 git/test/test_docs.py                              |  17 +-
 git/test/test_git.py                               |   9 +-
 git/test/test_index.py                             |  16 +-
 git/test/test_refs.py                              |   2 +-
 git/test/test_remote.py                            |  55 ++++-
 git/test/test_repo.py                              |  99 ++++++++-
 git/test/test_tree.py                              |  50 -----
 git/util.py                                        |  58 ++++--
 requirements.txt                                   |   3 +-
 setup.cfg                                          |   8 +
 setup.py                                           |   1 +
 test-requirements.txt                              |   4 -
 tox.ini                                            |  26 ---
 67 files changed, 1683 insertions(+), 700 deletions(-)

-- 
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