nvim-tree.lua/lua/nvim-tree/explorer
Alexander Courtis 28c3980b25
fix(#2382): git watcher handles worktrees and submodules, via --absolute-git-dir when it is available (#2389)
* fix(#2382): use --absolute-git-dir when available

* fix(#2382): use --absolute-git-dir when available

* fix(#2382): rename private git members, destroy git watchers on purge

* fix(#2382): consistent naming of toplevel

* fix(#2382): more doc and safety

* fix(#2382): consistent naming of toplevel

* fix(#2382): consistent naming of toplevel
2023-09-02 12:05:34 +10:00
..
explore.lua fix(#2301): various git folder status fixes (#2373) 2023-08-20 12:53:41 +10:00
filters.lua feat: add filters.git_ignored (prev git.ignore), apply "Toggle Filter:" prefix to mapping descriptions (#2325) 2023-07-16 13:26:03 +10:00
init.lua fix(git): git folder fixes and improvements (#1809) 2022-12-17 17:05:33 +11:00
node-builders.lua fix(#1831): remove instrumentation (#1968) 2023-02-04 16:54:36 +11:00
node.lua fix(#2327): set parent folder git ignore status following file update (#2328) 2023-07-29 16:28:19 +10:00
reload.lua fix(#2382): git watcher handles worktrees and submodules, via --absolute-git-dir when it is available (#2389) 2023-09-02 12:05:34 +10:00
sorters.lua feat(#2364): add option to sort files first (#2366) 2023-08-26 14:15:56 +10:00
watch.lua feat: support custom $GIT_DIR (#2263) 2023-07-16 12:44:21 +10:00