Searched refs:force_ci (Results 1 – 2 of 2) sorted by relevance
78 static int force_ci = 0; variable415 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()
2302 (find_fileproc, commit): Use it instead of force_ci to decide2917 * commit.c (find_fileproc): If force_ci is set, set the status to2919 (commit): Pass force_ci to send_files as new force argument.