Lines Matching refs:commit

117   the CVS server, but only if a user already had commit access and if one of
161 import and commit. When committing several files at once, they all get the
413 * Some redundant output generated by the `cvs commit' command has been removed.
415 * Most output from the `cvs commit' command is suppressed when the -Q global
1134 or -F options to commit. See the verifymsg section of cvs.texinfo for
1181 * The format of the CVS commit message has changed slightly when
1182 committing changes on a branch. The tag on which the commit is
1450 * "cvs commit" will try harder to not change the file's
1451 modification time after the commit. If the file does not change
1452 as a result of the commit operation, CVS will preserve the
1456 * "cvs commit" now includes any removed files in the (optional)
1457 pre-commit checking program that may be invoked. Previously, only
1460 * It is now possible to commit a file directly onto the trunk at a
1461 specific revision level by doing "cvs commit -r3.0 file.c", where
1465 * "cvs commit" will now function with a pre-commit program that
1509 commit: Renamed the "-f logfile" option to the
1511 option to force a commit of the specified
1569 * The "cvs -n commit" command now works, to show which files are
1570 out-of-date and will cause the real commit to fail, or which files
1571 will fail any pre-commit checks. Also, the "cvs -n import ..."
1575 * Doing "cvs commit modules" to checkin the modules file will no
1590 * Doing "cvs commit */Makefile" now works as one would expect.
1591 Rather than trying to commit everything recursively, it will now
1592 commit just the files specified.
1598 next "cvs commit".
1630 % cvs commit
1633 actually commit the change. As such, forking development at some
1635 symbolic tag in each file until a commit is done. To fork
1641 % cvs commit
1647 % cvs commit # to make Personal_Hack complete
1663 * The "cvs commit" command now supports a fully functional -r
1664 option, allowing you to commit your changes to a specific numeric
1669 % cvs commit -r2.0
1671 For symbolic tags, you can only commit to a tag that references a
1679 added to commit/rtag/tag/checkout/update.
1759 * We no longer mess with /dev/tty in "commit" and "add".
1764 allow people really logged in as "root" to commit changes.
1786 * If you don't change the editor message on commit, CVS now prompts
1792 the log message for the remainder of the commit.
1802 commit: -r option now supports committing to a
1807 commit to glean the log message from the
1838 various commit core dumps
1843 commit to revision broken (now works if branch exists)
1875 operating on the current directory alone. This includes "commit",
1876 which makes it real easy to do an "atomic" commit of all the
1925 * A configurable template can be specified such that on a "commit",
1927 before completing the commit operation.
1929 * A configurable pre-commit checking program can be specified which
1930 will run to verify that a "commit" can happen. This feature can be
1978 commit: Removed -a option; use -l instead.
1982 If no files specified, commit is recursive.
2029 commit!), generalized the loginfo file to be used for pre-commit
2030 checks and commit templates, wrote a new and flexible RCS parser,
2084 * src/commit.c (branch_number): Fix for RCS 5.5 parsing.
2087 * src/commit.c (do_editor): Bug fix - fprintf missing argument