Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
`create_pull_request_dir()`.
Forgot about thatm lol.
|
|
|
|
`sanitized_dir_path_name()` in `create_pull_request_dir()`.
|
|
This function is the same as `dir_path_name()`, except
`name` is sanitized before being appended to `root`.
|
|
`sanitized_strlen()`.
|
|
The patch file(s) were being created in the current
working directory, rather than the PR directory.
|
|
`create_pull_request_dir()`.
|
|
PR directory check in `create_pull_request_dir()`.
|
|
|
|
`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.
|
|
|