Age | Commit message (Collapse) | Author |
|
|
|
`main()`.
|
|
|
|
It's currently a stub, but, I added it in order to at
least get it to compile.
|
|
This was done to get rid of a const qualifier warning.
|
|
> mfw copy paste error
|
|
2822 date format.
|
|
than the patch filename itself.
|
|
|
|
|
|
|
|
`add_comment()`.
|
|
|
|
the info file.
|
|
|
|
`create_pull_request_dir()` in `git.h`.
|
|
This function adds the supplied comment to the
`comments` file located in the PR's root directory.
|
|
`create_info_file()`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the buffer.
|
|
|
|
This function gets the length of the contents of the
info file to make.
|
|
|
|
|
|
|
|
`create_pull_request_dir()`.
|
|
in `create_info()`.
|
|
|
|
|
|
PR path, and getting the patch files to after the
error checks.
|
|
ID, or title of the PR as the directory name.
|
|
|
|
|
|
Forgot to add a semicolon to one of the externs.
|
|
|
|
`sanitize_str()` creates a string with each starting
space replaced by a hyphen, and with all trailing
spaces, and periods removed.
`sanitize_strlen()` gets the length of the sanatized
version of the supplied string.
|
|
|
|
|
|
|
|
`config.c`.
Forgot to remove it. lol
|
|
commit of a pull request.
|
|
`misc.c`.
|
|
in `config.c`.
|
|
replaced `malloc()` with `calloc()`.
|