-
-
Notifications
You must be signed in to change notification settings - Fork 169
Fork changes (v0.10) #609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Fork changes (v0.10) #609
Changes from all commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
3990835
fix(git): disable GPG signatures for log/show commands (#540)
Naxdy 75cf106
fix(path): only replace $ with env var if value defined (#557)
bryankenote b5697de
fix(git): show untracked files when comparing working tree (#587)
KEY60228 bc08967
fix(git): handle merge-base failure during rebase --root (#577)
ButterSus 2e106b7
feat: add mini.icons support as file icons provider (#571)
folliehiyuki 1b386ce
feat: add close keymaps (q, <esc>) to commit log panel (#482)
kevintraver e144466
fix: prevent crash due to nil target in sync_scroll (#550)
dlyongemallo f728b1f
fix(actions): copy hash to unnamed register instead of clipboard (#606)
jecaro 3e27322
feat: add `:DiffviewToggle` command (#517)
cosmicbuffalo 478f726
docs: add `:DiffviewToggle` docs (#517)
cosmicbuffalo 1451a46
feat(git): add `--merge-base` option (#590)
KEY60228 47b9d9e
fix(help_panel): prevent nil index error on first line
dlyongemallo 7aab651
fix(lib): ensure bootstrap runs before accessing DiffviewGlobal
dlyongemallo 0c48e02
fix(hl): ensure diff.vim highlights are loaded before linking
dlyongemallo ec3349d
feat(ui): add trailing slash to folder names in file tree
dlyongemallo 0c944fc
feat(config): add file_panel.show option to hide panel by default
dlyongemallo bc90682
perf(git): set GIT_OPTIONAL_LOCKS=0 to reduce lock contention
dlyongemallo 59237ad
feat(actions): add set_layout for specific layout selection
dlyongemallo fb4788b
fix(hl): remove redundant FilePanelFileName definition
dlyongemallo be1a708
fix(hl): use DiffviewFolderSign for FileHistory fold indicators
dlyongemallo b4994a6
feat(config): add commit_subject_max_length option
dlyongemallo 4ccbaa2
docs: add recommended keymaps and workflow tips
dlyongemallo 1f07a2b
feat(ui): show "Working tree clean" when no changes
dlyongemallo d46abb7
feat(config): add cycle_layouts option to customise layout cycling
dlyongemallo 0aa2015
docs: add Telescope integration examples
dlyongemallo 3c1c201
feat(config): add always_show_sections option
dlyongemallo 4ea11e6
feat(actions): add open_file_external to open files with system app
dlyongemallo c78b3c1
feat(actions): add diff_against_head to compare HEAD with history ent…
dlyongemallo 49c3984
fix: preserve tree collapsed state on tab switch (#582)
dlyongemallo 431ee89
fix: prevent scrollbind/cursorbind from persisting after close (#330)
dlyongemallo 5ec3cde
feat(config): add show_branch_name option for file panel (#542)
dlyongemallo 5f1603a
feat: add loading indicator in file panel (#570)
dlyongemallo bdbe846
feat: show file count on collapsed folders (#597)
dlyongemallo 40ccf1d
docs: add diffopt tip for better diff display (#526)
dlyongemallo 81a8d41
feat(actions): add open_in_new_tab to duplicate diffview (#432)
dlyongemallo 045881c
docs: clarify revision argument behaviour (#514)
dlyongemallo ef57357
fix: prevent coroutine failure when view closes during update (#528)
dlyongemallo 2843ba6
feat(config): add "auto" position option for panels (#536)
dlyongemallo ed13882
fix: disable context plugins in diff buffers for scrollbind alignment
dlyongemallo cd8e3cc
fix: preserve panel cursor position when switching tabs (#457)
dlyongemallo 61ace22
feat(config): add hide_merge_artifacts option
dlyongemallo e41367c
feat(config): add auto_close_on_empty option
dlyongemallo 0fb4d16
feat: extend restore_entry to work on directories (#186)
dlyongemallo 0875d9c
feat(config): add date_format option for file history panel (#525)
dlyongemallo 318ce58
feat(file-history): cycle within commit on prev/next (#566)
przepompownia 8f55f8d
feat(actions): add open_commit_in_browser action (#476)
dlyongemallo 4c8a82e
fix: handle global-only options in winopts save
dlyongemallo e528fd9
fix: disable context plugins on local buffers in diff view
dlyongemallo 4a1fb3f
fix: wrap timer callbacks in `vim.schedule`
dlyongemallo f27bd55
docs: clarify treesitter-context setup
dlyongemallo a67a808
fix: limit custom fold creation to prevent UI freeze (#552)
dlyongemallo 77c99d2
fix: prevent buffer flash when opening diffview (#509)
dlyongemallo 3b4d355
fix: nil guards in view update (#395)
dlyongemallo 1d95741
feat: use high foldlevel and jump to first diff
dlyongemallo 0bca5b6
fix: use prepend for `winhl` (#515)
dlyongemallo a07ce58
fix: always show folder icons (#579)
dlyongemallo e91acae
fix: disable inlay hints in non-LOCAL buffers
dlyongemallo a1c2327
feat(config): add `status_icons` option (#607)
anonymousgrasshopper 06bad44
docs: clarify LSP diagnostics behaviour in diff buffers (#580)
dlyongemallo 2c3456f
docs: add FAQ for customising keymaps to avoid conflicts (#518)
dlyongemallo 07be128
chore: normalize keymap description punctuation
dlyongemallo af12567
fix(git): only show untracked files when comparing index vs working tree
dlyongemallo 9edde82
chore: improvements from PR integrations
dlyongemallo bac5b73
docs: add fork notice to README
dlyongemallo f9462f8
fix(keymaps): register commit_log_panel keymaps in init_buffer instea…
dlyongemallo 580f49f
feat(file-history): add stat_style config for stat bars (#2)
dlyongemallo 57ec564
feat(config): add file_panel.sort_file custom comparator (#3)
dlyongemallo 6bf56a3
fix(keymaps): save and restore buffer-local keymaps on attach/detach …
dlyongemallo e0a6611
refactor: replace deprecated nvim_buf_get/set_option with vim.bo (#5)
dlyongemallo 7009c40
feat(config): add clean_up_buffers option (#6)
dlyongemallo 8ef5221
feat: add --selected-row option for cursor positioning (#7)
dlyongemallo c5b9200
feat(config): add rename_threshold for git rename detection (#9)
dlyongemallo 773e15b
feat(config): allow diff1_plain layout in standard diff views (#8)
dlyongemallo ecdb020
feat(file-history): add commit_format config for entry display (#10)
dlyongemallo 5b03610
[breaking change] bump minimum required nvim version to 0.10 (#11)
dlyongemallo 03c74bb
docs(readme): add diffchar.vim recommendation, reorganize plugin sect…
dlyongemallo a8226b7
docs(readme): note diffchar.vim flag for character-level diff highlig…
dlyongemallo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The note mentions "The original repository has not been updated since June 2024", but this should be updated periodically or removed before merging since the statement will become outdated. Consider using a relative time description or linking to a more detailed fork explanation elsewhere.