Commit Graph

37 Commits

Author SHA1 Message Date
warg c543f0a7ba feat(git/cmd): make :G diff output navigable 2026-05-07 23:18:19 +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 2abd1d653d feat(git/cmd): improved completion for :G 2026-05-07 15:28:28 +02:00
warg 66ceb352aa feat(nvim-tree): aggregate child git status onto directory nodes 2026-05-07 00:10:02 +02:00
warg abc09d4ae3 refactor(git): split URI read from conditional refresh 2026-05-06 04:46:01 +02:00
warg 331a4e7662 feat(git): add status view as window with URI buffers 2026-05-06 01:59:00 +02:00
warg 2a81c50156 fix: convert some warnings to errors 2026-05-06 01:33:39 +02:00
warg 80d6d465cf refactor(git): rework module around clearer Status and Repo split 2026-05-06 00:45:57 +02:00
warg 6703b8acba refactor(git): move porcelain parsing into repo.lua 2026-05-03 00:47:11 +02:00
warg be1d7ace50 refactor(git): unify around the Repo abstraction 2026-05-02 22:45:46 +02:00
warg 9568fc63a3 fix(git): follow symlinks when resolving a buffer's repo 2026-04-30 19:37:19 +02:00
warg af7e187aa9 feat(git): :Gedit, path/stage completion, status.statusline() 2026-04-30 18:13:52 +02:00
warg eebe191371 refactor(git): split status code parsing into status.lua 2026-04-30 17:24:13 +02:00
warg 9f44c9de40 feat(git): rev completion for :Gdiffsplit family 2026-04-30 17:20:13 +02:00
warg 7fa05d4895 refactor(git): split watcher out of repo 2026-04-30 17:16:49 +02:00
warg 8e6b13a7a3 refactor(git): centralize registrations, defer submodule loads 2026-04-30 16:24:49 +02:00
warg 217390cfa4 feat(git): :Glog command, per-module setup, plugin/ auto-init 2026-04-30 15:05:48 +02:00
warg d95de4bc1d refactor(git): introduce Revision class, normalize naming, slim docs 2026-04-30 09:44:26 +02:00
warg 81bc011b09 docs(git): trim verbose comments and fix prose-rule violations 2026-04-29 14:32:40 +02:00
warg 781496dc13 refactor(git): gitlog as gitlog:// URI singleton, fix synthetic-URI cwd resolve 2026-04-29 14:08:04 +02:00
warg 590651e9d8 perf(git): fold revspec validation into the cat-file -p the loader needs anyway 2026-04-29 14:08:04 +02:00
warg 5c5da7a854 refactor(git): unify diff/object dispatch, codify naming, add :Gdiffsplit 2026-04-29 14:08:04 +02:00
warg 37e5582795 refactor(git): make the git module self-contained under git.util 2026-04-28 09:09:57 +02:00
warg 4390b55dfe refactor(git): consolidate sync subprocess pattern via util.system_sync 2026-04-28 09:09:51 +02:00
warg d2633ae9c2 perf(git): run rev-parse and git show <commit> sync 2026-04-28 08:03:06 +02:00
warg 6a86a75ed5 refactor(git): convert blocking subprocess calls to async 2026-04-27 16:02:16 +02:00
warg 00eae8dbb9 fix(git): fix luadoc function return 2026-04-27 14:43:37 +02:00
warg c5b51f5ea5 fix(git): stop fs watcher before closing debounce timer 2026-04-27 14:38:54 +02:00
warg 641d208d78 fix(git): only honor -> in porcelain output for renames 2026-04-27 14:23:03 +02:00
warg 2ef9cb7c9e perf(git): piggyback sidebar status on the indicator's git status call 2026-04-27 14:09:34 +02:00
warg b4c166e86c refactor(git): extract repo.resolve_cwd helper 2026-04-27 13:48:50 +02:00
warg 6e0e05ae56 chore(git): consistent error reporting on git failures 2026-04-27 13:33:10 +02:00
warg 20dc6cc3c9 perf(git): minor performance cleanups 2026-04-27 13:27:32 +02:00
warg 5966454462 refactor(git): minor structural cleanups 2026-04-27 13:10:11 +02:00
warg f55d7ac11d feat(git): replace vim-fugitive with custom git module 2026-04-27 12:41:41 +02:00
warg 5a3e39574d feat(git): add custom status sidebar and diff viewer 2026-04-27 10:45:05 +02:00