-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate B-embedding-git jgit #125
Conversation
JGit is a relatively full-featured implementation of Git written natively in Java, and is widely used in the Java community. | ||
The JGit project is under the Eclipse umbrella, and its home can be found at http://www.eclipse.org/jgit[]. | ||
如果你想在一个 Java 程序中使用 Git ,有一个功能齐全的 Git 库,那就是 JGit 。 | ||
JGit 是一个相对来说功能比较全的用 Java 写成的 Git 的实现,并且它在 Java 社区中被广泛使用。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JGit 是一个用 Java 写成的功能相对建全的 Git 的实现,它在 Java 社区中被广泛使用。
已完成@Geno1024 |
@IceNature 已修改。 |
第二行获得以 `master` 引用的目标,它返回一个 ObjectId 实例。 | ||
不管是否存在于一个 Git 对象的数据库,ObjectId 都会代表一个对象的 SHA-1 哈希。 | ||
第三行与此相似,但是它展示了 JGit 如何处理 rev-parse 语法(要了解更多,请看 <<_branch_references>> ),你可以传入任何 Git 了解的对象说明符,然后 JGit 会返回该对象的一个有效的 ObjectId ,或者 `null` 。 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
从这里开始 diff 错位了。。。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个错位是由 Git 工具的检测的 Bug 造成的。
已完成 @Geno1024 |
@fatjyc 已按照意见修改。 |
已完成 @Geno1024 |
JGit is a relatively full-featured implementation of Git written natively in Java, and is widely used in the Java community. | ||
The JGit project is under the Eclipse umbrella, and its home can be found at http://www.eclipse.org/jgit[]. | ||
如果你想在一个 Java 程序中使用 Git ,有一个功能齐全的 Git 库,那就是 JGit 。 | ||
JGit 是一个用 Java 写成的功能相对建全的 Git 的实现,它在 Java 社区中被广泛使用。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建全 => 健全
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
。。。
有一个同级的同学叫做“陈建全”……
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
难怪了,这里只能233333:)
@Geno1024 审核完毕并提出了一些意见。 |
@branchzero 已修改完毕。 |
@Geno1024 @IceNature @fatjyc @tankxu @branchzero 已合并入主干。 |
No description provided.