Age | Commit message (Expand) | Author |
2005-10-10 | exit(3) is preferred over return from main(). | Niall O'Higgins |
2005-10-10 | ensure that the user has a lock on the correct revision before allowing | Niall O'Higgins |
2005-10-10 | sync checkout_usage(); | Niall O'Higgins |
2005-10-10 | - update `-l' `-r' and `-u' descriptions to include optional <rev> | Niall O'Higgins |
2005-10-10 | - set permissions on checked out files correctly | Niall O'Higgins |
2005-10-09 | if -r is not specified, we need to set newrev to file->rf_head. | Niall O'Higgins |
2005-10-09 | if there is a problem generating the diff for one of the files, continue | Niall O'Higgins |
2005-10-09 | only get the log message when it's not specified on the command-line; | Joris Vink |
2005-10-09 | simplify if() conditions; | Joris Vink |
2005-10-09 | - document `-r' switch as a single option instead of two distinct options. | Niall O'Higgins |
2005-10-09 | - sync checkin_usage() | Niall O'Higgins |
2005-10-08 | tweaks; | Jason McIntyre |
2005-10-08 | new sentence, new line; | Jason McIntyre |
2005-10-08 | fix SEE ALSO; | Jason McIntyre |
2005-10-08 | fix SEE ALSO; | Jason McIntyre |
2005-10-08 | new sentence, new line; | Jason McIntyre |
2005-10-08 | - document -r flag | Niall O'Higgins |
2005-10-08 | sync rcsdiff_usage() | Niall O'Higgins |
2005-10-08 | kill extra ']' | Joris Vink |
2005-10-08 | - add support for diffing working file against arbitrary revision, eg | Niall O'Higgins |
2005-10-08 | support unified, context and rcsdiff output | Joris Vink |
2005-10-08 | initial manpages for rcsclean and rcsdiff; | Joris Vink |
2005-10-08 | add ident(1) to SEE ALSO here as well; | Joris Vink |
2005-10-08 | add ident(1) to SEE ALSO | Niall O'Higgins |
2005-10-08 | remove useless comment about command line options. not needed since this | Niall O'Higgins |
2005-10-08 | sync checkin_usage() with manual page | Niall O'Higgins |
2005-10-08 | add a basic manual page for `ci' command. | Niall O'Higgins |
2005-10-08 | - add support for -u and -l options | Niall O'Higgins |
2005-10-08 | remember to NUL-terminate logbuf in checkin_getlogmsg() | Niall O'Higgins |
2005-10-08 | KNF; | Niall O'Higgins |
2005-10-08 | - add support for getting the log message from the user interactively, | Niall O'Higgins |
2005-10-08 | spacing. | Niall O'Higgins |
2005-10-07 | basic `ci' support is here! more coming soon. | Niall O'Higgins |
2005-10-06 | warn when no keywords were found; | Joris Vink |
2005-10-06 | put cpp opts into CPPFLAGS and add a future MLINKS; joris@ ok | Michael Shalayeff |
2005-10-06 | add those bits i had somewhere in one of my trees; | Xavier Santolaria |
2005-10-06 | tweaks; | Xavier Santolaria |
2005-10-06 | ident command, written by xsa@ but he is too busy with work right now; | Joris Vink |
2005-10-06 | sync rlog_usage() with reality. | Niall O'Higgins |
2005-10-06 | support rlog command; | Joris Vink |
2005-10-06 | support -n and -k flags; | Joris Vink |
2005-10-06 | add -r flag and sync usage; | Joris Vink |
2005-10-06 | rcsclean now works; | Joris Vink |
2005-10-06 | show fpath when checking out files; | Joris Vink |
2005-10-06 | thanks to niallo's diff changes, we now can support rcsdiff; | Joris Vink |
2005-10-05 | - add a diff.h header file, corresponding to public functions in diff.c | Niall O'Higgins |
2005-10-05 | sync usage and add V flag; | Joris Vink |
2005-10-05 | - stop gcc's yapping; | Joris Vink |
2005-10-05 | - better output | Joris Vink |
2005-10-04 | - support -l and -u flags; | Joris Vink |