mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Include libgit2 as submodule and use it to store sha's
This reduces GitX's memory usage and makes some operations much faster, like graphing, by having a cheaper comparison
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "libgit2"]
|
||||
path = libgit2
|
||||
url = git://github.com/pieter/libgit2.git
|
||||
Reference in New Issue
Block a user