summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Collapse)Author
2021-06-13Added `cleanup_git()`.mrb0nk500
This function cleans up the initialized git state.
2021-06-13Include `git.h` in `pullreqd.c`.mrb0nk500
Also added the necessary externs.
2021-06-13Finished the git initialization code.mrb0nk500
2021-06-12Start work on the git related code.mrb0nk500