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