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