summaryrefslogtreecommitdiff
path: root/git.h
AgeCommit message (Expand)Author
2021-06-27Added externs for `add_comment()`, andmrb0nk500
2021-06-27Added the `id`, and `reply` members to `comment`.mrb0nk500
2021-06-27Changed `date` from `int` to `time_t` in `comment`.mrb0nk500
2021-06-26Make `date` a `time_t`.mrb0nk500
2021-06-15Added the `git_branch` struct, and replaced allmrb0nk500
2021-06-15Added `pull_request`, `file`, and `comment` structs.mrb0nk500
2021-06-13Include `git.h` in `pullreqd.c`.mrb0nk500
2021-06-13Added the `git_repo` struct.mrb0nk500
2021-06-12Start work on the git related code.mrb0nk500