Vcsh Versions Save

config manager based on Git

v2.0.8

1 month ago
  • Release 2.0.8
  • Fix man page source syntax to work with current ronn

v2.0.7

3 months ago
  • Release 2.0.7
  • Fix build and deploy of standalone/portable script variant

v2.0.6

3 months ago
  • Release 2.0.6
  • Revert .gitignore.d handling to match revert in Git 2.17→2.18
  • Cleanup some configure and build odds and ends
  • Fix some CI linting and publishing glitches

v2.0.5

1 year ago
  • Release 2.0.5
  • Replace bashism with POSIX compliant syntax in configure script

v2.0.4

2 years ago
  • Release 2.0.4
  • Fix build failure on non-GNU systems, #321

v2.0.3

2 years ago
  • Release 2.0.3
  • Fix list-untracked subcommand option parsing
  • Refactor ‘mkdir && install’ to ‘install -D’

v2.0.2

2 years ago
  • Release 2.0.2
  • Fix Makefile portability by swapping cp for install

v2.0.1

2 years ago
  • Release 2.0.1
  • Stop requiring ronn when building from source tarball

v2.0.0

2 years ago
  • Release 2.0.0
  • Replace homegrown Makefile with Autotools for configure and build
  • Post source builds as part of automated release process
  • Switch to versioning scheme to semver
  • Replace Travis test runner with GitHub Actions
  • Make VCSH_* variables available to hooks
  • More carefully handle shell quoting
  • Improve handling of non-default remote names and branches
  • Fix per-repo pre/post hook handling
  • Output path relative to $HOME in ‘vcsh status’
  • Add flag to prefix output of ‘vcsh foreach -p’ with repo name
  • Fix debugging on Windows 10 / Cygwin
  • Improve option flag handling to allow multiple flags, squash bugs
  • Don't require Ruby or Perl tooling to build and install
  • Avoid false-positive conflicts on checkout
  • Make arg optional for write-ignore subcommand
  • Fix ZSH completions, improve Bash completions
  • Allow use of specific path when running Git or any dependency
  • Fail if hook scripts return failure codes
  • Check GIT_REMOTE early on clone()
  • Support renaming script as configuration option
  • Setup standalone script build profile and attach directly to releases

v2.0.0-beta.1

2 years ago
  • Replace homegrown Makefile with Autotools for configure and build
  • Post source builds as part of automated release process
  • Switch to versioning scheme to semver
  • Replace Travis test runner with GitHub Actions
  • Make VCSH_* variables available to hooks
  • More carefully handle shell quoting
  • Improve handling of non-default remote names and branches
  • Fix per-repo pre/post hook handling
  • Output path relative to $HOME in ‘vcsh status’
  • Add flag to prefix output of ‘vcsh foreach -p’ with repo name
  • Fix debugging on Windows 10 / Cygwin
  • Improve option flag handling to allow multiple flags, squash bugs
  • Don't require Ruby or Perl tooling to build and install
  • Avoid false-positive conflicts on checkout
  • Make arg optional for write-ignore subcommand
  • Fix ZSH completions, improve Bash completions
  • Allow use of specific path when running Git or any dependency
  • Fail if hook scripts return failure codes
  • Check GIT_REMOTE early on clone()
  • Support renaming script as configuration option
  • Setup standalone script build profile and attach directly to releases