canpolat@programming.devM to Git@programming.devEnglish · 2 years agoWhy SQLite Does Not Use Gitwww.sqlite.orgexternal-linkmessage-square13fedilinkarrow-up128arrow-down10cross-posted to: hackernews@derp.footechnews@radiation.party
arrow-up128arrow-down1external-linkWhy SQLite Does Not Use Gitwww.sqlite.orgcanpolat@programming.devM to Git@programming.devEnglish · 2 years agomessage-square13fedilinkcross-posted to: hackernews@derp.footechnews@radiation.party
minus-squaresirdorius@programming.devlinkfedilinkEnglisharrow-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.
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.