| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Allow parsing depot files with link errors. | diogo464 | 2021-07-09 | 1 | -2/+10 | |
| | | | | | | If there is an error while creating the links after reading from file then a warning is printed and that link is ignored. | |||||
| * | Fixed clippy warnings. | diogo464 | 2021-07-09 | 4 | -11/+7 | |
| | | ||||||
| * | Moved utils module to the root of the crate. | diogo464 | 2021-07-09 | 3 | -4/+2 | |
| | | ||||||
| * | Search parent directories for depot file. | diogo464 | 2021-07-09 | 2 | -6/+26 | |
| | | | | | | | If the depot file is not specified and is not found in the current directory then it will be searched trough the parent directories until a depot file is found. | |||||
| * | Fixed problem with link creation. | diogo464 | 2021-07-09 | 2 | -51/+71 | |
| | | ||||||
| * | Changed README. Removed folder added my mistake. | diogo464 | 2021-07-09 | 5 | -7/+6 | |
| | | ||||||
| * | Changed documentation/help text of subcommands. | diogo464 | 2021-07-09 | 6 | -11/+40 | |
| | | | | | | Change the documentation/help text of subcommmands and added colored output to the help text. | |||||
| * | Added README.md | diogo464 | 2021-07-09 | 1 | -0/+72 | |
| | | ||||||
| * | Allow linking directories. | diogo464 | 2021-07-09 | 2 | -1/+40 | |
| | | ||||||
| * | Renamed LinkDesc to LinkCreateParams | diogo464 | 2021-07-09 | 4 | -10/+12 | |
| | | ||||||
| * | Rework/Changed some error types. | diogo464 | 2021-07-09 | 4 | -33/+39 | |
| | | ||||||
| * | Made links unique by origin. | diogo464 | 2021-07-09 | 1 | -2/+11 | |
| | | | | | | Inserting a new link with a new link with an with an origin that already exists will replace the old link with that same origin. | |||||
| * | Removed some unused code in the link command | diogo464 | 2021-07-09 | 1 | -85/+0 | |
| | | ||||||
| * | Initial commit | diogo464 | 2021-07-08 | 23 | -0/+1648 | |
