aboutsummaryrefslogtreecommitdiff
path: root/bin/vcs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/vcs: Support file rename in git_ps1()EuAndreh2025-01-191-1/+1
|
* bin/vcs: Tiny improvement for `fossil_status()`EuAndreh2024-11-141-0/+1
|
* bin/vcs: Add fossil functionsEuAndreh2024-05-171-0/+12
|
* bin/vcs: Add stub PS1 definitions for BitKeeper and CVSEuAndreh2024-01-221-0/+8
|
* re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"EuAndreh2024-01-041-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) utilityEuAndreh2023-12-081-0/+4
|
* bin/*: Add matching parenthesis to case clausesEuAndreh2023-07-291-7/+7
|
* bin/vcs: Actually call "git-gc" in gc ACTIONEuAndreh2023-05-151-0/+1
|
* bin/: Make help string more consistent across several executablesEuAndreh2023-04-121-0/+16
|
* bin/vcs: Use {...} over (...)EuAndreh2023-04-041-1/+1
| | | | As suggested by ShellCheck.
* bin/vcs: Also consider to be under Git when both $GIT_{DIR,WORK_TREE} are setEuAndreh2023-04-041-1/+1
|
* bin/vcs: Handle new files added via "git add -N FILE"EuAndreh2023-03-301-1/+1
|
* bin/vcs: Update help stringEuAndreh2023-03-031-1/+5
|
* bin/vcs: Add git_ls()EuAndreh2023-03-031-0/+4
|
* bin/vcs: Consistent ordering of VCS typesEuAndreh2023-03-031-6/+6
|
* bin/vcs: Fetch from all remotes by defaultEuAndreh2023-02-261-1/+1
|
* bin/: Use explicit "--" separator for assert-arg usagesEuAndreh2023-02-171-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() implementationEuAndreh2022-10-281-0/+4
| | | | Effect: prune remote branches.
* 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