Eric Wong
|
cbc3f5e50c
|
feat(git): complete :Git branch
|
2024-03-31 15:47:50 +08:00 |
|
Eric Wong
|
ec1f970f3f
|
feat(git): add :Git tag for vim
|
2024-03-24 13:46:51 +08:00 |
|
Eric Wong
|
de82bea37d
|
feat(git): add :Git grep command
|
2024-03-12 23:57:09 +08:00 |
|
Eric Wong
|
1c3e61b5c5
|
feat(git): rewrite :Git reflog in lua
|
2024-03-06 21:54:22 +08:00 |
|
Eric Wong
|
0559ad462d
|
feat(git): compete merge options
|
2024-03-04 20:19:11 +08:00 |
|
Eric Wong
|
e341ee2971
|
docs(todo): remove targed todos
|
2024-03-02 23:29:26 +08:00 |
|
Eric Wong
|
b9cc3e76e9
|
feat(git): add :Git tag command
|
2024-02-27 00:41:06 +08:00 |
|
Eric Wong
|
4c6a80d9a5
|
feat(git): quit git log win when it is last win
|
2024-02-25 21:25:02 +08:00 |
|
Eric Wong
|
89ddeb2497
|
chore(todo): add todo item for git log
|
2024-02-25 14:18:15 +08:00 |
|
wsdjeg
|
e4eaf08443
|
docs(git.vim): remove duplicate tag
|
2024-02-20 15:54:41 +08:00 |
|
wsdjeg
|
4f4a001ad4
|
feat(git.vim): complete shortlog command
|
2024-02-20 15:54:08 +08:00 |
|
Eric Wong
|
70b949a35d
|
feat(git): add :Git blame
|
2023-09-13 16:47:04 +08:00 |
|
Eric Wong
|
c90dc3f00c
|
docs(roadmap): update roadmap and todos
|
2023-08-07 22:28:28 +08:00 |
|
wsdjeg
|
f57c84f138
|
feat(git): implement git.lua
|
2023-08-05 22:31:52 +08:00 |
|
wsdjeg
|
cd2b5d3a36
|
perf(git): use notify api && redrawstatus
|
2023-07-10 22:06:57 +08:00 |
|
wsdjeg
|
a8d4a7392d
|
perf(git): use notify api for Git pull
|
2023-06-17 12:52:19 +08:00 |
|
wsdjeg
|
e993474498
|
fix(git): ignore remote message
ignore message when run git push
|
2023-04-25 00:02:01 +08:00 |
|
wsdjeg
|
6952502638
|
perf(git.vim): ignore remote info
|
2023-04-24 23:55:09 +08:00 |
|
wsdjeg
|
d6fad97fe7
|
fix(git): avoid repeated push
|
2023-04-22 23:14:54 +08:00 |
|
wsdjeg
|
e542809569
|
feat(git.vim): use derived logger if exists
|
2023-04-22 23:03:07 +08:00 |
|
wsdjeg
|
de3ec27729
|
chore(copyright): update copyright
|
2023-03-26 13:50:22 +08:00 |
|
wsdjeg
|
9b33d5b909
|
chore(copyright): update copyright
|
2023-03-26 13:44:47 +08:00 |
|
wsdjeg
|
e8f52d50c5
|
docs(git): add :h git-functions and :h git-branch
|
2022-11-20 12:04:36 +08:00 |
|
wsdjeg
|
e40635a035
|
fix(git): add clean.vim
|
2022-11-19 21:33:45 +08:00 |
|
wsdjeg
|
99e0262f12
|
feat(git): add :Git clean command
|
2022-11-19 21:17:12 +08:00 |
|
wsdjeg
|
814c9a6e3c
|
perf(git): use notify for Git add command
|
2022-10-29 10:11:34 +08:00 |
|
wsdjeg
|
265e276634
|
feat(git): use notify api for Git commit
|
2022-10-27 19:34:42 +08:00 |
|
wsdjeg
|
ed17f52bbb
|
fix(git): clear std_data when restart command
|
2022-10-27 00:50:24 +08:00 |
|
wsdjeg
|
6aa0877e0c
|
fix(git): fix Git push command
|
2022-10-27 00:48:44 +08:00 |
|
wsdjeg
|
f9c0889a3b
|
perf(git): use normal highlight for non-errors
|
2022-10-27 00:35:21 +08:00 |
|
wsdjeg
|
91fd3ad573
|
perf(git): use notify instead of echo
|
2022-10-27 00:27:02 +08:00 |
|
wsdjeg
|
ff2c5a4d6c
|
feat(git): use notify api to display error
`Git log` should not open log buffer for non-git repository files
|
2022-05-19 12:15:28 +08:00 |
|
wsdjeg
|
ba3d524c13
|
fix(git): use on_stdout callback instead of on_exit
close https://github.com/SpaceVim/SpaceVim/issues/4662
|
2022-05-19 12:06:33 +08:00 |
|
wsdjeg
|
86fd042764
|
pref(git): use stdout/stdin instead of .git\COMMIT_EDITMSG
|
2022-04-25 18:54:16 +08:00 |
|
wsdjeg
|
accc7b8dcd
|
fix(branch): fix on_exit_show_branch function
|
2022-04-22 21:08:40 +08:00 |
|
wsdjeg
|
cf719fae36
|
fix(git): fix branch info
|
2022-04-22 21:00:33 +08:00 |
|
wsdjeg
|
86d8ddefec
|
fix(branch): fix statusline branch info
|
2022-04-21 10:50:20 +08:00 |
|
wsdjeg
|
a276b8c1ab
|
feat(git): change git log regexp
|
2022-04-16 22:00:23 +08:00 |
|
wsdjeg
|
a6e14e1cfb
|
fix(git): fix git branch info
|
2022-04-15 23:56:31 +08:00 |
|
wsdjeg
|
0f623af900
|
fix(git): improve branch detection
close https://github.com/SpaceVim/SpaceVim/issues/4142
|
2022-04-15 23:45:50 +08:00 |
|
wsdjeg
|
592e0ec9ef
|
feat(git): add git_diff_position option
close https://github.com/SpaceVim/SpaceVim/issues/3360
|
2022-03-22 12:24:19 +08:00 |
|
wsdjeg
|
16a5c8caf2
|
chore(copyright): update copyright
|
2022-02-03 17:24:51 +08:00 |
|
Wang Shidong
|
d807b9bf8d
|
Update doc (#4425)
|
2021-08-27 10:25:02 +08:00 |
|
Wang Shidong
|
c151563bc1
|
Add Git remote command (#4371)
|
2021-08-08 20:20:21 +08:00 |
|
Wang Shidong
|
2d6bfd39a9
|
Improve notify api (#4355)
|
2021-08-06 19:19:00 +08:00 |
|
Wang Shidong
|
41c981e9c6
|
Fix Git mv options (#4353)
|
2021-08-04 18:47:16 +08:00 |
|
Wang Shidong
|
487f4fa543
|
Add Git mv command (#4350)
|
2021-08-04 12:13:28 +08:00 |
|
Wang Shidong
|
697fec62ea
|
Add Git rm command (#4347)
|
2021-08-01 13:30:23 +08:00 |
|
Wang Shidong
|
550d9d1f32
|
Fix branch detection (#4153)
|
2021-04-08 20:55:24 +08:00 |
|
Wang Shidong
|
1ca32fce79
|
Add task problem matcher (#4127)
|
2021-03-14 15:12:00 +08:00 |
|