Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-17 | Fix ln builtin not to complete relative target against working directory | Karen Arutyunov | 1 | -1/+1 | |
Now it preserves the relative path when creates a symlink and completes it against the link directory when creates a hardlink or a copy. | |||||
2020-03-10 | Fix directory symlink tests failing on Windows in Developer Mode | Karen Arutyunov | 1 | -58/+62 | |
2020-03-09 | Add more support for symlinks on Windows | Karen Arutyunov | 1 | -5/+46 | |
See mksymlink() for details of the symlinks support on Windows. | |||||
2020-03-03 | Revert previous (erroneously pushed to master) commit | Karen Arutyunov | 1 | -3/+2 | |
2020-03-02 | Backup | Karen Arutyunov | 1 | -2/+3 | |
2020-02-06 | Drop copyright notice from source code | Boris Kolpackov | 1 | -1/+0 | |
2019-08-01 | Combine multiple single-character flags into a single argument for ↵ | Karen Arutyunov | 1 | -2/+2 | |
testscript commands | |||||
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2017-06-15 | Adapt for ln testscript builtin | Karen Arutyunov | 1 | -3/+3 | |
2017-03-14 | Add mventry(), mvfile() and mvdir() | Karen Arutyunov | 1 | -0/+245 | |