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

Release 1.06

Update version number and update documentation

* Improve portability of `hostname` (#23)
* Fix incompatibilities between Cygwin and Git for Windows (#26)
* Allow Git program to be configured via yadm.git-program (#30)
* Support alt-links for encrypted files (#34)
* Exit with the same return value as Git (#35)
* Support spaces in alt-link paths (#36)
* Ignore empty lines in .yadm/encrypt (#40)
* Fix typos (#41)
This commit is contained in:
Tim Byrne
2017-01-12 17:15:24 -06:00
parent a09738616d
commit 672c985e88
6 changed files with 31 additions and 11 deletions

2
yadm
View File

@@ -19,7 +19,7 @@ if [ -z "$BASH_VERSION" ]; then
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
fi
VERSION=1.05
VERSION=1.06
YADM_WORK="$HOME"
YADM_DIR="$HOME/.yadm"