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

1149 Commits

Author SHA1 Message Date
547e0153ec stash and tags loaders 2022-01-04 09:07:15 +11:00
44b6d26b10 move remotes loader into loaders package 2022-01-04 09:07:15 +11:00
d69ce7a529 move reflog commit loader into loaders package 2022-01-04 09:07:15 +11:00
9b2b0fc122 WIP 2022-01-04 09:07:15 +11:00
96c2887fd0 WIP 2022-01-04 09:07:15 +11:00
66e840bc3f more refactoring 2022-01-04 09:07:15 +11:00
5b35724243 WIP 2022-01-04 09:07:15 +11:00
b028f37ba8 updating specs 2022-01-04 09:07:15 +11:00
1fc0d786ae better typing for rebase mode 2022-01-04 09:07:15 +11:00
9d4ff6b465 fix logging 2022-01-04 09:07:15 +11:00
95f4ceea34 refactor 2022-01-04 09:07:15 +11:00
43a4fa970d WIP 2022-01-04 09:07:15 +11:00
192a548c99 refactoring the config struct 2022-01-04 09:07:15 +11:00
03b946cc8f no more config in git command struct 2022-01-04 09:07:15 +11:00
18ab086126 introduce Common struct for passing around common stuff 2022-01-04 09:07:15 +11:00
b4c078d565 WIP 2022-01-04 09:07:15 +11:00
9ef65574db refactor to rename pull_request to hosting_service and apply SRP 2021-12-29 09:01:06 +11:00
f89747451a allow opening a commit in the browser 2021-12-29 09:01:06 +11:00
3e58797096 show tag menu for creation on tags tab 2021-12-26 17:08:31 +11:00
b1d6ccddfb support creating annotated tags 2021-12-26 17:08:31 +11:00
4df003cc44 handle ssh protocol 2021-12-26 17:05:05 +11:00
d9db5ccfbe refactor to use regex for matching git service URL 2021-12-26 16:48:23 +11:00
089e3bf4fe change branch regex to only grab the first remote on each line of branch command 2021-12-23 19:30:47 +11:00
1996eddd91 more efficient context diff size changing 2021-12-06 22:37:28 +11:00
c99d373e13 Use DiffContextSize in ShowStashEntryCmdStr 2021-12-06 22:37:28 +11:00
ecfafb6fbe Use DiffContextSize in ShowCmdStr 2021-12-06 22:37:28 +11:00
14d9e776be Use DiffContextSize in ShowFileDiffStr 2021-12-06 22:37:28 +11:00
ca88620e8f Use DiffContextSize in WorkTreeFileDiffCmdStr 2021-12-06 22:37:28 +11:00
ccd80a0e4b add menu options for log stuff 2021-11-05 07:58:21 +11:00
f6ec7babf5 add some config 2021-11-05 07:58:21 +11:00
802cfb1a04 render commit graph 2021-11-05 07:58:21 +11:00
5df0fe0765 fix crash 2021-10-30 18:26:06 +11:00
c96496c3a7 show author info in rebase commits 2021-10-30 18:26:06 +11:00
f704707d29 stream output from certain git commands in command log panel 2021-10-30 18:26:06 +11:00
b6a5e9d615 use cached git config 2021-10-23 10:26:47 +11:00
6388af70ac simplify pull logic 2021-10-22 21:33:17 +11:00
5ee559b896 fix issue where upstream origin and branch were quoted together
fix issue where upstream origin and branch were quoted together
2021-10-20 09:29:17 +11:00
40bc3aa5a9 Improve backward compatibility 2021-10-18 22:44:01 +09:00
7564e506b5 Enable/disable os specific tests at compile time 2021-10-17 11:00:20 +11:00
1e50764b4d Fix tests 2021-10-17 11:00:20 +11:00
4171b7613c Use replacer 2021-10-16 22:40:50 +11:00
92f03a7872 Escape special characters 2021-10-16 22:40:50 +11:00
2dc8396deb Fix test 2021-10-16 22:40:50 +11:00
7b615e3186 Fix open link command in Windows 2021-10-16 22:40:50 +11:00
87e9d9bdc2 minor changes 2021-10-16 21:18:43 +11:00
b6454755ca copy selected text to clipboard 2021-10-16 21:18:43 +11:00
154b6b09cb Quote ref names and branches 2021-10-09 12:55:00 +09:00
292b780bd8 Quote branch names and remote names 2021-10-08 18:36:05 +09:00
e19b4fe369 Fix git-remote commands 2021-10-06 23:20:19 +09:00
eb7531b206 Fix error prompt when new tag name starts with '--' 2021-10-06 22:57:02 +09:00