shithub: libgit

ref: f12b2f1cd7cd26033457a54454456158e1572834
dir: /git.h/

View raw version
#pragma lib "libgit.a"
#pragma src "/sys/src/libgit"

/* initialize git system */
int initgit(char*);

/* git commands. files must be relative within repository */
int gitcommit(char *msg, char* file, ...);
int gitadd(char* file, ...);
int gitrm(char* file, ...);