aboutsummaryrefslogtreecommitdiff
path: root/bin/vcs (follow)
Commit message (Expand)AuthorAgeFilesLines
* bin/vcs: Fetch from all remotes by defaultEuAndreh2023-02-261-1/+1
* bin/: Use explicit "--" separator for assert-arg usages•••In order to prevent legitimate cases to fail as errors, such as: NUM='-10' eval "$(assert-arg "$NUM" '-n NUM')" To prevent assert-arg(1) from treating "-10" as the options "-1 and -0, they need to be put after the "--" separator. This way, all usages of assert-arg(1) that had its first argument as a variable were adapted, and the usage and examples of assert-arg itself were updated to encourage this best practice. EuAndreh2023-02-171-1/+1
* bin/vcs: Add initial git_gc() implementation•••Effect: prune remote branches. EuAndreh2022-10-281-0/+4
* bin/vcs: Add fossil_status()EuAndreh2022-10-281-0/+4
* bin/vcs: Explicitly disable ShellCheck 2086EuAndreh2022-10-271-1/+1
* bin/vcs: Do not require TYPE, and guess it insteadEuAndreh2022-10-271-37/+188
* bin/vcs: Don't wait more than 5 minutes for CVS locksEuAndreh2022-10-211-1/+1
* bin/vcs: Add initial version of VCS compatibility utilityEuAndreh2022-10-211-0/+96