Searched refs:commit_diff (Results 1 – 1 of 1) sorted by relevance
36 static BUF *commit_diff(struct cvs_file *, RCSNUM *, int);565 d = commit_diff(cf, cf->file_rcs->rf_head, 0); in cvs_commit_local()570 b = commit_diff(cf, crev, 1); in cvs_commit_local()687 commit_diff(struct cvs_file *cf, RCSNUM *rev, int reverse) in commit_diff() function