Yuya Nishihara
Yuya Nishihara
The last patch is copied from #763 with a few modifications. # Checklist If applicable: - [ ] I have updated `CHANGELOG.md` - [ ] I have updated the documentation...
default style:  with bg color:  # Checklist If applicable: - [x] I have updated `CHANGELOG.md` - [x] I have updated the documentation (README.md, docs/, demos/) - [ ]...
Extracted from #3967, with no code changes. cc @ilyagr # Checklist If applicable: - [ ] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/,...
# Checklist If applicable: - [x] I have updated `CHANGELOG.md` - [x] I have updated the documentation (README.md, docs/, demos/) - [ ] I have updated the config schema (cli/src/config-schema.json)...
# Checklist If applicable: - [ ] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) - [ ] I have updated the config...
Hi, do you have any plan to backport changes from Sapling fork? (or release it with different name?) https://github.com/facebook/sapling/tree/main/eden/scm/lib/third-party/streampager In particular, I'm interested in * split binary crate (and/or update...
# Checklist If applicable: - [ ] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) - [ ] I have updated the config...
The goal is to remove the crate-cycle: `jj-cli --(dev)--> jj-cli`. Since there's no way to express binary dependency in Cargo.toml, all binaries which the tests depend on should have to...
This patch isn't intended for merging. The idea is that we'll record operation ids where the commits were introduced in index, and `jj evolog` will use this information to extract...
~I originally considered it would be a bad idea to ignore predecessors that don't exist in the store because doing that could shadow potential data corruption issues. However, we have...