pub fn is_git_diff_format(content: &str) -> bool
Check if content is in git diff format
This function checks if the content starts with “diff –git” which indicates it’s in git diff format.