Age | Commit message (Expand) | Author |
---|---|---|
2020-11-29 | Userland: Make `mv` capable of moving multiple files | AnotherTest |
2020-11-17 | Userland: Add -v verbose flag to 'mv' | Spencer Dixon |
2020-08-11 | mv: Accept (but ignore) -f | Andreas Kling |
2020-05-26 | AK: Rename FileSystemPath -> LexicalPath | Sergey Bugaev |
2020-02-21 | mv: Use ArgsParser, and check lstat for failure | howar6hill |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-13 | mv: Use pledge() | Andreas Kling |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-06-07 | Userland: Run clang-format on everything. | Andreas Kling |
2019-04-07 | Kernel+Userland: Add the rename() syscall along with a basic /bin/mv. | Andreas Kling |