aboutsummaryrefslogtreecommitdiff
path: root/bin/vcs (follow)
Commit message (Expand)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
* 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
* 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
* bin/vcs: Add initial git_gc() implementationEuAndreh2022-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