2014-12-04 00:54 | update man page with latest changes. | Mohamed Aslan | 1 | +42 | -4 |
2014-10-06 21:30 | add support for -c flag in cmd-ls | Mohamed Aslan | 1 | +12 | -6 |
2014-10-06 21:18 | add support in cmd-diff for one command line argument | Mohamed Aslan | 1 | +26 | -17 |
2014-10-06 16:51 | add support for -c flag in cmd-log.c | Mohamed Aslan | 1 | +14 | -5 |
2014-10-06 10:11 | add support for -n flag in cmd-log.c | Mohamed Aslan | 1 | +15 | -3 |
2014-10-06 01:20 | fix the 'make_tmpdir()' issue in cmd-diff.c | Mohamed Aslan | 1 | +31 | -30 |
2014-10-06 01:18 | add support for output formatting (-f flag) in cmd-log.c | Mohamed Aslan | 1 | +88 | -6 |
2014-10-06 01:15 | fix a minor issue | Mohamed Aslan | 1 | +1 | -1 |
2014-10-05 01:57 | add support for recursive diff of files in cmd-diff | Mohamed Aslan | 1 | +146 | -47 |
2014-10-04 13:02 | minor cosmetic in cmd-ls | Mohamed Aslan | 1 | +2 | -2 |
2014-10-03 05:52 | add support for recursively listing the content of directories via -R flag in cmd-ls | Mohamed Aslan | 2 | +50 | -11 |
2014-09-19 10:02 | add 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 Aslan | 4 | +296 | -3 |
2014-08-12 02:13 | create a very basic man page | Mohamed Aslan | 2 | +118 | -1 |
2014-08-12 20:12 | command help now includes a list of implemented commands and a short introduction to each of them | Mohamed Aslan | 1 | +12 | -1 |
2014-07-15 16:59 | fix some missing functions prototypes in cmd.h | Mohamed Aslan | 1 | +2 | -0 |
2014-06-30 18:37 | use calloc() instead of malloc() so that we can safely call strlcat() right after | Mohamed Aslan | 1 | +2 | -1 |
2014-06-29 05:16 | introduce 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 Aslan | 10 | +216 | -9 |
2014-06-28 14:21 | add support for deserializing directories * objdb-fs can now deserialize directories into struct dir * new baseline command 'ls' | Mohamed Aslan | 7 | +197 | -11 |
2014-06-27 12:51 | baseline log should exit if no head was found, instead of printing null | Mohamed Aslan | 1 | +3 | -0 |
2014-06-27 12:38 | fix a bug in config parser, where it incorrectly fails when username has whitespaces | Mohamed Aslan | 2 | +35 | -16 |
2014-06-27 19:57 | fix a bug when parsing commit message | Mohamed Aslan | 1 | +3 | -1 |
2014-06-27 19:53 | undo last commit | Mohamed Aslan | 1 | +1 | -1 |
2014-06-27 19:50 | fix a possible bug when generating commit message file | Mohamed Aslan | 1 | +2 | -2 |
2014-06-27 19:11 | fix baseline add '.' bug | Mohamed Aslan | 1 | +11 | -8 |
2014-06-27 08:54 | create new command log currently it only supports a single parent | Mohamed Aslan | 3 | +244 | -0 |
2014-06-19 20:29 | some cleaning objects.c: replace calloc() with malloc() dircache-simple.c: remove extra free for same pointer | Mohamed Aslan | 2 | +12 | -4 |
2014-06-18 08:34 | do not create a new branch from current unless it already has some commits | Mohamed Aslan | 1 | +5 | -0 |
2014-06-18 08:26 | check if the heads of both the current branch and working dir match before commit | Mohamed Aslan | 2 | +37 | -11 |
2014-06-18 06:21 | return the responsibility of generating IDs back to the OBJDB layer | Mohamed Aslan | 4 | +168 | -193 |
2014-06-10 01:50 | add support for commit time | Mohamed Aslan | 4 | +15 | -9 |
2014-06-09 23:42 | code refactored | Mohamed Aslan | 14 | +774 | -301 |
2014-05-29 17:07 | fix a bug in mkdirp() where free() is passed a garbage | Mohamed Aslan | 1 | +1 | -1 |
2014-05-29 08:30 | add support for commit parent (single) | Mohamed Aslan | 3 | +19 | -6 |
2014-05-29 07:45 | by default branches are now created from the head of the current one | Mohamed Aslan | 5 | +32 | -2 |
2014-05-26 18:11 | fix bug introduced by f3885ee60daed0edd4006cac44bdbe170e8b7957 where cmd-add failed in case of directories | Mohamed Aslan | 1 | +2 | -3 |
2014-05-26 17:57 | fix text editor not found bug | Mohamed Aslan | 1 | +2 | -1 |
2014-05-26 17:53 | fix text editor not found bug | Mohamed Aslan | 1 | +5 | -4 |
2014-05-26 17:34 | removed all hard-coded paths and fixed baseline commands from inside repository sub-dirs | Mohamed Aslan | 8 | +175 | -60 |
2014-05-26 08:08 | cmd-checkout now uses sessions | Mohamed Aslan | 2 | +15 | -37 |
2014-05-25 20:31 | some work done and bug fixes for branches support | Mohamed Aslan | 7 | +94 | -86 |
2014-05-25 18:51 | cmd-commit now uses sessions | Mohamed Aslan | 3 | +21 | -31 |
2014-05-25 18:19 | commands should now use sessions, some code refactoring and bug fixes | Mohamed Aslan | 13 | +237 | -153 |
2014-05-25 09:01 | initial import | Mohamed Aslan | 20 | +2087 | -0 |