canpolatM to GitEnglish · 2 years agoWhy SQLite Does Not Use Gitwww.sqlite.orgexternal-linkmessage-square11fedilinkarrow-up129arrow-down10
arrow-up129arrow-down1external-linkWhy SQLite Does Not Use Gitwww.sqlite.orgcanpolatM to GitEnglish · 2 years agomessage-square11fedilink
minus-squarecsm10495@sh.itjust.workslinkfedilinkEnglisharrow-up4arrow-down1·2 years agoIt’s also an environment of weird verbosity. Try using libgit2 to do a clone, checkout, commit, push. It’s rediculous. The cli abstracts it at least. But idk why the preference seems to be uber verbosity. We can have that verbosity and macros but nope.
minus-squaresirdoriuslinkfedilinkEnglisharrow-up2·2 years agoWhat do you mean by verbosity? Are the commands long or is the command output long?
minus-squarecsm10495@sh.itjust.workslinkfedilinkEnglisharrow-up3·edit-22 years agolibgit2 is a library that folks use to implement git functionality inside of their applications. Writing the equivalent code via libgit2 to those standard git cli operations tend to be rather long and verbose compared to the one line cli commands.
It’s also an environment of weird verbosity. Try using libgit2 to do a clone, checkout, commit, push. It’s rediculous.
The cli abstracts it at least. But idk why the preference seems to be uber verbosity. We can have that verbosity and macros but nope.
What do you mean by verbosity? Are the commands long or is the command output long?
libgit2 is a library that folks use to implement git functionality inside of their applications. Writing the equivalent code via libgit2 to those standard git cli operations tend to be rather long and verbose compared to the one line cli commands.