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