7c573a5bea
Add command to reset the commit author from the commits panel.
2022-05-08 13:29:56 +10:00
f257740ea7
add tooltip view for showing menu item descriptions
2022-05-08 13:24:36 +10:00
d458e78d95
feat: add ability to edit hunk
2022-05-06 21:53:00 +09:00
0940e0182b
Merge pull request #1870 from mark2185/feature/stash-unstaged
2022-05-06 20:17:33 +10:00
f7fae0b82e
Merge pull request #1869 from mark2185/feature/unset-upstream
2022-05-06 20:14:13 +10:00
cda359fbc9
feat(i18n): japanese translation
2022-05-05 18:42:27 +09:00
4dd09ee0d5
allow copying commit author to clipboard
2022-05-01 14:14:29 +10:00
dfb293c985
better upstream changes presentation
2022-04-18 11:03:28 +10:00
1ae2dc9941
The four horsemen of stashing
2022-04-14 21:45:55 +02:00
f83308c8df
Add option to (un)set upstream for a local branch
2022-04-11 14:04:06 +02:00
6f7038c827
Add option to stash only unstaged files
2022-04-10 09:35:59 +02:00
f2fb6453a1
pkg/gui: Show notification popup when update was successful
...
Show a proper notification popup once an update has been installed successfully
so the user knows we're done (so far a popup is only shown if an error occurred).
The popup also reminds him to restart lazygit for the changes to take effect.
2022-03-28 09:13:34 +11:00
b7079634ee
i18n: Make user-facing strings in the updater translatable
...
Convert a number of static (english) user-facing string in the updater code to
translatable ones.
2022-03-28 09:13:34 +11:00
860d1e0145
fix copy for merge confirmation
2022-03-27 18:16:16 +11:00
f0a4dcfdc3
refactor menu context
2022-03-27 18:16:16 +11:00
51baa8c17d
update cheatsheet
2022-03-26 18:00:46 +11:00
ad7703df65
show namesake for child views
2022-03-26 18:00:46 +11:00
13b90ac37f
support viewing commits of reflog entry and show better view title
2022-03-26 18:00:46 +11:00
45dab51214
add basic commits controller for handling actions that apply to all commit contexts
2022-03-26 17:22:42 +11:00
540edb0bf4
Add copy commit attributes option
2022-03-26 17:22:42 +11:00
bbaa651943
Update chinese.go
2022-03-26 13:38:22 +11:00
dde30fa104
add gone branches status
2022-03-24 17:50:25 +11:00
f113ff21bf
add confirmation before performing undo or redo action
2022-03-24 09:45:27 +11:00
12ecd665c8
safe reword
2022-03-23 23:43:21 +11:00
cc5d13c833
allow adding whole diff to patch
...
this was causing a panic
add integration test for toggling all commit files
2022-03-23 23:36:58 +11:00
46e9946854
refactor credential handling
2022-03-17 19:13:40 +11:00
a643957f89
include stash in commitish controller
2022-03-17 19:13:40 +11:00
a2318d75b5
fix some things
2022-03-17 19:13:40 +11:00
1dd7307fde
start moving commit panel handlers into controller
...
more
and more
move rebase commit refreshing into existing abstraction
and more
and more
WIP
and more
handling clicks
properly fix merge conflicts
update cheatsheet
lots more preparation to start moving things into controllers
WIP
better typing
expand on remotes controller
moving more code into controllers
2022-03-17 19:13:40 +11:00
a90b6efded
start refactoring gui
2022-03-17 19:13:40 +11:00
7e6b43d13b
Just spotted some small typos in NL translation
...
I'm learning the LazyGit keybindings right now
2022-03-16 19:46:11 +11:00
471fe313d8
fix & polish Chinese intro message
...
- Fix first sentence of 3), #1756
- Use 你 instead of 您 to pose a closer feel, as fellow programmers
- Polish a little so it feels more natural
2022-02-02 18:59:15 +08:00
1b09674ce8
simplify submodule remove
2022-01-29 00:17:32 +11:00
c8cc18920f
improve merge conflict flow
2022-01-26 14:50:47 +11:00
0c6bdac2f7
Changes as per review
2022-01-26 09:04:12 +11:00
257e222f8d
ISSUE 1706: Ask confirmation before reverting a commit
2022-01-26 09:04:12 +11:00
4ab5e54139
add support for git bisect
2022-01-22 10:48:51 +11:00
1c84f77319
always specify upstream when pushing/pulling
2022-01-15 15:34:01 +11:00
8d8bdb948b
avoid deadlock in merge panel
2022-01-15 14:15:41 +11:00
0dfd02c42d
allow rewording old commits
2022-01-09 14:14:47 +11:00
f503ff1ecb
start breaking up git struct
2022-01-09 14:09:53 +11:00
93729ba61b
fix some things
2022-01-07 10:52:51 +11:00
91fe68576c
refactor
2022-01-07 10:52:51 +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
e7a005f44d
update translations to match conventions
2021-12-26 17:08:31 +11:00
b1d6ccddfb
support creating annotated tags
2021-12-26 17:08:31 +11:00
630de34bf2
Use "reword" for amending a commit message everywhere
...
We were inconsistent about "rename" vs "reword" for commits. reword
is the term used in git itself (for example, in rebase).
2021-12-25 22:34:41 +11:00
4f627e5d27
wrap branch names in quotes
2021-12-25 11:50:06 +11:00
1996eddd91
more efficient context diff size changing
2021-12-06 22:37:28 +11:00