Lines Matching refs:commitid
9 * man/rcsfile.5in: Document new commitid delta phrase.
13 (mainProg): Add commitid to delta records. Use
21 (struct hshentry): Add new commitid field.
22 * src/rcsgen.c (putdelta): Preserve old commitid entries.
48 +.I commitid
198 +.I commitid
232 + char const * commitid; /* text string to associate commits */
262 + char commitid[commitidsize];
306 + convert(buf, commitid);
316 + /* set commitid */
317 + newdelta.commitid=commitid;
368 + if (node->commitid)
369 + aprintf(fout, "%s\t%s;\n", Kcommitid, node->commitid);
380 + Kcommitid[] = "commitid",
390 + Delta->commitid = NextString;
405 + if ( node->commitid )
406 + aprintf(out, "%s commitid: %s", (editscript) ? ";" : "",
407 + node->commitid);