summaryrefslogtreecommitdiff
path: root/git.h
AgeCommit message (Expand)Author
2022-08-06git: Add `get_pr_type()` keyword getter callbackmrb0nk500
2022-08-05keyword: Add `get_keyword_cb`, and add `get_callback` to `struct keyword`mrb0nk500
2022-08-05git: Add `create_pull_request_branch()`mrb0nk500
2022-08-05git: Add `get_repo()`mrb0nk500
2022-08-01git, keyword: Move `parse_key_value_file()` to `keyword.{c,h}`mrb0nk500
2022-08-01git: Make `parse_key_value_file()` externally accessablemrb0nk500
2022-08-01git: Add `merge-branch` keyword to list of info file keywordsmrb0nk500
2022-08-01git: Make `merge_branch` a string instead of a `git_branch *`mrb0nk500
2022-08-01git: Add `parse_remote_branch()` callbackmrb0nk500
2022-07-31git: Add support for specifying the name of a repo when getting, andmrb0nk500
2022-07-31pullreqd, git: Replace every current instance of `git_repository` with `git_r...mrb0nk500
2022-07-31git: Add `git_repo` structmrb0nk500
2022-07-30git: Add `cleanup_pull_request()`mrb0nk500
2022-07-30git: Add missing extern definition for `get_pull_request()`mrb0nk500
2022-07-28everywhere: Fix compiler errors, compiler warnings, and correct typosmrb0nk500
2022-07-28git: Implement all of `get_pull_request()`mrb0nk500
2022-07-27git: Update definition of `create_pull_request_dir()` in `git.h`mrb0nk500
2022-07-27git: Replace all uses of `git_repo` with the more generic `linked_list`mrb0nk500
2022-07-26git: Remove definition of `index` struct from `git.h`mrb0nk500
2022-07-26git, index: Move index related functions to `index.{c,h}`mrb0nk500
2022-07-13git: Add index typemrb0nk500
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