Commit Graph

107 Commits

Author SHA1 Message Date
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
Dheepak Krishnamurthy
9de03ca045 Merge pull request #31 from jdelkins/check_git_env_vars
Don't use -p if GIT_DIR or GIT_WORK_TREE are set
2021-01-21 11:35:28 -07:00
Joel D. Elkins
7672859d9c Don't use -p if GIT_DIR or GIT_WORK_TREE are set
Setting `-p <path>` is the same as setting `-w <path> -g <path>/.git/`,
but this eliminates the possibility that the git dir could be outside of
the work tree, or else named something besides `.git`. Use case for me
is my configuration files are VC'ed in a git repo, and checked out into
`$HOME` (the work tree). The repo is a bare repo elsewhere.
2021-01-21 12:27:02 -06:00
Dheepak Krishnamurthy
0ab2f764ec Merge pull request #27 from Mike325/nvr
Check nvr exists
2021-01-21 11:11:58 -07:00
Mike
a5f23fd2db Check nvr exists 2020-11-05 18:54:50 +00:00
Dheepak Krishnamurthy
df7ba07b0f Support fish shell 2020-10-28 03:52:22 -06:00
Dheepak Krishnamurthy
ddc9bffe0f Update README.md 2020-10-16 09:12:07 -06:00
Dheepak Krishnamurthy
f44a34dafc Update README.md 2020-10-16 09:11:33 -06:00
Dheepak Krishnamurthy
b800fc3476 Update README.md 2020-10-16 09:10:06 -06:00
Dheepak Krishnamurthy
ec82fe4084 Merge pull request #24 from smartding/add_popup_corner_chars
Add option to customize popup window corners
2020-10-16 09:07:17 -06:00
Yiqun Ding
db6ecf4acc Add option to customize popup window corners
The default corners are round and may not look so good with some
font, add this option g.lazygit_floating_window_corner_chars to
allow user to customize the corner characters.
2020-10-16 21:32:59 +08:00
Dheepak Krishnamurthy
2e7b9e7e98 Add check to see if g:lazygit_opened exists 2020-08-13 09:54:42 -06:00
Dheepak Krishnamurthy
66874bd5f6 Fix variables 2020-08-09 20:18:41 -06:00
Dheepak Krishnamurthy
4c337c8b12 Make LazyGitConfig work 2020-08-09 19:50:06 -06:00
Dheepak Krishnamurthy
52689d49bc Update README.md 2020-08-02 09:47:22 -06:00
Dheepak Krishnamurthy
183258e561 Merge pull request #21 from kdheepak/kd/fix-lazygit-vim-fugitive-conflict
Fix lazygit vim fugitive conflict
2020-08-02 09:45:40 -06:00
Dheepak Krishnamurthy
29f696d0ef Change setglobal to let 2020-08-02 09:39:25 -06:00
Dheepak Krishnamurthy
e72454e244 Fix lazygit vim fugitive conflict 2020-08-02 09:16:16 -06:00
Dheepak Krishnamurthy
5b1e22d967 Update README.md 2020-07-18 23:36:01 -06:00
Dheepak Krishnamurthy
e06aa846e3 Update README.md 2020-07-18 23:34:54 -06:00
Dheepak Krishnamurthy
1d2901f710 Rename the autogroup 2020-07-18 22:02:36 -06:00
Dheepak Krishnamurthy
70b7509e12 Update README.md 2020-07-18 21:54:51 -06:00
Dheepak Krishnamurthy
03c452202a Update README.md 2020-07-18 21:52:42 -06:00
Dheepak Krishnamurthy
829771f33f Add g:lazygit_use_neovim_remote option and update README.md 2020-07-18 21:50:14 -06:00
Dheepak Krishnamurthy
e898593e34 Update README.md 2020-07-18 21:26:29 -06:00
Dheepak Krishnamurthy
15a736cac9 Merge pull request #17 from kdheepak/kd/make-nvr-compatible 2020-07-18 21:09:07 -06:00
Dheepak Krishnamurthy
56225a9546 Make plugin work as expected when using nvr 2020-07-18 20:54:44 -06:00
Dheepak Krishnamurthy
a928e95455 Merge pull request #16 from kdheepak/kd/change-floating-window-persistence 2020-07-18 17:15:39 -06:00
Dheepak Krishnamurthy
259c208771 Fix startify issue 2020-07-18 17:12:48 -06:00
Dheepak Krishnamurthy
e3aac4d907 Make buffer persistent 2020-07-18 17:03:06 -06:00
Dheepak Krishnamurthy
719c4ca2c1 Make buffer unlisted 2020-07-18 11:04:46 -06:00
Dheepak Krishnamurthy
f9ed4db2f5 Use global file_buffer 2020-07-18 10:50:34 -06:00
Dheepak Krishnamurthy
2d4d0e7b01 Add function for git_editor_prefix 2020-07-18 10:46:59 -06:00