summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
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
2021-06-30Moved assignment of `pr_dir` to before the creation ofmrb0nk500
2021-06-27Fixed a typo in `add_comment()`.mrb0nk500
2021-06-27Added `add_comment()`.mrb0nk500
2021-06-27Renamed `info_buf` to `file_buf` inmrb0nk500
2021-06-27Renamed `info` to `filename` in `create_info_file()`.mrb0nk500
2021-06-27Renamed `pr_dir` to `pr_root` in `create_info_file()`.mrb0nk500
2021-06-27Fixed some typos in `create_info_file()`.mrb0nk500
2021-06-27Renamed `create_info()` to `create_info_file()`.mrb0nk500
2021-06-26Added the file write, and close in `create_info()`.mrb0nk500
2021-06-26Added the code for printing the info file contents tomrb0nk500
2021-06-26Added `get_info_len()`.mrb0nk500
2021-06-26Added some more error checking in `create_info()`.mrb0nk500
2021-06-25Added some more log messages inmrb0nk500
2021-06-25Change the log types from `LOG_INFO` to `LOG_NOTICE`mrb0nk500
2021-06-25Started work on `create_info()`.mrb0nk500
2021-06-25Remove the TODO in `create_pull_request_dir()`.mrb0nk500
2021-06-25Add error checking, and move the code for getting themrb0nk500
2021-06-25Allow `create_pull_request_dir()` to use either themrb0nk500
2021-06-18Include `ctype.h` in `git.c`.mrb0nk500
2021-06-18Added code for creating format patch files of eachmrb0nk500
2021-06-17Start work on some of the pull request handling code.mrb0nk500
2021-06-15Added include for `strings.h`.mrb0nk500
2021-06-13Fixed a typo with appending the directory name to themrb0nk500
2021-06-13Fixed a stupid bug with not freeing the linked list.mrb0nk500
2021-06-13Added `cleanup_git()`.mrb0nk500
2021-06-13Include `git.h` in `pullreqd.c`.mrb0nk500
2021-06-13Finished the git initialization code.mrb0nk500
2021-06-12Start work on the git related code.mrb0nk500