What's Changed
- fix(jj): quote paths so fileset metacharacters match literally by @dlyongemallo in #245
- feat(jj): match file-history paths with fileset metacharacters literally by @dlyongemallo in #246
- docs: add
gitgraph.nvimcommit-graph recipe and companion entry by @dlyongemallo in #247 - fix(close): close the view in the given tabpage by @dlyongemallo in #251
- perf(file-history): skip log rebuild on
FocusGainedby @dlyongemallo in #252 - fix(file-history): preserve cursor and folds across refresh by @dlyongemallo in #253
- feat: add
--no-panelflag to open a view without its panel by @dlyongemallo in #254 - docs(keymaps): clarify
{1,2,3}dois per-hunk:diffget, not marker-block-based by @dlyongemallo in #264 - feat(keymaps): close option panel with
<esc>by @dlyongemallo in #265 - docs: add missing config options to defaults example by @dlyongemallo in #266
- feat(jj): show commit stats in file-history panel by @dlyongemallo in #269
- feat(jj): colour pushed and trunk-reachable commits in file-history panel by @dlyongemallo in #268
- fix(merge): show
merge_onlykeymaps in help panel forFileMergeViewby @dlyongemallo in #270 - fix(commit-log): apply default
-n256cap whenupdateruns without args by @dlyongemallo in #271 - fix(jj): pass revsets to
jj logvia-rby @dlyongemallo in #272 - fix(jj): include user-configured
jj_cmdglobal flags injj logby @dlyongemallo in #273 - fix(git): include user-configured
git_cmdglobal flags ingit logby @dlyongemallo in #274 - fix(hg): include user-configured
hg_cmdglobal flags inhg logby @dlyongemallo in #275 - feat(merge): add
conflict_choose_sideaction to replace merged buffer with one whole side by @dlyongemallo in #276 - docs(jj): note
conflict-marker-stylefor the marker-based keymaps by @dlyongemallo in #277 - feat(jj): route working-copy conflicts to the merge-tool layout by @dlyongemallo in #278
- docs(jj): fix
conflict-marker-stylevalue typo (should begitnotgit-diff) by @dlyongemallo in #279 - feat(jj): show
change_idin the file-history panel by @dlyongemallo in #280 - fix(view): wait for scheduled
post_openwork before returning by @dlyongemallo in #281 - fix(jj): drop graph glyphs from
jj login the commit-log panel by @dlyongemallo in #283 - feat(commit-log): add
gLto filter the commit log by the file under the cursor by @dlyongemallo in #284 - jj: label single-change diffs with the description by @wuzzeb in #250
- refactor(jj): tidy single-change diff labelling by @dlyongemallo in #285
- feat(merge)!: honour
view.merge_tool.layout/view.default.layoutinDiffviewMergeFilesandDiffviewDiffDirsby @dlyongemallo in #287
New Contributors
Full Changelog: v0.35...v0.36