Lorenz Leutgeb
6b9ff4f99e
cli/init: Allow `--setup-signing` with bare repos
...
The `--setup-signing` flag is a no-op when combined with `--existing`
and errors on bare repositories.
Make it effective in combination with `--existing` and also rewrite it
to support bare repositories, gracefully falling back to just avoid
writing to `.gitsigners`.
2025-09-15 10:21:09 +01:00
Lorenz Leutgeb
86ea33b0ca
cli/clone: Add flag `--bare`
2025-09-15 10:21:09 +01:00
Fintan Halpenny
2a0f6fd3c5
cli: extend `rad cob log` behaviour
...
Use the COB stream behaviour for implementing `rad cob log` and introducing the
from and until options.
2025-08-19 15:01:26 +01:00
Fintan Halpenny
70009f7af2
release: 1.3.0 CHANGELOG
2025-08-12 12:13:49 +02:00
Fintan Halpenny
408d4f27e7
chore: add canonical references to CHANGELOG
2025-07-16 16:54:43 +02:00
Lorenz Leutgeb
3bc0db68f4
doc: Add `CHANGELOG.md`
...
Inspired by other projects, such as Jujutusu, add a `CHANGELOG.md` file
to be updated alongside the actual changes in the heartwood repository.
The file is pre-filled with some release hightlights of earlier releases
from the Radicle home page. The format for the upcoming release is
prepared with the same structure that Jujutsu uses, which is based on
the suggestions at <https://keepachangelog.com >.
See also: https://radicle.zulipchat.com/#narrow/channel/369277-heartwood/topic/Changelog.20in.20tree/with/522524869
2025-06-05 10:59:36 +02:00