demize
cf696ce1b6
git: update gitoxide
repository options
...
This fixes tests in --release and provides safer
defaults.
2025-03-10 15:08:38 +00:00
Baltasar Dinis
09d92e8278
cli/tests: port test_git_fetch to gitoxide
2025-03-05 05:39:19 +00:00
Baltasar Dinis
876262a41b
cli/tests: have clone helper take in a remote name
...
This is relevant for the git_fetch tests
2025-03-05 05:39:19 +00:00
Baltasar Dinis
c2a92fce37
cli/tests: port test_git_remotes to gitoxide
2025-03-05 05:39:19 +00:00
Baltasar Dinis
071e724c1c
cli/tests: move test_git_colocated_fetch_deleted_or_moved_bookmark to gitoxide
2025-03-01 09:54:31 +00:00
Baltasar Dinis
05479df69e
cli/tests: move most of the test_git_colocated tests to gitoxide
2025-03-01 09:54:31 +00:00
Yuya Nishihara
63f874376c
tests: make git::IndexManager::new() preserve the staged changes
...
It's odd that IndexManager::new(repo) creates a new empty index ignoring the
current state. The callers appear not to depend on this behavior.
2025-02-28 11:19:46 +00:00
Yuya Nishihara
2586ec5b75
tests: remove unused field from git::IndexManager
2025-02-28 11:19:46 +00:00
Baltasar Dinis
683ee9287e
tests: move gitoxide test helpers to testutils
...
These helpers are going to be needed to port the git2 code in the lib
tests to gitoxide. Since the cli tests already depend on testutils, this
helps with avoiding duplicating the code
2025-02-20 06:13:20 +00:00