Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin/vcs: Support file rename in git_ps1() | EuAndreh | 2025-01-19 | 1 | -1/+1 |
| | |||||
* | bin/vcs: Tiny improvement for `fossil_status()` | EuAndreh | 2024-11-14 | 1 | -0/+1 |
| | |||||
* | bin/vcs: Add fossil functions | EuAndreh | 2024-05-17 | 1 | -0/+12 |
| | |||||
* | bin/vcs: Add stub PS1 definitions for BitKeeper and CVS | EuAndreh | 2024-01-22 | 1 | -0/+8 |
| | |||||
* | re "s|echo \"\\\$|printf '%s\\\n' \"\$|g" | EuAndreh | 2024-01-04 | 1 | -6/+6 |
| | | | | | | 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. | ||||
* | etc/sh/rc: Replace "clean" alias with clean(1) utility | EuAndreh | 2023-12-08 | 1 | -0/+4 |
| | |||||
* | bin/*: Add matching parenthesis to case clauses | EuAndreh | 2023-07-29 | 1 | -7/+7 |
| | |||||
* | bin/vcs: Actually call "git-gc" in gc ACTION | EuAndreh | 2023-05-15 | 1 | -0/+1 |
| | |||||
* | bin/: Make help string more consistent across several executables | EuAndreh | 2023-04-12 | 1 | -0/+16 |
| | |||||
* | bin/vcs: Use {...} over (...) | EuAndreh | 2023-04-04 | 1 | -1/+1 |
| | | | | As suggested by ShellCheck. | ||||
* | bin/vcs: Also consider to be under Git when both $GIT_{DIR,WORK_TREE} are set | EuAndreh | 2023-04-04 | 1 | -1/+1 |
| | |||||
* | bin/vcs: Handle new files added via "git add -N FILE" | EuAndreh | 2023-03-30 | 1 | -1/+1 |
| | |||||
* | 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 | EuAndreh | 2023-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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. | ||||
* | bin/vcs: Add initial git_gc() implementation | EuAndreh | 2022-10-28 | 1 | -0/+4 |
| | | | | Effect: prune remote branches. | ||||
* | 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 |