warg
|
f4181b89fc
|
feat(git): add in-house hunks module, replace gitsigns.nvim
|
2026-05-20 06:10:18 +02:00 |
|
warg
|
d132c00032
|
feat(git): bind gd to open-under-cursor in log and object views
|
2026-05-19 20:30:23 +02:00 |
|
warg
|
3b8951758e
|
fix(git): reset diff-pair cursor on sidebar selection
|
2026-05-19 19:55:03 +02:00 |
|
warg
|
b692f23fe2
|
refactor(git): rework log_view, drop URI scheme
|
2026-05-19 19:40:13 +02:00 |
|
warg
|
ffd5584a05
|
refactor(git): replace status_view URI scheme with path-style name
|
2026-05-19 16:29:10 +02:00 |
|
warg
|
4461a65b90
|
refactor(git): rework status_view header
|
2026-05-19 15:48:10 +02:00 |
|
warg
|
8121227ba4
|
refactor(git): share OpenOpts type between status_view open and toggle
|
2026-05-19 14:50:11 +02:00 |
|
warg
|
26d074c464
|
feat(git): status_view help hint, mouse open, extmark highlights
|
2026-05-19 14:47:40 +02:00 |
|
warg
|
897de35688
|
refactor(git): rewrite diff module around :diffsplit
|
2026-05-19 14:30:35 +02:00 |
|
warg
|
8fe4d0c6a7
|
refactor(git): drop reset_diff_win from status_view
|
2026-05-19 11:43:27 +02:00 |
|
warg
|
8a8c73ca8b
|
refactor(git): rebuild status_view diff layout per selection
|
2026-05-19 11:40:03 +02:00 |
|
warg
|
ab9b70c70a
|
refactor(git): rename refresh event to change, gate on actual diff
|
2026-05-19 10:42:14 +02:00 |
|
warg
|
085216a406
|
feat(git): case-insensitive status lookup on ignorecase repos
|
2026-05-19 10:31:42 +02:00 |
|
warg
|
50db85ea5f
|
feat(git): submodule recursion on by default
|
2026-05-19 09:53:54 +02:00 |
|
warg
|
5f956401c1
|
feat(git): per-key cache invalidation and optional submodule tracking
|
2026-05-19 09:50:32 +02:00 |
|
warg
|
49675ff984
|
feat(git): route :G! through the preview window
|
2026-05-13 01:16:09 +02:00 |
|
warg
|
f50a09ecac
|
refactor(git): split engine into core subpackage
|
2026-05-10 17:20:23 +02:00 |
|
warg
|
8624f825eb
|
fix(git): validate placement, cache repo lookups, tighten lifecycle
|
2026-05-10 04:47:37 +02:00 |
|
warg
|
378c3622a8
|
refactor(git): adopt lazy-require plugin/git.lua pattern
|
2026-05-10 01:58:38 +02:00 |
|
warg
|
067594ef9e
|
refactor(git/status): rework entries into typed variants on porcelain v2
|
2026-05-09 22:59:08 +02:00 |
|
warg
|
a7932bab5a
|
feat(git/statusline): expose status via b:git_status, opt-in via enable()
|
2026-05-09 19:54:50 +02:00 |
|
warg
|
cdb25abb7f
|
refactor(git/object): drop redundant rev-parse in M.open
|
2026-05-09 02:16:40 +02:00 |
|
warg
|
e64c1f8d04
|
refactor(git/object): use full sha in buffer URIs
|
2026-05-09 02:14:09 +02:00 |
|
warg
|
fda04337db
|
refactor(git): keep routine success output out of :messages
|
2026-05-09 00:42:27 +02:00 |
|
warg
|
55833620fa
|
fix(git/log): use bifhidden=hide
|
2026-05-09 00:27:06 +02:00 |
|
warg
|
9bbbd1b1c8
|
feat(git): highlight only fatal/error lines in failure dump
|
2026-05-09 00:25:11 +02:00 |
|
warg
|
295803779a
|
refactor(git): drop :Ghistory buffer in favor of :G! for full output
|
2026-05-09 00:04:45 +02:00 |
|
warg
|
76de90f982
|
fix(git): add env option for util.exec
|
2026-05-09 00:02:44 +02:00 |
|
warg
|
b9601ca4c4
|
chore: apply formatting
|
2026-05-09 00:02:35 +02:00 |
|
warg
|
c248af308a
|
feat(git): ambient progress for long-running :G subcommands
|
2026-05-09 00:00:58 +02:00 |
|
warg
|
6515458d96
|
chore: apply formatting
|
2026-05-08 23:57:37 +02:00 |
|
warg
|
1d5ab084ef
|
fix(git/log_view): preserve highlights across :e
|
2026-05-08 04:02:54 +02:00 |
|
warg
|
62e711d606
|
fix(git): skip refresh on unloaded buffers
|
2026-05-08 03:55:50 +02:00 |
|
warg
|
01a543c12f
|
refactor(git): route every git invocation through util.git
|
2026-05-08 03:44:25 +02:00 |
|
warg
|
ebfcaef240
|
fix(git/status_view): scope dispatch to current tabpage + test cleanup
|
2026-05-08 03:12:42 +02:00 |
|
warg
|
867b5c2a2e
|
fix(git): preserve dispatch and content after jumping back
|
2026-05-08 01:46:44 +02:00 |
|
warg
|
715e47d449
|
refactor(git): drive :G dispatch from buffer content
|
2026-05-08 00:27:41 +02:00 |
|
warg
|
c543f0a7ba
|
feat(git/cmd): make :G diff output navigable
|
2026-05-07 23:18:19 +02:00 |
|
warg
|
93c9b6500a
|
refactor(git/log): use bufhidden=delete for log buffers
|
2026-05-07 23:17:52 +02:00 |
|
warg
|
4677da16cc
|
fix(git): set ft=git for :G diff output
|
2026-05-07 17:07:39 +02:00 |
|
warg
|
c07e9c8de3
|
fix(git/repo): recurse subdirs in fs watcher
|
2026-05-07 16:34:16 +02:00 |
|
warg
|
104479187c
|
perf(git/repo): cache ref/file lookups, invalidate on status refresh
|
2026-05-07 16:25:33 +02:00 |
|
warg
|
9b1ada8d97
|
fix(git): convert an error to warning
|
2026-05-07 15:31:08 +02:00 |
|
warg
|
2abd1d653d
|
feat(git/cmd): improved completion for :G
|
2026-05-07 15:28:28 +02:00 |
|
warg
|
b25a35dd8e
|
fix(git/cmd): parse :G args with shell-style quoting
|
2026-05-07 13:49:53 +02:00 |
|
warg
|
55effc0a67
|
fix: address diagnostics
|
2026-05-07 02:06:34 +02:00 |
|
warg
|
66ceb352aa
|
feat(nvim-tree): aggregate child git status onto directory nodes
|
2026-05-07 00:10:02 +02:00 |
|
warg
|
e00a282194
|
refactor(git): hardcode strict_indexing in set_buf_lines
|
2026-05-06 15:47:37 +02:00 |
|
warg
|
6fdd455536
|
refactor(git): generalize buf_set_lines wrapper
|
2026-05-06 15:43:04 +02:00 |
|
warg
|
f53ac540b3
|
fix(git): redo full setup when refreshing a half-initialized URI buffer
|
2026-05-06 15:42:39 +02:00 |
|