Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-15 | Added the `git_branch` struct, and replaced all | mrb0nk500 | |
instances of `git_reference` with it. | |||
2021-06-15 | Added `pull_request`, `file`, and `comment` structs. | mrb0nk500 | |
These structs are used for accepting, rejecting, creating, sending, and receiving pull requests. | |||
2021-06-13 | Include `git.h` in `pullreqd.c`. | mrb0nk500 | |
Also added the necessary externs. | |||
2021-06-13 | Added the `git_repo` struct. | mrb0nk500 | |
This is a linked list, that will be temporarily be used by `init_git()`. | |||
2021-06-12 | Start work on the git related code. | mrb0nk500 | |