Searched refs:commitid (Results 1 – 7 of 7) sorted by relevance
9 * man/rcsfile.5in: Document new commitid delta phrase.13 (mainProg): Add commitid to delta records. Use21 (struct hshentry): Add new commitid field.22 * src/rcsgen.c (putdelta): Preserve old commitid entries.48 +.I commitid198 +.I commitid232 + char const * commitid; /* text string to associate commits */262 + char commitid[commitidsize];306 + convert(buf, commitid);316 + /* set commitid */[all …]
96 rcs-5.7-commitid.patch98 the newphrase 'commitid' used by CVS and CVSNT.
294 char commitid[commitidsize]; variable355 convert(buf, commitid);582 newdelta.commitid = commitid;
441 Delta->commitid = NextString; in getdelta()445 Delta->commitid = NULL; in getdelta()
554 if (node->commitid)555 aprintf(fout, "%s\t%s;\n", Kcommitid, node->commitid);
368 char const * commitid; /* text string to associate commits */ member
612 if ( node->commitid )614 node->commitid);