Releases: sh0shin/dothier
Releases · sh0shin/dothier
v0.2.9
Compare
Sorry, something went wrong.
No results found
Changes
fix: grep command for git-crypt
v0.2.8
Compare
Sorry, something went wrong.
No results found
Changes
fix: mardown lint
fix: grep commands for git-crypt
refactor: example.gitsrc is now .hiergit
docs: remove old notes
v0.2.7
Compare
Sorry, something went wrong.
No results found
Changes
Add -q to be quiet
Allow config only runs
Bugfixes
0.2.6
Compare
Sorry, something went wrong.
No results found
Changes
Bugfix for broken links
Messages when not removing
0.2.5
Compare
Sorry, something went wrong.
No results found
Changes
Add dead symlink search mode -L, use -R to remove/delete
Add config parser (experimental)
Bugfixes ;)
0.2.4
Compare
Sorry, something went wrong.
No results found
Changes
Optional destination & delete mode 0000 for git
Bugfix
0.2.3
Compare
Sorry, something went wrong.
No results found
Changes
Add delete mode 0000, use -R to activate remove/delete mode
Style fixes & cleanup
0.2.2
Compare
Sorry, something went wrong.
No results found
Changes
Added -k file option to use with git crypt unlock
Bugfixes and cleanup
Note: v0.2.1 is displayed, I missed it ;)
See v0.2.0 for breaking changes!
0.2.1
Compare
Sorry, something went wrong.
No results found
Changes
Added -c to use a config file
Added -u to set umask
mode is now optional in .hier files (experimental )
See v0.2.0 for breaking changes!
0.2.0
Compare
Sorry, something went wrong.
No results found
Changes
Internal rewrite of functions and logic.
New messages and output.
Breaking Changes
UPDATED YOUR .hier & .gitsrc FILES!
THINGS WILL FAIL!
l(type) is now r(type) to represent repository type (a warning is printed ).
ldir -> rdir
lfile -> rfile
lgit -> rgit
.gitsrc files are now treated as rfile.
pull & depth properties were moved to the .gitsrc file itself.
Options
-g (git pull) is used for .gitsrc only, disabled per default.
Added
-n Dry-run mode.
-s Short message mode.
Moved
-k is now -R for remove/delete mode.
Removed
-D option is gone, was useless anyway.
-l is gone, was too buggy (new routine needed).