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