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

160 Commits

Author SHA1 Message Date
63072af5bc allow user to configure the gui language 2021-08-30 09:12:29 +10:00
e42e7e5cbd fix commit amend 2021-04-10 11:54:38 +10:00
20bdba15f6 amend reword test 2021-04-06 19:34:32 +10:00
eb54189683 support GIT_EDITOR 2021-04-01 20:40:02 +11:00
8af3fe3b4a faster startup 2021-04-01 09:13:29 +11:00
1183f68e19 better handling of refreshed files 2021-03-30 21:57:00 +11:00
da6fe01eca allow toggling on/off file tree mode 2021-03-30 21:57:00 +11:00
ad1468f66f better handling of discarding files 2021-03-20 12:46:27 +11:00
3d698cd7c1 Fix tests 2021-03-13 11:02:31 +11:00
78867647d1 remove go-gitconfig package 2021-02-08 14:40:30 -08:00
09f32d4f84 add secureexec file for getting around windows checking for a binary first in the current dir 2021-02-08 14:40:30 -08:00
4928d1d490 Visualize the commits for all branches 2020-11-28 19:19:47 +11:00
999e170f1d standardise how we read from the config 2020-11-28 10:45:30 +11:00
e05c41828c added tests and fixed bug found in tests 2020-11-25 08:41:22 +11:00
37bb89dac3 type i18n 2020-10-10 00:23:01 +11:00
4912205adb remove viper
WIP
2020-10-10 00:23:01 +11:00
6e076472b8 switch to fork of go-git 2020-10-06 21:58:41 +11:00
30b3478611 fix test 2020-10-02 08:09:42 +10:00
ce6f8ed1bc move models folder into commands folder 2020-09-29 20:48:49 +10:00
83748d78f8 fix tests 2020-09-29 20:48:49 +10:00
72af7e4177 factor out code from git.go 2020-09-29 20:48:49 +10:00
1759ddf247 move OS commands into their own package 2020-09-29 20:48:49 +10:00
91f0b0e28f move stash panel 2020-09-29 20:48:49 +10:00
8d2af5cc61 move file and submodule 2020-09-29 20:48:49 +10:00
630e446989 move commits model into models package 2020-09-29 20:48:49 +10:00
c87b2c02fa fix tests 2020-09-29 18:21:59 +10:00
97af7e677b support bare repositories 2020-09-29 17:42:07 +10:00
fe64f2f4c9 use --no-ext-diff flag for git diff 2020-09-26 11:03:38 +10:00
f99d5f74d4 drop merge commits when interactive rebasing just like git CLI 2020-08-27 21:51:07 +10:00
23432dd909 remove test 2020-08-23 14:29:18 +10:00
148f601bcb cleanup now that we're always using the same diff command 2020-08-23 14:29:18 +10:00
43d891b8d6 support creating patches from files in diff mode 2020-08-23 14:29:18 +10:00
2eee079d3a minor rename 2020-08-23 14:29:18 +10:00
609f3f4bfa rename Sha to parent now that we're also considering stash entries 2020-08-23 14:29:18 +10:00
2d90e1e8ee commit files kind of generalised 2020-08-23 14:29:18 +10:00
fcd5aea04e support multiple modes of git pull 2020-08-12 18:47:16 +10:00
660cc2f3d1 follow cursor when staging and unstaging a file rename 2020-08-07 18:59:56 +10:00
469ac116ef allow renames to be discarded 2020-08-07 18:01:26 +10:00
96f821b841 fix TestGitCommandCommit test
Signed-off-by: Randshot <randshot@norealm.xyz>
2020-07-15 09:41:16 +10:00
39a2122dc0 add quotes around the git commit command on non-windows systems
Signed-off-by: Randshot <randshot@norealm.xyz>
2020-07-14 08:26:53 +10:00
21e478dd59 fix 'Amend commit using gpg' test
Signed-off-by: Randshot <randshot@norealm.xyz>
2020-07-12 14:06:53 +10:00
d14fb36cb9 fix 'Commit using gpg' test
Signed-off-by: Randshot <randshot@norealm.xyz>
2020-07-12 14:06:53 +10:00
e921ba0910 Remove getLocalGitConfig 2020-07-10 18:55:00 +10:00
cb0bdd89c0 fix tests 2020-07-10 18:55:00 +10:00
b5404c6159 fix issue #640 add catCmd and OS-specific values
Add a catCmd to the Platform struct and set the value to "cat" for
non-windows builds and "type" for windows builds.
2020-04-27 19:14:18 +10:00
624ae45ebb allow scoped mode where the commits/reflog/stash panels are scoped to a file
WIP

restrict certain actions in scoped mode

WIP
2020-03-29 11:37:29 +11:00
814ee24c8d better error handling 2020-03-28 11:59:45 +11:00
e9051355a1 fix test 2020-03-28 11:59:45 +11:00
d1395b15bb use GIT_EDITOR 2020-03-27 19:26:14 +11:00
2d8ed5e274 *: update go-git import 2020-03-27 19:06:21 +11:00