| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Bombardieri.
|
|
|
|
|
|
|
| |
- Empty brackets forbidden in C99.
- ? : and skipping middle argument is both disallowed and considered bad
programming habit.
OK ray@, xsa@.
|
|
|
|
|
|
|
|
|
|
|
| |
if the current command is supposed to use a working directory or if it is a
repository-only command (as of now checkout -p, rtag, rlog).
Makes the code simpler, easier to read and automagically fixes some issues
we encountered with these commands (for example if a working directory
exists, or "." operations are performed).
OK joris@, niallo@
|
|
|
|
|
|
|
|
| |
in front of it.
OK joris@, xsa@
> Diff from Igor Zinovik
|
|
|
|
|
|
| |
OK xsa@
> Diff from Igor Zinovik <zinovik at cs dot karelia dot ru>
|
| |
|
|
|
|
|
|
|
| |
do not connect to the remote server until we are sure all the options
passed to the commands are valid.
noticed by xsa@
|
| |
|
|
|
|
| |
not linked to build.
|
|
|
|
|
|
|
|
|
|
|
|
| |
this for the past 2 weeks now and it should go in at
the start of the hackathon so others can help out.
this code is a lot safer, smarter, faster and best of
all it is actually doing what it is suppose to do!
basic checkout, update, status, diff and commit are
working in local mode only.
there is no support for any remote setups now.
|
|
|
|
| |
no binary change; ok ray
|
| |
|
| |
|
|
|
|
|
|
| |
makes the code a lot more readable and understandable.
ok xsa@ and niallo@
|
|
|
|
|
|
|
|
|
| |
time ago, but we were being held back by jfb. too bad for him.
next step is to use fatal() through out the code for unrecoverable
errors instead of trying to be all nice and fluffy and reach main() again.
ok niallo@ and xsa@
|
| |
|
|
|
|
|
| |
- consistency nitpicks
ok joris
|
| |
|
|
|
|
| |
from deraadt@
|
| |
|
| |
|
|
"i'm cool with that" joris@
|