| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bin/vcs: Update help string | EuAndreh | 2023-03-03 | 1 | -1/+5 |
| * | bin/vcs: Add git_ls() | EuAndreh | 2023-03-03 | 1 | -0/+4 |
| * | bin/vcs: Consistent ordering of VCS types | EuAndreh | 2023-03-03 | 1 | -6/+6 |
| * | bin/vcs: Fetch from all remotes by default | EuAndreh | 2023-02-26 | 1 | -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. | EuAndreh | 2023-02-17 | 1 | -1/+1 |
| * | bin/vcs: Add initial git_gc() implementation•••Effect: prune remote branches. | EuAndreh | 2022-10-28 | 1 | -0/+4 |
| * | bin/vcs: Add fossil_status() | EuAndreh | 2022-10-28 | 1 | -0/+4 |
| * | bin/vcs: Explicitly disable ShellCheck 2086 | EuAndreh | 2022-10-27 | 1 | -1/+1 |
| * | bin/vcs: Do not require TYPE, and guess it instead | EuAndreh | 2022-10-27 | 1 | -37/+188 |
| * | bin/vcs: Don't wait more than 5 minutes for CVS locks | EuAndreh | 2022-10-21 | 1 | -1/+1 |
| * | bin/vcs: Add initial version of VCS compatibility utility | EuAndreh | 2022-10-21 | 1 | -0/+96 |
