baseline

yet another open-source distributed versioning control system
Log | Files | Refs

DateCommit messageAuthorFiles+-
2014-12-04 00:54update man page with latest changes.Mohamed Aslan1+42-4
2014-10-06 21:30add support for -c flag in cmd-lsMohamed Aslan1+12-6
2014-10-06 21:18add support in cmd-diff for one command line argumentMohamed Aslan1+26-17
2014-10-06 16:51add support for -c flag in cmd-log.cMohamed Aslan1+14-5
2014-10-06 10:11add support for -n flag in cmd-log.cMohamed Aslan1+15-3
2014-10-06 01:20fix the 'make_tmpdir()' issue in cmd-diff.cMohamed Aslan1+31-30
2014-10-06 01:18add support for output formatting (-f flag) in cmd-log.cMohamed Aslan1+88-6
2014-10-06 01:15fix a minor issueMohamed Aslan1+1-1
2014-10-05 01:57add support for recursive diff of files in cmd-diffMohamed Aslan1+146-47
2014-10-04 13:02minor cosmetic in cmd-lsMohamed Aslan1+2-2
2014-10-03 05:52add support for recursively listing the content of directories via -R flag in cmd-lsMohamed Aslan2+50-11
2014-09-19 10:02add basic support for external diff * some more work is needed on labels before considering this done. * missing support for ``git'' and/or ``cvs'' patch formats.Mohamed Aslan4+296-3
2014-08-12 02:13create a very basic man pageMohamed Aslan2+118-1
2014-08-12 20:12command help now includes a list of implemented commands and a short introduction to each of themMohamed Aslan1+12-1
2014-07-15 16:59fix some missing functions prototypes in cmd.hMohamed Aslan1+2-0
2014-06-30 18:37use calloc() instead of malloc() so that we can safely call strlcat() right afterMohamed Aslan1+2-1
2014-06-29 05:16introduce command 'cat' * command cat, can be used to write a specific file to the stdout, if the file was found. * if no commit id was specified, command cat will look for the file in the current branch's head. * command cat, only accepts full paths, relative paths are not supported.Mohamed Aslan10+216-9
2014-06-28 14:21add support for deserializing directories * objdb-fs can now deserialize directories into struct dir * new baseline command 'ls'Mohamed Aslan7+197-11
2014-06-27 12:51baseline log should exit if no head was found, instead of printing nullMohamed Aslan1+3-0
2014-06-27 12:38fix a bug in config parser, where it incorrectly fails when username has whitespacesMohamed Aslan2+35-16
2014-06-27 19:57fix a bug when parsing commit messageMohamed Aslan1+3-1
2014-06-27 19:53undo last commitMohamed Aslan1+1-1
2014-06-27 19:50fix a possible bug when generating commit message fileMohamed Aslan1+2-2
2014-06-27 19:11fix baseline add '.' bugMohamed Aslan1+11-8
2014-06-27 08:54create new command log currently it only supports a single parentMohamed Aslan3+244-0
2014-06-19 20:29some cleaning objects.c: replace calloc() with malloc() dircache-simple.c: remove extra free for same pointerMohamed Aslan2+12-4
2014-06-18 08:34do not create a new branch from current unless it already has some commitsMohamed Aslan1+5-0
2014-06-18 08:26check if the heads of both the current branch and working dir match before commitMohamed Aslan2+37-11
2014-06-18 06:21return the responsibility of generating IDs back to the OBJDB layerMohamed Aslan4+168-193
2014-06-10 01:50add support for commit timeMohamed Aslan4+15-9
2014-06-09 23:42code refactoredMohamed Aslan14+774-301
2014-05-29 17:07fix a bug in mkdirp() where free() is passed a garbageMohamed Aslan1+1-1
2014-05-29 08:30add support for commit parent (single)Mohamed Aslan3+19-6
2014-05-29 07:45by default branches are now created from the head of the current oneMohamed Aslan5+32-2
2014-05-26 18:11fix bug introduced by f3885ee60daed0edd4006cac44bdbe170e8b7957 where cmd-add failed in case of directoriesMohamed Aslan1+2-3
2014-05-26 17:57fix text editor not found bugMohamed Aslan1+2-1
2014-05-26 17:53fix text editor not found bugMohamed Aslan1+5-4
2014-05-26 17:34removed all hard-coded paths and fixed baseline commands from inside repository sub-dirsMohamed Aslan8+175-60
2014-05-26 08:08cmd-checkout now uses sessionsMohamed Aslan2+15-37
2014-05-25 20:31some work done and bug fixes for branches supportMohamed Aslan7+94-86
2014-05-25 18:51cmd-commit now uses sessionsMohamed Aslan3+21-31
2014-05-25 18:19commands should now use sessions, some code refactoring and bug fixesMohamed Aslan13+237-153
2014-05-25 09:01initial importMohamed Aslan20+2087-0