aboutsummaryrefslogtreecommitdiff
path: root/bin/repos (follow)
Commit message (Collapse)AuthorAgeFilesLines
* re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"EuAndreh2024-01-041-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.
* bin/*: Add matching parenthesis to case clausesEuAndreh2023-07-291-7/+7
|
* bin/repos: Only print the repository name, not its typeEuAndreh2022-10-281-2/+1
|
* bin/repos: Omit warning on not guessing the type of repositoryEuAndreh2022-10-281-1/+1
|
* bin/repos: Simplify, using the new vcs(1)EuAndreh2022-10-271-18/+5
|
* bin/repos: Add explicit note on intentionally commented codeEuAndreh2022-10-271-2/+3
|
* bin/repos: Add documentation for -e option in help stringEuAndreh2022-10-271-1/+2
|
* bin/repos: Fix guessing of repository type for FossilEuAndreh2022-10-271-1/+1
|
* bin/repos: Add new working utilityEuAndreh2022-10-211-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.