Lines Matching refs:logmsg
47 char *logmsg = NULL; variable
80 free(logmsg); in cvs_commit()
81 logmsg = cvs_logmsg_read(optarg); in cvs_commit()
91 free(logmsg); in cvs_commit()
92 logmsg = xstrdup(optarg); in cvs_commit()
138 if (logmsg == NULL) { in cvs_commit()
139 logmsg = cvs_logmsg_create(NULL, &files_added, in cvs_commit()
141 if (logmsg == NULL) in cvs_commit()
155 cvs_client_send_logmsg(logmsg); in cvs_commit()
185 if (logmsg == NULL) in cvs_commit()
187 } else if (logmsg == NULL) { in cvs_commit()
188 logmsg = cvs_logmsg_create(NULL, &files_added, in cvs_commit()
190 if (logmsg == NULL) in cvs_commit()
194 if (cvs_logmsg_verify(logmsg)) in cvs_commit()
224 free(logmsg); in cvs_commit()
280 buf_puts(buf, logmsg); in cvs_commit_loginfo()
580 if (rcs_rev_add(cf->file_rcs, nrev, logmsg, -1, NULL) == -1) in cvs_commit_local()