summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-13/+13
* Move some global variables/statics to locals, from Michael Wnicm2011-12-271-2/+3
* Trivial code simplifying, from Michael W Bombardieri.nicm2011-04-201-15/+9
* Reduce variable/function name and whitespace differences betweenray2010-07-231-30/+30
* More cvs/diff/rcs convergence:ray2009-06-071-2/+2
* Sync some rcsdiff changes to cvsdiff. As a side effect,ray2009-06-061-2/+2
* fix the way Attic is handled in our recursion code, so wejoris2009-03-261-5/+5
* switch our file and directory lists to RB trees (see tree(3)),joris2009-03-251-13/+13
* Pre-commit checks (CVSROOT/commitinfo) are run before log message istobias2008-08-291-13/+19
* make these compile cleanlyjoris2008-07-081-2/+9
* Support the addition of new files in branches.tobias2008-06-151-33/+54
* Conforming to RCS specification, it is possible but unlikely to encountertobias2008-06-141-3/+6
* don't always re-open the same CVS/Entries file, instead keep thejoris2008-06-141-2/+1
* set tag_new if its available so it can get passed to loginfojoris2008-06-101-1/+3
* switch back to a single log message in local mode so we are compliantjoris2008-06-101-149/+68
* stylejoris2008-06-101-4/+4
* New trigger framework that allows us to run the required scriptsjoris2008-06-101-13/+150
* Properly handle merged files and conflicts which may arrise while merge.tobias2008-06-091-21/+26
* Handle commits on a per-directory basis instead handling all of them attobias2008-06-081-42/+105
* Properly build up path to description files (descr entry in RCS files iftobias2008-06-081-3/+3
* Full support of branches added. We lacked proper support of multipletobias2008-05-171-7/+10
* proper repository locking:joris2008-03-091-2/+18
* prevent file racesjoris2008-02-271-5/+13
* With latest buf cleanup, rcs_rev_getbuf won't return NULL anymore.tobias2008-02-201-3/+1
* Cleanup buf implementation:tobias2008-02-111-9/+5
* do not allow commits to files that have a sticky date setjoris2008-02-101-1/+8
* CVSROOT/modules:joris2008-02-041-3/+10
* Added -k flag support for all commands which support it.tobias2008-02-041-4/+4
* free RCSNUM's when we are done with them;joris2008-01-311-1/+5
* Replaced the unused cvs_command variable cmd_req with cmd_flags, which statestobias2008-01-311-2/+2
* Properly free dynamically allocated memory. Also skip needless checks.tobias2008-01-291-4/+18
* Zapped some variables which made the source harder to read (and to verify).tobias2008-01-281-8/+8
* checkout's options -m and -F are mutually exclusive. Also watch out totobias2008-01-281-2/+15
* Properly handle -R -- although it is default, it may be overwritten mit -ltobias2008-01-281-1/+2
* Revision buffers are supposed to be of size CVS_REV_BUFSZ (32) insteadtobias2008-01-131-2/+2
* Typos fixed.tobias2008-01-131-2/+2
* Our keyword expansion had a big flaw, due to this construction:tobias2008-01-101-2/+2
* RCS files without head keyword mustn't segfault our implementation. Onlytobias2008-01-101-1/+4
* do not try to reset the default branch if the RCS filejoris2007-10-081-2/+2
* reset the default branch early on so rcs_head_get() does not screw us upjoris2007-10-031-6/+6
* unused varsjoris2007-09-241-2/+2
* add support to commit modified files to branches.joris2007-09-241-29/+128
* make sure when running update -r on existing files to overwritejoris2007-09-231-2/+2
* better branching/sticky tag support, no branch commits yet though.joris2007-09-221-7/+7
* properly send our log message to the server using Argumentx, so wejoris2007-08-301-2/+3
* When commiting to a server in a remote setup classifyjoris2007-06-281-2/+5
* first stab at history stuff for opencvs, currently only writesjoris2007-06-181-2/+23
* add support for local and remote branch checkout. for example,niallo2007-06-011-2/+2
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-3/+7
* remove the cvs_file_classify() `loud' argument, it was usedjoris2007-02-091-7/+3