Skip to content

Commit 57abee2

Browse files
committed
Remove quotes from index entries
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent 8d8780b commit 57abee2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

book/B-embedding-git/sections/dulwich.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== Dulwich
22

3-
(((Dulwich)))((("Python")))
3+
(((Dulwich)))(((Python)))
44
There is also a pure-Python Git implementation - Dulwich.
55
The project is hosted under https://www.dulwich.io/
66
It aims to provide an interface to git repositories (both local and remote) that doesn't call out to git directly but instead uses pure Python.

book/B-embedding-git/sections/go-git.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== go-git
22

3-
(((go-git)))((("Go")))
3+
(((go-git)))(((Go)))
44
In case you want to integrate Git into a service written in Golang, there also is a pure Go library implementation.
55
This implementation does not have any native dependencies and thus is not prone to manual memory management errors.
66
It is also transparent for the standard Golang performance analysis tooling like CPU, Memory profilers, race detector, etc.

book/B-embedding-git/sections/jgit.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== JGit
22

3-
(((jgit)))(((java)))
3+
(((jgit)))(((Java)))
44
If you want to use Git from within a Java program, there is a fully featured Git library called JGit.
55
JGit is a relatively full-featured implementation of Git written natively in Java, and is widely used in the Java community.
66
The JGit project is under the Eclipse umbrella, and its home can be found at http://www.eclipse.org/jgit[].

0 commit comments

Comments
 (0)