| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-01-04 | re "s|echo \"\\\$|printf '%s\\\n' \"\$|g" | EuAndreh | 1 | -4/+4 | |
| Replace all cases where `echo` was given a variable as its first argument, even on cases where we always know what the variable's content look like. | |||||
| 2023-07-29 | bin/*: Add matching parenthesis to case clauses | EuAndreh | 1 | -7/+7 | |
| 2022-10-28 | bin/repos: Only print the repository name, not its type | EuAndreh | 1 | -2/+1 | |
| 2022-10-28 | bin/repos: Omit warning on not guessing the type of repository | EuAndreh | 1 | -1/+1 | |
| 2022-10-27 | bin/repos: Simplify, using the new vcs(1) | EuAndreh | 1 | -18/+5 | |
| 2022-10-27 | bin/repos: Add explicit note on intentionally commented code | EuAndreh | 1 | -2/+3 | |
| 2022-10-27 | bin/repos: Add documentation for -e option in help string | EuAndreh | 1 | -1/+2 | |
| 2022-10-27 | bin/repos: Fix guessing of repository type for Fossil | EuAndreh | 1 | -1/+1 | |
| 2022-10-21 | bin/repos: Add new working utility | EuAndreh | 1 | -0/+187 | |
| This will be the base replacement for mr(1) (A.K.A. myrepos). Instead of having to feed what repositories to track or not manually to the ~/.mrconfig file, dynamically discover them with this new utility. | |||||
