1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00
Commit Graph

122 Commits

Author SHA1 Message Date
Eric Wong
b33626c63b fix(git): make error message clear 2024-02-23 14:32:04 +08:00
Eric Wong
870f8fee96 fix(git): fix git log command 2024-02-23 13:32:10 +08:00
Eric Wong
b2651ab24a perf(git): open remote branch log in new tab 2024-02-23 13:30:57 +08:00
Eric Wong
8077f78d13 fix(git): fix wrong branch name 2024-02-23 13:27:50 +08:00
Eric Wong
f791f5bbd8 fix(git): fix wrong remote line number 2024-02-23 13:26:54 +08:00
Eric Wong
42ed861445 feat(git): make <Cr> show git log in remote manager 2024-02-23 13:21:12 +08:00
wsdjeg
44f0cea649 feat(git): add git remote manager 2024-02-21 17:03:50 +08:00
wsdjeg
5e6065380f fix(git): rename cherry_pick to cherry-pick 2024-02-20 17:06:48 +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
wsdjeg
2dc6512397 fix(git.vim): fix plog_jobid 2024-02-19 23:56:17 +08:00
wsdjeg
85968ea1cc fix(shortlog): fix :Git shortlog command 2024-02-19 23:52:26 +08:00
wsdjeg
133c24ab5f feat(git.vim): add :Git shortlog command 2024-02-19 23:18:55 +08:00
Eric Wong
70b949a35d
feat(git): add :Git blame 2023-09-13 16:47:04 +08:00
wsdjeg
7ce5d8b0b9 feat(git): add :Git rm command 2023-08-09 00:03:38 +08:00
wsdjeg
d3478808e8 feat(git): add :Git reset command 2023-08-07 22:39:31 +08:00
Eric Wong
c90dc3f00c
docs(roadmap): update roadmap and todos 2023-08-07 22:28:28 +08:00
wsdjeg
dcb0b64972 feat(git): add :Git cherry-pick command 2023-08-06 22:56:56 +08:00
wsdjeg
db6ee22450 feat(git): add :Git fetch command 2023-08-05 22:31:52 +08:00
wsdjeg
193be7387f perf(git): update GitGutter status 2023-08-05 22:31:52 +08:00
wsdjeg
9dda2491af perf(git): display stderr on exit 2023-08-05 22:31:52 +08:00
wsdjeg
f2f7c8dcc0 feat(git): add :Git mv command 2023-08-05 22:31:52 +08:00
wsdjeg
88b0ac5dbb feat(git): add :Git clean command 2023-08-05 22:31:52 +08:00
wsdjeg
fc65ca508d perf(notify): change notify borderchars 2023-08-05 22:31:52 +08:00
wsdjeg
88b49c0089 feat(git): add :Git remote for git.lua 2023-08-05 22:31:52 +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
Eric Wong
8a7ec45818
Release v2.2.0 2023-07-05 11:50:23 +08:00
wsdjeg
8f8c0838ff chore(bundle): only load default rtp 2023-07-02 17:41:11 +08:00
wsdjeg
23d331d39c perf(git.vim): add test vimrc 2023-07-02 14:00:13 +08:00
wsdjeg
a8d4a7392d perf(git): use notify api for Git pull 2023-06-17 12:52:19 +08:00
wsdjeg
763045513d ci(bundle): detach git.vim 2023-04-29 22:29:21 +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
c25c711d50 fix(tags): fix ctags/gtags exit function 2022-10-29 10:54:42 +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
Wang Shidong
6a9b01def5
Add lang#reason & lang#rescript layer (#4089) 2021-02-15 15:14:24 +08:00
Wang Shidong
c8753bc0ca
Add Git cherry-pick support (#4088) 2021-02-14 21:52:02 +08:00
Wang Shidong
a279122e0c
Improve Git branch manager (#4058) 2021-01-23 22:16:59 +08:00
Shidong Wang
25005c4a72 Change git log pretty format 2021-01-20 18:11:46 +08:00
Wang Shidong
f67a5928bd
Improve git.vim (#4033) 2021-01-02 18:15:08 +08:00