xdbm/src
qwjyh 47b3a5e69d
fix: polluting gitconfig in integrated test (#20)
* 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
2025-02-09 08:39:57 +09:00
..
storages fix: some clippy warnings 2024-12-02 13:07:40 +09:00
backups.rs fix: add lifetime annotation (clippy) 2024-12-01 19:19:28 +09:00
cmd_args.rs add: long argument option to cmd_status 2024-12-02 03:07:25 +09:00
cmd_backup.rs change: change type of relative path shared on multiple platforms to Vector<String> 2024-12-01 19:14:57 +09:00
cmd_check.rs lint with clippy 2024-03-18 08:36:07 +09:00
cmd_completion.rs add shell completion script generation 2024-03-17 04:08:47 +09:00
cmd_init.rs fix clippy warnings 2024-06-19 17:37:19 +09:00
cmd_status.rs fix typo 2024-12-02 03:07:48 +09:00
cmd_storage.rs (WIP) feat: stat for backup with name 2024-08-09 21:45:44 +02:00
cmd_sync.rs (WIP) implement sync 2024-03-13 05:36:37 +09:00
devices.rs fix clippy warnings 2024-06-19 17:37:19 +09:00
inquire_filepath_completer.rs fix clippy warnings 2024-06-19 17:37:19 +09:00
main.rs fix: polluting gitconfig in integrated test (#20) 2025-02-09 08:39:57 +09:00
storages.rs fix: some clippy warnings 2024-12-02 13:07:40 +09:00
util.rs fix: apply subpath logic patch to util::min_parent_storage 2024-12-01 20:55:49 +09:00