arrange: use separate templates.arrange config instead of commit_summary 3fd7c7c7 parent 0359ae80

My main motivation for this is https://github.com/ratatui/ansi-to-tui/issues/82. Until that's fixed, any hyperlinks are invisible, and it seems like the rest of the line is also invisible. We have an overridden `templates.commit_summary` at Google that includes a hyperlink. I think this is a good change even once that limitation has been fixed in `ansi-to-tui` because it seems reasonable to want to use a different template in the TUI. In particular, perhaps one would prefer to not include the commit ID since they no longer are correct after changes are made in the UI.

authored by Martin von Zweigbergk

1
/target/
2
/rendered-docs
3
.direnv
4
.envrc
5
# Generated by nix build, nix-build
6
result
7
# Generated by the insta crate
8
*.pending-snap
9
*.snap*
10
!cli/tests/cli-reference@.md.snap
11
# Per user insta settings.
12
# See https://insta.rs/docs/settings/#tool-config-file for details.
13
.config/insta.yaml
14
# Per user mise config
15
mise.local.toml
16
17
# mkdocs
18
/.venv
19
/.python-version
20
21
# Editor specific ignores
22
.idea
23
.vscode
24
.zed
25
26
# Generated by setting `JJ_TRACE` environment variable.
27
jj-trace-*.json
28
29
# To make working on buck2 easier (#1997, #4413)
30
/buck-out/
31