发布于 2016-03-03 00:27:37 | 155 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Rugged Git 的 Ruby 开发包

Rugged 是一个 Git 的 Ruby 开发包,使用 libgit2 API


Rugged 是一个 Git 的 Ruby 开发包,使用 libgit2 API 。更新记录如下:

  • Add Rugged::Repository#checkout_index.

    This allows to perform checkout from a given GIT index. It might be handy in case of manual merge conflicts resolution with user intervention.

    Dmytro Milinevskyy

  • Add accessors for the Repository ident.

    Added Repository#ident and Repository#ident= to read and set the identity that is used when writing reflog entries.

    Arthur Schreiber

  • Rugged::Remote instances are now immutable.

    Arthur Schreiber

    • Remote#clear_refspecs and Remote#save were removed without replacement.

    • Remote#url= and Remote#push_url= were removed and replaced byRemoteCollection#set_url and RemoteCollection#set_push_url.

    • Remote#add_push and Remote#add_fetch were removed and replaced byRemoteCollection#add_push_refspec andRemoteCollection#add_fetch_refspec.

  • Update bundled libgit2 to 9042693e283f65d9afb4906ed693a862a250664b.

    Arthur Schreiber

  • Updated the API of reflog modifying methods.

    This removes both the optional :message as well as :signature options from the following methods:

    Additionally, the :signature option from Remote#fetch was removed as well.

    The reflog message is now automatically generated and committed with the the identity that is set in the Repository's configuration.

    Arthur Schreiber

    • BranchCollection#create, BranchCollection#move, BranchCollection#rename

    • ReferenceCollection#create, ReferenceCollection#rename

    • Remote#push

    • Repository#reset

  • The :safe_create flag was removed from Repository#checkout_tree.

    You can use :create in combination with :recreate_missing instead.

    Arthur Schreiber

下载地址:https://github.com/libgit2/rugged/archive/master.zip



历史版本 :
rugged v0.25.0b1 发布
rugged v0.24.0b14 发布,Git 的 Ruby 开发包
rugged 0.24.0b13 发布,Git 的 Ruby 开发包
Rugged 0.23.2 发布,Git 的 Ruby 开发包
Rugged 0.23.0b4 发布,Git 的 Ruby 开发包
Rugged 0.23.0b3 发布,Git 的 Ruby 开发包
Rugged 0.23.0b2 发布,Git Ruby 开发包
Rugged 0.22.1b1 发布,Git 的 Ruby 开发包
Rugged 0.21.4 发布,Git 的 Ruby 开发包
Rugged v0.21.3 发布,Ruby 的 Git 开发包
Rugged v0.22.0b1 发布,Ruby 的 Git 开发包
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务