pub fn read_commit_message_file() -> Result<String>Expand description
Read commit message from file; fails if missing or empty.
§Errors
Returns an error if the file doesn’t exist, cannot be read, or is empty.
Note: This function uses the current working directory for paths.
For explicit path control, use read_commit_message_file_at instead.