Commit Graph

139 Commits

Author SHA1 Message Date
Dheepak Krishnamurthy
68407ff60c Update README.md 2022-04-15 10:04:02 -06:00
Dheepak Krishnamurthy
ca8ea75e5a docs: Update README.md 2022-03-06 13:53:25 -07:00
Dheepak Krishnamurthy
ef42be423d docs: Update README.md 2022-03-06 13:48:42 -07:00
Dheepak Krishnamurthy
aab183099b Merge pull request #56 from thefux/master
Telescope Plugin
2022-03-06 13:44:52 -07:00
Dheepak Krishnamurthy
7ea7390d5d docs: Update README.md 2022-03-06 13:42:56 -07:00
thefux
024dd000f2 Update README.md 2022-03-06 20:30:29 +01:00
thefux
a13571d4c1 update readme 2022-03-06 17:59:35 +01:00
thefux
da9bafc2f0 clean up and add some ducumentation 2022-03-06 15:05:18 +01:00
thefux
b419f3e8d1 small refactoring 2022-03-06 11:18:41 +01:00
Dheepak Krishnamurthy
1eeefac382 Merge pull request #55 from Isos9/master
add vim checktime cmd to refresh buffers on lazygit exit
2022-03-05 23:13:33 -07:00
Sébastien
ba2645c728 add vim checktime cmd to refresh buffers on lazygit exit 2022-03-06 00:46:01 -04:00
thefux
eb880dcd4d update current working dir manually after selecting a repo 2022-03-01 21:37:45 +01:00
thefux
cd54911788 update plugin 2022-02-22 22:23:50 +01:00
Dheepak Krishnamurthy
9bceeab976 Merge pull request #54 from thefux/fix-repos-recognition
fix repo recognition & add telescope support
2022-02-21 12:48:30 -07:00
thefux
09d1598182 add fix 2022-02-21 20:38:39 +01:00
thefux
5e121d88da clean up 2022-02-21 20:27:36 +01:00
thefux
4b3f42514b update telescope plugin 2022-02-20 20:54:47 +01:00
thefux
7a41db2131 add telescope extension ^& small refactoring (still not done) 2022-02-11 22:16:12 +01:00
Dheepak Krishnamurthy
2ee9f4d0fc Merge pull request #51 from TheBlob42/master
fix: improve git commit message via nvr
2022-01-15 02:08:23 -07:00
Dheepak Krishnamurthy
56e71f5cda Merge pull request #49 from Avimitin/fix-submodule
refactor: delete the wrong and useless path check
2022-01-15 02:06:18 -07:00
tobias.voelzel
4c33a74098 fix: improve git commit message via nvr
Switch to the BufUnload event for reopening LazyGit window, so that the
user can switch windows before submitting his commit message.
2022-01-14 08:24:50 +01:00
Dheepak Krishnamurthy
95f223c843 Merge pull request #50 from Avimitin/fix-config-path
refactor: update the config file path
2022-01-04 16:44:54 -07:00
Avimitin
4495d351ed refactor: update the config file path
The config file path had been updated in
03b9db5e0a

Signed-off-by: Avimitin <avimitin@gmail.com>
2022-01-04 16:52:25 +08:00
Avimitin
133ed492da refactor: delete the wrong and useless path check
The file path check is incorrect. It gives the main repository path to
lazygit, not the submodule path. Lazygit itself can do well for the
path-checking job, so just let lazygit deal with it.

Symlink check functionality is kept.

Signed-off-by: Avimitin <avimitin@gmail.com>
2022-01-04 15:46:44 +08:00
Dheepak Krishnamurthy
497ef5578e Merge pull request #48 from UzimakiNaruto/fix-git-rev-not-in-a-git-repo
Fix git rev path check when execute not in a git repo
2021-11-21 07:10:22 -07:00
f
18d121833b vim.fn.isdirectory(..) return 0/1 2021-11-21 14:09:52 +08:00
f
940495546f fix: to check path exists. lazygit -g "notExistPath" will error: *fs.PathError stat /xxxxxx/.git/: no such file or directory 2021-11-21 13:12:22 +08:00
f
148d19ca7a fix: git rev-parse --show-superproject-working-tree return fatal: not a git repository (or any of the parent directories): .git when execute not in a git repo 2021-11-21 10:51:23 +08:00
Dheepak Krishnamurthy
bcd111df61 Change mkdir to take p as argument
This allows creating a nested folder if it doesn't exist
2021-10-31 14:12:16 -06:00
Dheepak Krishnamurthy
b1ebb53902 Merge pull request #44 from rsheasby/patch-1
Close #28
2021-08-07 14:27:39 -06:00
Ryan David Sheasby
17363d8200 Close #28 2021-08-07 22:25:59 +02:00
Dheepak Krishnamurthy
c1840692c1 Merge pull request #42 from Nazeehe/win32_fix
fix lazygit launching on Windows
2021-07-21 13:09:21 -06:00
Nazeeh ElDirghami
44e8531147 fix lazygit launching on Windows 2021-07-21 10:36:28 -07:00
Dheepak Krishnamurthy
3dc36a8227 Merge pull request #39 from kdheepak/fix-shell-not-reverting
Fix shell not reverting to oldshell
2021-07-14 14:00:30 -06:00
Dheepak Krishnamurthy
08920a3288 Fix shell not reverting to oldshell 2021-07-14 14:00:04 -06:00
Dheepak Krishnamurthy
d3f6a7f629 Update README.md 2021-07-12 23:20:01 -06:00
Dheepak Krishnamurthy
622d867706 Update README.md 2021-07-07 21:42:42 -06:00
Dheepak Krishnamurthy
52b911aed6 Fix buffer existing bug 2021-07-07 21:38:54 -06:00
Dheepak Krishnamurthy
480e1c1c05 Format files 2021-07-07 21:37:27 -06:00
Dheepak Krishnamurthy
e8611a38ba Merge pull request #26 from kdheepak/bug/support-fish-shell
Support fish shell
2021-07-07 21:33:52 -06:00
Dheepak Krishnamurthy
9a2e5a3241 Merge branch 'master' into bug/support-fish-shell 2021-07-07 21:33:45 -06:00
Dheepak Krishnamurthy
acc383d1ea Fix submodule bug 2021-05-10 00:38:27 -06:00
Dheepak Krishnamurthy
fb5ab7d26a Merge pull request #37 from jdelkins/master
Add option to use plenary.nvim to manage floating window
2021-03-25 15:38:09 -06:00
Dheepak Krishnamurthy
cb20b05ca7 Update MINRC 2021-03-25 15:34:45 -06:00
Dheepak Krishnamurthy
917bc0a555 Remove print 2021-03-24 19:16:12 -06:00
Dheepak Krishnamurthy
5787f9b3da Add double quotes 2021-03-24 19:15:34 -06:00
Dheepak Krishnamurthy
854b6738f1 Add fn.exepath(cmd) 2021-03-24 19:07:24 -06:00
Joel D. Elkins
e0b272f771 Add option to use plenary.nvim to manage floating window 2021-03-24 17:32:57 -05:00
Dheepak Krishnamurthy
964018207e Merge pull request #36 from jdelkins/master 2021-03-24 15:42:29 -06:00
Joel D. Elkins
3a8fb14119 fnameescape path before calling lazygit 2021-03-24 16:33:44 -05:00