pub fn get_commit_details(
commit_shas: &[String],
) -> Result<Vec<CommitWithNotes>>Expand description
Get detailed commit information (SHA, title, author) for specific commits. This is more efficient than walking commits when you already know which commits you need.