All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2020-09-13
mount
andumount
commands support--
- Replace
mkdir -p
with a more portable command - Refactor parsing arguments
init
takes two optional argumentsREPO_ROOT
andDIR
- Unused and duplicated code
- Use correct git repository when outside of it
- Avoid using a repository at
$HOME
or above - Detect git repository when a FUSE mountpoint is in place
0.1.0 - 2019-10-26
- Implementation in shell script
dotfiler init
dotfiler mount
dotfiler umount
dotfiler add
dotfiler rm
- Makefile