.. |
add.lua
|
feat(git): implement lua complete for git-add
|
2024-12-17 08:52:48 +08:00 |
blame.lua
|
feat(git): add :Git blame
|
2023-09-13 16:47:04 +08:00 |
branch.lua
|
feat(git): improve git branch detection
|
2024-12-13 00:32:24 +08:00 |
checkout.lua
|
feat(git): complete checkout command
|
2024-12-09 22:29:20 +08:00 |
cherry-pick.lua
|
fix(git): rename cherry_pick to cherry-pick
|
2024-02-20 17:06:48 +08:00 |
clean.lua
|
feat(git): add :Git clean command
|
2023-08-05 22:31:52 +08:00 |
commit.lua
|
feat(git): rewrite :Git rebase in lua
|
2024-03-23 23:18:05 +08:00 |
config.lua
|
feat(git): rewrite :Git config in lua
|
2024-03-08 22:35:10 +08:00 |
diff.lua
|
perf(git): do not open diff win when no changes
|
2024-03-23 23:38:45 +08:00 |
fetch.lua
|
feat(git): lua complete for git-fetch
|
2024-12-17 19:13:47 +08:00 |
grep.lua
|
feat(git): add :Git grep command
|
2024-03-12 23:57:09 +08:00 |
log.lua
|
fix(git): check buf exists before show commit
|
2024-03-09 23:51:36 +08:00 |
merge.lua
|
feat(git): implement git.lua
|
2023-08-05 22:31:52 +08:00 |
mv.lua
|
feat(git): add :Git rm command
|
2023-08-09 00:03:38 +08:00 |
pull.lua
|
feat(git): implement git.lua
|
2023-08-05 22:31:52 +08:00 |
push.lua
|
feat(git.vim): complete git push command
|
2024-12-14 15:11:02 +08:00 |
rebase.lua
|
fix(lsp): fix lua lsp WarningMsg
|
2024-06-29 00:20:22 +08:00 |
reflog.lua
|
feat(git): rewrite :Git reflog in lua
|
2024-03-06 21:54:22 +08:00 |
remote.lua
|
feat(git): add git remote manager
|
2024-02-21 17:03:50 +08:00 |
reset.lua
|
feat(git): lua completion for sub command
|
2024-12-17 17:50:28 +08:00 |
rm.lua
|
feat(git): lua completion for sub command
|
2024-12-17 17:50:28 +08:00 |
shortlog.lua
|
fix(git.vim): fix plog_jobid
|
2024-02-19 23:56:17 +08:00 |
stash.lua
|
feat(git): lua completion for sub command
|
2024-12-17 17:50:28 +08:00 |
status.lua
|
feat(git): check buf is valid before setline
|
2024-03-08 23:56:30 +08:00 |
tag.lua
|
fix(git): complete tags only after -d opt
|
2024-12-22 15:15:14 +08:00 |
update-index.lua
|
feat(github): add ci files
|
2024-07-08 22:04:38 +08:00 |