forked from google/zoekt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pkg.in/src-d/go-git.v4/ for Git indexing
This library is written in pure Go, so: * it simplifies compilation and deployment * no more memory leaks due forgotten Free() calls * potential for lower memory use in large superprojects, since Repository objects don't have to be Free()d individually. This comes at the cost of a 30% end-to-end slowdown indexing the Gerrit repo. Change-Id: Id0e51e5cf9e6bc4cfe1bdbff0adb381a3814fab8
- Loading branch information
Showing
7 changed files
with
206 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.