* new: add use_cl option and separate to function
* refactor: format
* new(sync): add option to use git cli
* change(sync)!: now it use git cli by default
* lint: remove unnecessary ref
* fix(sync): use stderr for log prints
* update: CHANGELOG
* new(sync): implement sync subcommand (WIP)
TODO
- update CHANGELOG
- refactor sync func
* fix(sync): add pull (only fast forward)
* update(test): use sync command
The first sync from 2nd device didn't work, maybe due to that it is the
first push.
* refactor: separate push and pull to funcs
* refactor: change merge analysis match order
* refactor: add logs
* update: CHANGELOG
* fix: CHANGELOG was wrong
* fix: polluting gitconfig in integrated test
* debug(CI): add eprintln
* debug(CI): git config
* debug(CI): git init test
* fix(CI): command construction
* debug(CI): change workdir & add same config setup
* debug(CI): use libgit2
* debug(CI): return err at the end of test using libgit2
* debug(CI): change current_dir in git config
* fix(git): git config now gets local config
CI was failing since xdbm init didn't get local git config.
* debug: add trace log
* debug: increase log level in CI
* fix: getting gitconfig now respects local config
* debug(CI): clean up debugging codes
* fix(CI): add setup_gitconfig to two_devices test
* debug(CI): inspect git config
* fix(CI): add env var to allow setting git global config
* refactor(CI): remove unnecessary arg for setup_gitconfig
* update changelog
Parsers for path on Windows and Unix are different on separator character treatment.
Replacing to Vector<String> avoids this differenct for cross-platform compatibility.
* pretty printing for `backup list` and `backup list --long`
* switch coloring crate from colored to console
- console can handle Style separately
* Style for storage list