Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-18 | Include `ctype.h` in `git.c`. | mrb0nk500 | |
2021-06-18 | Added code for creating format patch files of each | mrb0nk500 | |
commit of a pull request. | |||
2021-06-17 | Start work on some of the pull request handling code. | mrb0nk500 | |
2021-06-15 | Added include for `strings.h`. | mrb0nk500 | |
This is because `strcasecmp()` is technically in `strings.h`, rather than `string.h`. | |||
2021-06-13 | Fixed a typo with appending the directory name to the | mrb0nk500 | |
git root, and also comment out a debug log message. I forgot to add a `/` oof. | |||
2021-06-13 | Fixed a stupid bug with not freeing the linked list. | mrb0nk500 | |
2021-06-13 | Added `cleanup_git()`. | mrb0nk500 | |
This function cleans up the initialized git state. | |||
2021-06-13 | Include `git.h` in `pullreqd.c`. | mrb0nk500 | |
Also added the necessary externs. | |||
2021-06-13 | Finished the git initialization code. | mrb0nk500 | |
2021-06-12 | Start work on the git related code. | mrb0nk500 | |