Lines Matching refs:commit
127 * The "cvs -n commit" command now works, to show which files are
128 out-of-date and will cause the real commit to fail, or which files
129 will fail any pre-commit checks. Also, the "cvs -n import ..."
133 * Doing "cvs commit modules" to checkin the modules file will no
148 * Doing "cvs commit */Makefile" now works as one would expect.
149 Rather than trying to commit everything recursively, it will now
150 commit just the files specified.
156 next "cvs commit".
188 % cvs commit
191 actually commit the change. As such, forking development at some
193 symbolic tag in each file until a commit is done. To fork
199 % cvs commit
205 % cvs commit # to make Personal_Hack complete
221 * The "cvs commit" command now supports a fully functional -r
222 option, allowing you to commit your changes to a specific numeric
227 % cvs commit -r2.0
229 For symbolic tags, you can only commit to a tag that references a
237 added to commit/rtag/tag/checkout/update.
317 * We no longer mess with /dev/tty in "commit" and "add".
322 allow people really logged in as "root" to commit changes.
344 * If you don't change the editor message on commit, CVS now prompts
350 the log message for the remainder of the commit.
360 commit: -r option now supports committing to a
365 commit to glean the log message from the
396 various commit core dumps
401 commit to revision broken (now works if branch exists)
433 operating on the current directory alone. This includes "commit",
434 which makes it real easy to do an "atomic" commit of all the
483 * A configurable template can be specified such that on a "commit",
485 before completing the commit operation.
487 * A configurable pre-commit checking program can be specified which
488 will run to verify that a "commit" can happen. This feature can be
536 commit: Removed -a option; use -l instead.
540 If no files specified, commit is recursive.
587 commit!), generalized the loginfo file to be used for pre-commit
588 checks and commit templates, wrote a new and flexible RCS parser,
642 * src/commit.c (branch_number): Fix for RCS 5.5 parsing.
645 * src/commit.c (do_editor): Bug fix - fprintf missing argument