Age | Commit message (Expand) | Author |
2022-08-06 | git: Make use of `create_key_value_file()` in `create_info_file()` | mrb0nk500 |
2022-08-06 | git: Fix an issue with `get_patch_list()` not properly adding whitespace | mrb0nk500 |
2022-08-06 | git: Add `get_pr_type()` keyword getter callback | mrb0nk500 |
2022-08-05 | git: Add `get_keyword_cb` getter callbacks | mrb0nk500 |
2022-08-05 | git: Don't return an error when the patch file array is NULL in | mrb0nk500 |
2022-08-05 | git: Don't check if `pr->branch->name` isn't empty in | mrb0nk500 |
2022-08-05 | git: Add `create_pull_request_branch()` | mrb0nk500 |
2022-08-05 | git: Add `get_repo()` | mrb0nk500 |
2022-08-04 | git: Use `is_empty()`, and `find_delm(),` rather than doing it manually | mrb0nk500 |
2022-08-01 | git: Make sure `pr->merge_branch` uses `free()` instead of | 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: Replace all uses of `parse_colon_key_value_file()` with | mrb0nk500 |
2022-08-01 | git: Rename `parse_colon_key_value_file()` to `parse_key_value_file()`, | 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 | git: Make use of both `is_dir()`, and `mkdirp()` in | mrb0nk500 |
2022-07-31 | git: Use `format_len()` instead of `strlen()` when creating the repo | mrb0nk500 |
2022-07-31 | pullreqd, git: Replace every current instance of `git_repository` with `git_r... | mrb0nk500 |
2022-07-31 | git: Use `linked_list_to_array()` to add create the repo table, rather | mrb0nk500 |
2022-07-30 | git: Add `cleanup_pull_request()` | mrb0nk500 |
2022-07-30 | git: Properly sanitize, and format the patch file name in | mrb0nk500 |
2022-07-30 | git: Make sure `f->name` is NULL before freeing `f` in | mrb0nk500 |
2022-07-30 | git: Check if either `lhs`, or `buf` are empty in | mrb0nk500 |
2022-07-30 | git: Replace `filename` with `path` in `create_file()` | mrb0nk500 |
2022-07-28 | everywhere: Fix compiler errors, compiler warnings, and correct typos | mrb0nk500 |
2022-07-28 | index: rename typedef `index` to `index_t` | mrb0nk500 |
2022-07-28 | keyword: Make `keyword_cb`, and `set_keyword()` return an `int` | mrb0nk500 |
2022-07-28 | git: Implement all of `get_pull_request()` | mrb0nk500 |
2022-07-27 | git: Replace all uses of `git_repo` with the more generic `linked_list` | mrb0nk500 |
2022-07-26 | git: Add `create_file()` | mrb0nk500 |
2022-07-26 | git, index: Move index related functions to `index.{c,h}` | mrb0nk500 |
2022-07-24 | git: Remove reason string reference from `is_valid_index()` | mrb0nk500 |
2022-07-13 | git: Use an index instead of an id for creating PR directories | mrb0nk500 |
2021-08-01 | Fixed a typo in `create_pull_request_dir()`. | mrb0nk500 |
2021-08-01 | Removed a free to a non-existent variable in | mrb0nk500 |
2021-08-01 | Replace all instances of `dir_path_name()`, with | mrb0nk500 |
2021-08-01 | Fixed a bug in `create_pull_request_dir()`. | mrb0nk500 |
2021-08-01 | Set return value to zero, if the PR ID is negative in | mrb0nk500 |
2021-08-01 | Move the creation of the info file to after the | mrb0nk500 |
2021-08-01 | Fixed a typo in `create_pull_request_dir()`. | mrb0nk500 |
2021-08-01 | Added `free_files()`, and `free_file()`. | mrb0nk500 |
2021-08-01 | Added `get_branch_commits()`. | mrb0nk500 |
2021-08-01 | Fixed typo in `create_info_file()`. | mrb0nk500 |
2021-07-11 | Replace `%c` in the time format string with the RFC | mrb0nk500 |
2021-07-03 | Use the filename created by `create_num_str()`, rather | mrb0nk500 |
2021-06-30 | Fixed a typo in `get_comment_len()`. | mrb0nk500 |
2021-06-30 | Add `get_comment_len()`. | mrb0nk500 |
2021-06-30 | Seperate each PR comment by one blank line in | mrb0nk500 |
2021-06-30 | Added a check to see if `commits` is non-NULL. | mrb0nk500 |