arc/tests
hanna 686190a4fc
fix: GPG signed commit test fails in nix build
The test hardcoded 'refs/heads/main' for update-ref, but without
init.defaultBranch config (as in nix sandbox), git defaults to 'master'.
This caused the signed commit to be on a different branch than HEAD,
so arc log showed the unsigned commit instead.

Use 'git symbolic-ref HEAD' to get the actual branch name.
Also fix missing blank line separator between header and body.
2026-02-10 21:53:31 +00:00
..
bridge.rs fix: GPG signed commit test fails in nix build 2026-02-10 21:53:31 +00:00
check.rs feat: preserve commit signatures across git bridge operations 2026-02-10 21:24:12 +00:00
cli.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
commit.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
config.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
diff.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
graft.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
history.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
ignore.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
init.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
log.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
mark.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
merge.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
model.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
remote.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
reset.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
revert.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
show.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
signing.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
stash.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
status.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
switch.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00
tag.rs fix: missing newlines in status, tag list, and mark list output 2026-02-09 18:05:00 +00:00
tracking.rs feat: add colored output with distinct symbols using the colored crate 2026-02-09 03:51:59 +00:00