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

1306 Commits

Author SHA1 Message Date
f704707d29 stream output from certain git commands in command log panel 2021-10-30 18:26:06 +11:00
01d82749b1 fix commit message prefix thingo 2021-10-25 22:40:15 +00:00
3eb124c732 easier hiding of command log 2021-10-23 12:54:57 +11:00
ef544e6ce9 add more suggestions 2021-10-23 12:29:52 +11:00
629494144f show suggestions when typing in an origin 2021-10-23 12:29:52 +11:00
b6a5e9d615 use cached git config 2021-10-23 10:26:47 +11:00
5df0475612 Add variable to simplify JumpToBlock keybinding
This removes the magic '5' and instead uses the number of windows.
2021-10-22 22:38:26 +11:00
f6e316dfe5 Improve JumpToBlock keybinding functionality
Improve experience when yaml file has != 5 keybindings and change view
helper to use the length of the array instead of hardcoded value.
2021-10-22 22:38:26 +11:00
91e8765d9c Add JumpToBlock keybinding
This should allow users to decide their own keybinding for jumping
between blocks/panels.
E.g. A user could choose 5-9 instead of 1-5.
2021-10-22 22:38:26 +11:00
80a8e9b04d fix merge conflict scrolling 2021-10-22 22:16:52 +11:00
2008c39516 add tests for dealing with remotes 2021-10-22 21:33:17 +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
ca7252ef8e suggest files when picking a path to filter on
async fetching of suggestions

remove limit

cache the trie for future use

more

more
2021-10-19 09:02:42 +11:00
a05f22efa2 support home/end keys in editors 2021-10-17 20:14:31 +11:00
c0cd9dd835 stop opening suggestions tab when no suggestions present 2021-10-17 20:05:09 +11:00
305f211615 surface error when trying to set upstream 2021-10-17 09:00:08 +00:00
d672b7342f stop resetting scroll all the time 2021-10-17 19:45:57 +11:00
e7c27b6f4a small fixes 2021-10-17 06:41:21 +00:00
345c90ac05 fix editor 2021-10-17 04:17:59 +00: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
3621084096 small changes 2021-10-16 12:22:34 +11:00
d02e52989e small changes 2021-10-16 12:22:34 +11:00
913a2fd065 Allow having multiple config files 2021-10-16 12:22:34 +11:00
c5f7ad5adb Make cherry pick commit color customisable
Two new settings in the config, which allow the cherry picked
foreground and background to be custom colors.

Issue #856
2021-09-30 01:26:05 +10:00
ab0117c416 fix some encodings 2021-09-27 19:58:24 +10:00
652c97d239 honour options menu press 2021-09-27 19:41:38 +10:00
66d0fd2133 Format code to pass lint 2021-09-16 21:38:43 +08:00
57f7051590 Fix deletion of unmerged branches in languages other than English 2021-09-04 21:01:38 +09:00
c1d2aa61f3 Fix misspells 2021-09-01 22:51:24 +02:00
63072af5bc allow user to configure the gui language 2021-08-30 09:12:29 +10:00
44d08edfb0 Address feedback 2021-08-25 22:23:55 +10:00
f08fdb2873 Minor refactor 2021-08-25 22:23:55 +10:00
df4eb70ba2 Fix translations 2021-08-25 22:23:55 +10:00
6ca42ff720 Fix pick all hunks 2021-08-25 22:23:55 +10:00
a533f8e1a5 simplify merge panel logic 2021-08-25 22:23:55 +10:00
cf8ded0b79 add mergeConflict#hasAncestor 2021-08-25 22:23:55 +10:00
73548fa15f Fix conflict resolution 2021-08-25 22:23:55 +10:00
a0e7604f61 Support git config merge.conflictStyle diff3 2021-08-25 22:23:55 +10:00
711bd5a670 Lint 2021-08-25 20:13:50 +10:00
6b68f4f25d Update as per review and add tests 2021-08-25 20:13:50 +10:00
89ee0a1dee Move field names to translation 2021-08-25 20:13:50 +10:00
2dc6f5f079 Implement state filtering for commit files 2021-08-25 20:13:50 +10:00
487ad196a7 Merge pull request #1413 from Ryooooooga/feature/edit-line
Make os.editCommand customizable using template
2021-08-23 10:15:38 +02:00
0af0e66586 Fix panic in merge conflict 2021-08-21 18:34:30 +09:00
e58376f9f7 add tests for TemplateFuncMapAddColors 2021-08-09 21:09:52 +02:00
e8e4fa5957 Add color functions to templates funcMaps 2021-08-09 11:52:00 +01:00
b5d8849c06 Support match colors in labelFormat entry in menuFromCommand prompts 2021-08-07 16:06:36 +01:00
5d1a9639b6 Merge pull request #1416 from FoamScience/feature_menuOptions 2021-08-07 15:24:42 +02:00