Home
last modified time | relevance | path

Searched refs:force_ci (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dcommit.c78 static int force_ci = 0; variable
415 force_ci = 1; in commit()
476 find_args.force = force_ci || saved_tag != NULL; in commit()
590 if (force_ci) in commit()
842 if (force_ci && status == T_UPTODATE) in check_fileproc()
892 if (status == T_CONFLICT && !force_ci) in check_fileproc()
899 if (status == T_MODIFIED && !force_ci && file_has_markers (finfo)) in check_fileproc()
H A DChangeLog-972302 (find_fileproc, commit): Use it instead of force_ci to decide
2917 * commit.c (find_fileproc): If force_ci is set, set the status to
2919 (commit): Pass force_ci to send_files as new force argument.