1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-25 00:46:54 +02:00
Commit Graph

232 Commits

Author SHA1 Message Date
76a27f417f rename any commit 2019-02-18 21:29:43 +11:00
e011e9bc42 more work on rebasing feature 2019-02-16 21:01:17 +11:00
ad93b4c863 consider whether the view has focus when rendering the contents of a view 2019-02-16 15:17:44 +11:00
d967f65329 fix git tests 2019-02-16 11:24:47 +11:00
6430ab6ac9 Merge branch 'master' into feature/rebasing 2019-02-11 22:46:27 +11:00
cfe3605e6b use go-errors package to display stacktrace of errors that cause panics 2019-02-11 22:39:17 +11:00
3d343e9b57 Merge branch 'master' into feature/rebasing 2019-02-11 21:02:53 +11:00
3e24069722 pkg: Fix typo 2019-01-16 18:06:11 +11:00
0afffd03ca remove comment 2018-12-19 21:46:48 +11:00
800b40ecc4 Translated credentials error with git push/pull/fetch 2018-12-19 10:06:58 +01:00
7835fce708 fix tests 2018-12-18 22:40:36 +11:00
20a94447d7 explicitly return newlines to our live command stdin 2018-12-18 22:23:17 +11:00
c35255b7a9 set stderr ourselves so that we only read the error output if there is any 2018-12-18 21:25:49 +11:00
f5f726e9c4 A try to hide the password from the error output 2018-12-17 08:58:09 +01:00
4886b8350e always hide rather than delete the credentials view, and don't log on error in case there is a user password in the error 2018-12-16 17:28:04 +11:00
af26b5f3e0 Tried to fix circleci 2018-12-14 13:45:43 +01:00
70cd6700e7 Tried to fix circleci 2018-12-14 13:43:13 +01:00
d11f8989d9 Merge branch 'https-ask-for-username-password' of https://github.com/mjarkk/lazygit into https-ask-for-username-password 2018-12-14 13:40:40 +01:00
0fca27d022 Tried to fix circleci 2018-12-14 13:40:29 +01:00
255319e597 Merge branch 'master' into https-ask-for-username-password 2018-12-14 11:13:29 +01:00
5d038dfd33 Removed the wired error handling 2018-12-12 22:11:31 +01:00
0577d3b97f Removed the username / password savety check
This check is not realy needed because the change that it will show up a second time is so low that this is more work to check than the change it actualy might happen
2018-12-12 21:08:53 +01:00
a26c15dafa some fixes for issues around the credentials panel 2018-12-12 22:34:20 +11:00
9489a94473 Make merge panel its own panel 2018-12-11 22:02:12 +11:00
e0ff46fe53 more work on rebasing including visual indicators 2018-12-11 09:39:54 +11:00
7a7e885773 Added rebase support commands 2018-12-11 09:39:54 +11:00
670f0e37c7 Added rebase functions 2018-12-11 09:39:54 +11:00
822dc5dada Moved push-pullables status to the end 2018-12-11 09:38:33 +11:00
f14effe5f5 Worked and fixed a view comments 2018-12-09 13:04:19 +01:00
19a6a32625 Merge branch 'master' into https-ask-for-username-password 2018-12-08 16:41:39 +01:00
ff856b7630 fetching branches without checking out 2018-12-08 11:51:47 +11:00
99a8b1ae8b making a start on unidirectional data binding to fix these UI bugs 2018-12-08 11:51:47 +11:00
1b6d34e76a Merge branch 'master' into https-ask-for-username-password 2018-12-06 08:31:12 +01:00
3b51d7cd00 clean as well as reset (I'm hoping this is a good design decision) 2018-12-05 20:06:47 +11:00
66512ca253 use porcelain git rather than go-git for reset --hard HEAD because go-git takes over 5 seconds 2018-12-05 19:49:07 +11:00
c0f9795910 staging lines and hunks 2018-12-05 19:33:46 +11:00
658e5a9faf initial support for staging individual lines 2018-12-04 22:11:48 +11:00
2edd2b74ff Removed a lot of useless code 2018-12-02 14:58:18 +01:00
181f91d2ef Add full stops to new comments. 2018-11-30 13:47:14 +13:00
643cdd3461 Add simple comments to uncommented functions. 2018-11-30 11:04:08 +13:00
5c70d2724b Fix function comments with CodeLingo. 2018-11-28 15:31:22 +13:00
9da1382e09 Added credentials popup 2018-11-25 13:15:36 +01:00
b0eaf507a5 Merge branch 'master' into https-ask-for-username-password 2018-11-14 13:40:17 +01:00
448d9caf1b Fixed typo 2018-11-14 11:40:32 +01:00
0eb1e4a86b change how we build our list of branches to support detached heads 2018-11-14 21:19:12 +11:00
0c4c00c1bf Removed useless channel read 2018-11-14 11:14:31 +01:00
a5f483fae9 refactor obtaining current branch name 2018-11-14 19:08:42 +11:00
18a1070c2c Trying to fix circleci 2018-11-10 18:24:37 +01:00
9fafd7ebc1 Fixed case that a commit message will break git push 2018-11-10 18:10:53 +01:00
80c6e0a8c4 Fixed pushing forever 2018-11-10 17:02:39 +01:00