FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for lua/diffview - vramana/diffview.nvim · GitHub
vramana
/
diffview.nvim
Public
forked from
sindrets/diffview.nvim
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
diffview.nvim
lua
diffview
on
main
User selector
Datepicker
Commit history
Commits on Feb 15, 2026
jj: refresh diff contents for working tree updates
vramana
committed
fda5b1a
View commit details
Copy full SHA for fda5b1a
View code at this point
Browse repository at this point
Commits on Feb 14, 2026
tests: cover jj refresh revs
vramana
committed
e81f37d
View commit details
Copy full SHA for e81f37d
View code at this point
Browse repository at this point
jj: refresh revs on refresh
vramana
committed
41eed15
View commit details
Copy full SHA for 41eed15
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
add main->master fallback for jj revs
vramana
committed
20cc26b
View commit details
Copy full SHA for 20cc26b
View code at this point
Browse repository at this point
use jj revset merge-base for triple-dot
vramana
committed
a11fd8b
View commit details
Copy full SHA for a11fd8b
View code at this point
Browse repository at this point
fix jj default baseline for no-arg diff
vramana
committed
920426d
View commit details
Copy full SHA for 920426d
View code at this point
Browse repository at this point
add coverage for jj rev parsing
vramana
committed
b8e8b43
View commit details
Copy full SHA for b8e8b43
View code at this point
Browse repository at this point
add jujutsu adapter for DiffviewOpen
vramana
committed
600a120
View commit details
Copy full SHA for 600a120
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
feat(actions): added `select_{prev|next}_commit` (#512)
Show description for 4516612
yungthai
and
sindrets
authored
4516612
View commit details
Copy full SHA for 4516612
View code at this point
Browse repository at this point
feat(actions): added `select_{first|last}_entry` (#510)
Show description for 52e6cb2
yungthai
and
sindrets
authored
52e6cb2
View commit details
Copy full SHA for 52e6cb2
View code at this point
Browse repository at this point
Commits on May 29, 2024
feat: use `vim.notify` for user notifications (#507)
emmanueltouzery
authored
3afa6a0
View commit details
Copy full SHA for 3afa6a0
View code at this point
Browse repository at this point
Commits on May 24, 2024
feat: support `disable_diagnostics` for all contexts (resolves #503)
sindrets
committed
1ec7b56
View commit details
Copy full SHA for 1ec7b56
View code at this point
Browse repository at this point
Commits on May 23, 2024
fix: cancel update if view becomes out of focus (#472)
Show description for 0bae1a3
8veStory
and
sindrets
authored
0bae1a3
View commit details
Copy full SHA for 0bae1a3
View code at this point
Browse repository at this point
fix(git): special case for `--imply-local` when both sides point to head
Show description for 84164f7
sindrets
committed
84164f7
View commit details
Copy full SHA for 84164f7
View code at this point
Browse repository at this point
fix(git): add `--no-exclude-standard` when detecting binary (#484)
Show description for f17af39
Summon528
and
sindrets
authored
f17af39
View commit details
Copy full SHA for f17af39
View code at this point
Browse repository at this point
fix: `:DiffviewClose` when the view is the last tab page (fixes #501)
sindrets
committed
d758a00
View commit details
Copy full SHA for d758a00
View code at this point
Browse repository at this point
Commits on May 22, 2024
fix: `vim.diagnostic.disable` is deprecated (#499)
yorickpeterse
authored
72c6983
View commit details
Copy full SHA for 72c6983
View code at this point
Browse repository at this point
fix: import logger lazily (fixes #500)
sindrets
committed
010766c
View commit details
Copy full SHA for 010766c
View code at this point
Browse repository at this point
Commits on May 21, 2024
fix: allow 'diffview.config' to be an entrypoint for the plugin
Show description for ad03c42
sindrets
committed
ad03c42
View commit details
Copy full SHA for ad03c42
View code at this point
Browse repository at this point
Commits on May 18, 2024
fix: replace deprecated table operations for neovim v0.10 (#489)
Show description for 5532482
mikesmithgh
and
sindrets
authored
5532482
View commit details
Copy full SHA for 5532482
View code at this point
Browse repository at this point
fix: don't mutate table while iterating
Show description for 51a8098
sindrets
committed
51a8098
View commit details
Copy full SHA for 51a8098
View code at this point
Browse repository at this point
fix: handle deprecated util 'tbl_add_reverse_lookup()' (#492)
lewis6991
authored
4005c96
View commit details
Copy full SHA for 4005c96
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
fix: Handle rev ranges that resolve to `LOCAL..{REV}` (#436)
Show description for 3dc498c
refractalize
and
sindrets
authored
3dc498c
View commit details
Copy full SHA for 3dc498c
View code at this point
Browse repository at this point
Commits on Oct 5, 2023
feat: Add `s` as a default keymap for `toggle_stage_entry` (#423)
LintaoAmons
authored
0437ef8
View commit details
Copy full SHA for 0437ef8
View code at this point
Browse repository at this point
Commits on Sep 17, 2023
fix(git): Better handle unexpected outcomes when parsing rev args
Show description for a111d19
sindrets
committed
a111d19
View commit details
Copy full SHA for a111d19
View code at this point
Browse repository at this point
fix(git): Handle chars with byte values > 0x80 in file names (fixes #419)
sindrets
committed
da23b9a
View commit details
Copy full SHA for da23b9a
View code at this point
Browse repository at this point
Commits on Aug 21, 2023
feat(actions): After restoring entry, write undo command to log
Show description for a18981d
sindrets
committed
a18981d
View commit details
Copy full SHA for a18981d
View code at this point
Browse repository at this point
feat(file-history): Added `--walk-reflogs` (#413)
sindrets
authored
7e5a85c
View commit details
Copy full SHA for 7e5a85c
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
feat: Added a Stream data structure (#412)
Show description for db97e66
sindrets
authored
db97e66
View commit details
Copy full SHA for db97e66
View code at this point
Browse repository at this point
Commits on Aug 3, 2023
fix(panel): Open the fill window in the correct tab page
sindrets
committed
500d8b2
View commit details
Copy full SHA for 500d8b2
View code at this point
Browse repository at this point
chore: Update type annotations
sindrets
committed
60d37f7
View commit details
Copy full SHA for 60d37f7
View code at this point
Browse repository at this point
Commits on Jul 19, 2023
fix(git): Nil value indexing when commit retry fails (fixes #400)
sindrets
committed
e91110d
View commit details
Copy full SHA for e91110d
View code at this point
Browse repository at this point
fix: Nil value indexing while inferring file (fixes #397)
Sindre T. Strøm
committed
73cb92d
View commit details
Copy full SHA for 73cb92d
View code at this point
Browse repository at this point
Commits on Jul 18, 2023
fix(file-history): Handle 'width' not being set in a column panel config
Show description for 285ce7a
sindrets
committed
285ce7a
View commit details
Copy full SHA for 285ce7a
View code at this point
Browse repository at this point
Commits on Jul 8, 2023
feat(git): Get all file history data with a single job
Show description for b0cc22f
sindrets
committed
b0cc22f
View commit details
Copy full SHA for b0cc22f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL