summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/add.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* get rid of a debugging printf() that slipped through the cracksjfb2005-01-241-2/+1
* * use the global cvs_msg instead of our ownjfb2005-01-241-9/+28
* Send files to add using `Is-Modified' instead of `add', and sendjfb2004-12-301-9/+6
* Check to make sure we have a valid CVSROOT, and check the return valuejfb2004-12-211-3/+9
* on the way to `cvs add'; ok jfbxsa2004-12-211-24/+32
* minor simplification in if () statement from Joris Vinkjfb2004-12-081-3/+2
* less whitespace, more pretty. ok jfbtedu2004-12-071-10/+9
* tighten vertical spacing for else; jfb okderaadt2004-12-061-5/+3
* Pass the proper type for the third argument to cvs_sendreq()jfb2004-12-061-2/+2
* a bit more sensekrapht2004-11-091-4/+5
* Remove unused variablesjfb2004-08-131-2/+2
* Make add work in client modejfb2004-08-131-13/+54
* Move to the new API for the client-server protocol. All functions nowjfb2004-07-301-13/+8
* * initial import from the cvs-tools modulejfb2004-07-131-0/+98