1 Star 5 Fork 0

Git工具集/GitSharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ChangeLog 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
2008-12-06 Miguel de Icaza <miguel@novell.com>
* Lib/Constants.cs: Add a handful of extra contants.
* Lib/Codec.cs: Put here the coding/encoding routines that were
originally in egit's lib/Constants.java class
* Lib/*: Align some API doc comments, add some API docs.
* Lib/RefDatabase.cs (Peel): Implement.
* Lib/Constants.cs: Put all the constants here (not sure where
some new constants should have gone).
* Lib/Ref.cs: Update to support `Peeled' property and
`OriginalName' from newer eGits.
2008-12-03 Miguel de Icaza <miguel@novell.com>
* test.cs: make the sample program dump all the refs.
* Lib/Repository.cs: Expose GetAllRefs.
* Lib/RefDatabase.cs (ReadOneLooseRef): Do not crash if the
refName is not present in the looseKeys.
(RefreshPackedRefs): If the packed-refs file does not exist, do
not try to continue, it would otherwise crash.
* Lib/WindowedFile.cs: Implement another file from the original
Java implementation.
* Lib/PackIndex.cs: Fix indentation of comment.
* Lib/WindowCursor.cs: Implement.
2008-12-02 Miguel de Icaza <miguel@novell.com>
* Lib/ByteArrayWindow.cs: Implement the functionality for
ByteArrayWindow, do not derive from ByteWindow which is a design
in the original Java implementation to use two different backends
for storage.
We could achieve the same in a cleaner way than the original
implementation if we choose to do so using an interface.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/vcs-all-in-one/GitSharp.git
git@gitee.com:vcs-all-in-one/GitSharp.git
vcs-all-in-one
GitSharp
GitSharp
master

搜索帮助