git-next/crates/git/src
Paul Campbell 57a614bad3 fix: don't modify config of external repos
The git config files of external repos are read-only.

This is the only place where we make reference to a remote named
'origin', so this also closes kemitix/git-next#85.

Closes kemitix/git-next#85
2024-07-12 18:52:57 +01:00
..
forge feat: ignore github ping webhook messages 2024-06-30 15:20:00 +01:00
repository feat: update auth of interal repos when changed in config 2024-07-10 09:05:36 +01:00
validation feat: update auth of interal repos when changed in config 2024-07-10 09:05:36 +01:00
commit.rs feat: update auth of interal repos when changed in config 2024-07-10 09:05:36 +01:00
common.rs refactor: extract repo-actor and gitforge crates 2024-05-22 19:57:48 +01:00
fetch.rs tests: add more tests to git crate 2024-06-13 19:50:19 +01:00
file.rs tests: add more tests to git crate 2024-06-13 19:50:19 +01:00
generation.rs refactor: update macro signatures and add documentation support 2024-06-29 18:26:19 +01:00
git_ref.rs refactor: update macro signatures and add documentation support 2024-06-29 18:26:19 +01:00
git_remote.rs refactor(git): more derive_more replacing boilerplate 2024-05-15 20:40:25 +01:00
lib.rs refactor: repo-actor: rewrite tests using mockall 2024-06-27 18:58:47 +01:00
push.rs refactor: repo-actor: rewrite tests using mockall 2024-06-27 18:58:47 +01:00
repo_details.rs fix: don't modify config of external repos 2024-07-12 18:52:57 +01:00
tests.rs feat: update auth of interal repos when changed in config 2024-07-10 09:05:36 +01:00