zpm icon indicating copy to clipboard operation
zpm copied to clipboard

FYI https://libgit2.org/ might be useful

Open markfirmware opened this issue 5 years ago • 4 comments
trafficstars

https://libgit2.org/

markfirmware avatar May 23 '20 16:05 markfirmware

I don't think adding another dependency is a good idea. You need git installed anyways, so using that executable seems reasonable to me.

ikskuh avatar May 23 '20 17:05 ikskuh

Makes sense.

markfirmware avatar May 23 '20 17:05 markfirmware

Just saw this: using libgit instead of the git command could make stuff a lot easier, considering the library can be linked statically while the command has to be present on the system independently from the main executable.

Not-Nik avatar Jun 06 '20 12:06 Not-Nik

This is something to consider actually. Would make one dependency from runtime to compile time… But will also increase the project complexity itself a lot, probably doubling code size…

let me think about it

ikskuh avatar Jun 06 '20 12:06 ikskuh