[DRE-commits] [ruby-rugged] branch master updated (7b60656 -> 3df2870)

Cédric Boutillier boutil at moszumanska.debian.org
Mon Jun 1 21:19:09 UTC 2015


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

boutil pushed a change to branch master
in repository ruby-rugged.

      from  7b60656   bump Standards-Version
      adds  45e088c   Imported Upstream version 0.22.2
      adds  a2fde9e   Imported Upstream version 0.22.2+ds1
       new  46423a4   Merge tag 'upstream/0.22.2+ds1'
       new  c7d9c8e   Add patch to not read version of libgit2 from (removed) convenience copy
       new  3df2870   prepare changelog

The 3 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:
 README.md                                |   39 +-
 debian/changelog                         |    9 +
 debian/patches/fix_header_path.patch     |   38 ++
 debian/patches/series                    |    1 +
 ext/rugged/extconf.rb                    |   40 +-
 ext/rugged/rugged.c                      |   22 +-
 ext/rugged/rugged.h                      |   18 +-
 ext/rugged/rugged_backend.c              |   34 +
 ext/rugged/rugged_blob.c                 |   57 ++
 ext/rugged/rugged_branch_collection.c    |    1 +
 ext/rugged/rugged_cred.c                 |   23 +
 ext/rugged/rugged_index.c                |    8 +-
 ext/rugged/rugged_note.c                 |    2 +-
 ext/rugged/rugged_remote.c               |  237 +++----
 ext/rugged/rugged_remote_collection.c    |   70 +-
 ext/rugged/rugged_repo.c                 |  521 ++++++++++++++-
 ext/rugged/rugged_revwalk.c              |    9 +
 ext/rugged/rugged_submodule.c            | 1042 ++++++++++++++++++++++++++++++
 ext/rugged/rugged_submodule_collection.c |  236 +++++++
 ext/rugged/rugged_tag_collection.c       |   72 ++-
 ext/rugged/rugged_tree.c                 |  155 +++--
 lib/rugged.rb                            |    3 +
 lib/rugged/attributes.rb                 |   41 ++
 lib/rugged/blob.rb                       |   28 +
 lib/rugged/diff.rb                       |    1 -
 lib/rugged/diff/line.rb                  |    4 +-
 lib/rugged/patch.rb                      |   14 +-
 lib/rugged/repository.rb                 |    7 +
 lib/rugged/submodule_collection.rb       |   48 ++
 lib/rugged/version.rb                    |    2 +-
 metadata.yml                             |   43 +-
 31 files changed, 2555 insertions(+), 270 deletions(-)
 create mode 100644 debian/patches/fix_header_path.patch
 create mode 100644 debian/patches/series
 create mode 100644 ext/rugged/rugged_backend.c
 create mode 100644 ext/rugged/rugged_submodule.c
 create mode 100644 ext/rugged/rugged_submodule_collection.c
 create mode 100644 lib/rugged/attributes.rb
 create mode 100644 lib/rugged/blob.rb
 create mode 100644 lib/rugged/submodule_collection.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rugged.git



More information about the Pkg-ruby-extras-commits mailing list