Y
Hacker News
new
|
ask
|
show
|
jobs
by
tredre3
2 days ago
Git is famously not built around a (reusable) library, hence why we have things like libgit2 (unrelated to git) and why any porcelain on top of git has to resort to calling the binary and parsing its text output.
1 comments
MBCook
2 days ago
I was not aware of that. I knew it was split but didn’t know that split wasn’t useful to others.
Thanks.
link
Thanks.