public static string            diff(this API_NGit nGit, RevCommit from_RevCommit, RevCommit to_RevCommit)
 {
     return(nGit.diff(from_RevCommit.sha1(), to_RevCommit.sha1()));
 }