Home
last modified time | relevance | path

Searched refs:commitid (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/cvs-1.12/contrib/
H A Drcs-5.7-commitid.patch9 * 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 */
[all …]
H A DREADME96 rcs-5.7-commitid.patch
98 the newphrase 'commitid' used by CVS and CVSNT.
/dflybsd-src/gnu/usr.bin/rcs/ci/
H A Dci.c294 char commitid[commitidsize]; variable
355 convert(buf, commitid);
582 newdelta.commitid = commitid;
/dflybsd-src/gnu/usr.bin/rcs/lib/
H A Drcssyn.c441 Delta->commitid = NextString; in getdelta()
445 Delta->commitid = NULL; in getdelta()
H A Drcsgen.c554 if (node->commitid)
555 aprintf(fout, "%s\t%s;\n", Kcommitid, node->commitid);
H A Drcsbase.h368 char const * commitid; /* text string to associate commits */ member
/dflybsd-src/gnu/usr.bin/rcs/rlog/
H A Drlog.c612 if ( node->commitid )
614 node->commitid);