Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/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 DMakefile.am46 rcs-5.7-commitid.patch
68 rcs-5.7-commitid.patch \
H A DChangeLog3 * rcs-5.7-commitid.patch: Convert diff timestamps to UTC.
14 * rcs-5.7-commitid.patch: Not all hosts support O_NOCTTY for open.
16 Simplify commitid creation.
20 * rcs-5.7-commitid.patch: Check for error return from time().
24 * rcs-5.7-commitid.patch: Rename N as COMMITID_RAW_SIZE.
29 * rcs-5.7-commitid.patch: Use base62 for the commitid with
34 * rcs-5.7-commitid.patch: Add documentation for the new commitid
39 * rcs-5.7-commitid.patch: New file.
40 * README: Add rcs-5.7-commitid.patch description.
41 * Makefile.am (contrib_DATA): Add new rcs-5.7-commitid.patch file.
[all …]
H A DREADME96 rcs-5.7-commitid.patch
98 the newphrase 'commitid' used by CVS and CVSNT.
H A DMakefile.in340 rcs-5.7-commitid.patch
362 rcs-5.7-commitid.patch \
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dsanity.sh472 commitid="[a-zA-Z0-9]*"
3630 Commit Identifier: ${commitid}
3640 Commit Identifier: ${commitid}
3650 Commit Identifier: ${commitid}
3660 Commit Identifier: ${commitid}
3719 Commit Identifier: ${commitid}
3729 Commit Identifier: ${commitid}
3739 Commit Identifier: ${commitid}
3749 Commit Identifier: ${commitid}
4149 date: ${ISO8601DATE}; author: ${username}; state: Exp; commitid: ${commitid};
[all …]
H A DChangeLog7 * main.c (main): Simplify commitid creation.
1286 * import.c (add_rcs_file), rcs.c (RCS_checkin): Save commitid.
1287 * log.c (log_version), status.c (status_fileproc): Output commitid.
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcssyn.c438 Delta->commitid = NextString; in getdelta()
442 Delta->commitid = NULL; in getdelta()
446 Delta->commitid = NULL; in getdelta()
H A Drlog.c217 static int commitid; variable
256 commitid = true;
591 if (commitid && node->commitid)
592 aprintf(out, " commitid: %s;", node->commitid);
H A Drcsbase.h363 char const * commitid; /* unique commit identifier */ member
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A DRCSFILES118 Newphrases are also used to implement the 'commitid' feature. The
121 commitid
H A Dcvs.texinfo6187 The @samp{Commit Identifier} reflects the unique commitid
9598 At @code{commit}, a unique commitid is placed in the @sc{rcs}
9600 get the same commitid. The commitid can be retrieved with
10947 date, the author, the number of lines added/deleted, the commitid
H A DChangeLog244 * cvs.texinfo, RCSFILES: Describe commitid.
/netbsd-src/external/gpl2/xcvs/dist/
H A DNEWS162 same 'commitid'. The commitid becomes visible with log and status commands,
H A DChangeLog448 * NEWS: Note commitid feature.