radicle-heartwood-lfs/radicle-remote-helper/src
cloudhead 9ada30255b
cli: Don't sync on git-fetch
It's actually not such a great idea to sync on git-fetch and
git-ls-remote, as syncing is supposed to happen in the background
already, and if you want to force a sync, you can just call `rad sync`.

Previously, it would be annoying that when you called `rad sync` and
then `git fetch`, it would still attempt another sync, for example.

Moving forwards, it might make sense to call `git-fetch` on `rad sync`
(so the other way around), because `git-fetch` is free (it doesn't talk
to peers), and you almost always want your working copy up to date with
your storage.
2023-12-13 14:47:14 +01:00
..
fetch.rs remote-helper: Fix `FETCH_HEAD` setting on fetch 2023-11-22 11:29:44 +01:00
git-remote-rad.rs remote-helper: Be more consistent with errors 2023-09-27 12:25:14 +02:00
lib.rs cli: Don't sync on git-fetch 2023-12-13 14:47:14 +01:00
list.rs cob: Introduce `xyz.radicle.id` COB 2023-10-12 17:32:33 +02:00
push.rs cli: Allow force-push with single delegates 2023-12-11 11:28:29 +01:00