1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Release 2.3.0

Update version number and update documentation

* Support git-crypt (#168)
* Support specifying a command after `yadm enter`
* Expose GIT_WORK_TREE during `yadm enter` (#160)
* Support GNUPGHOME environment variable (#134)
* Assert private dirs, only when worktree = $HOME (#171)
This commit is contained in:
Tim Byrne
2019-12-17 07:15:58 -06:00
parent ba5829ad48
commit b4fd9e19c2
6 changed files with 192 additions and 160 deletions

2
yadm
View File

@@ -20,7 +20,7 @@ if [ -z "$BASH_VERSION" ]; then
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
fi
VERSION=2.2.0
VERSION=2.3.0
YADM_WORK="$HOME"
YADM_DIR=