summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
AgeCommit message (Collapse)Author
2022-05-01allow copying commit author to clipboardJesse Duffield
2022-04-18better upstream changes presentationJesse Duffield
2022-03-28pkg/gui: Show notification popup when update was successfulMoritz Haase
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-28i18n: Make user-facing strings in the updater translatableMoritz Haase
Convert a number of static (english) user-facing string in the updater code to translatable ones.
2022-03-27fix copy for merge confirmationJesse Duffield
2022-03-27refactor menu contextJesse Duffield
2022-03-26update cheatsheetJesse Duffield
2022-03-26show namesake for child viewsJesse Duffield
2022-03-26support viewing commits of reflog entry and show better view titleJesse Duffield
2022-03-26add basic commits controller for handling actions that apply to all commit ↵Jesse Duffield
contexts
2022-03-26Add copy commit attributes optionLuka Markušić
2022-03-26Update chinese.goCrystal-RainSlide
2022-03-24add gone branches statusJesse Duffield
2022-03-24add confirmation before performing undo or redo actionJesse Duffield
2022-03-23safe rewordJesse Duffield
2022-03-23allow adding whole diff to patchJesse Duffield
this was causing a panic add integration test for toggling all commit files
2022-03-17refactor credential handlingJesse Duffield
2022-03-17include stash in commitish controllerJesse Duffield
2022-03-17fix some thingsJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
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-17start refactoring guiJesse Duffield
2022-03-16Just spotted some small typos in NL translationAkash Soedamah
I'm learning the LazyGit keybindings right now
2022-02-02fix & polish Chinese intro messageBlair Noctis
- 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-01-29simplify submodule removeJesse Duffield
2022-01-26improve merge conflict flowJesse Duffield
2022-01-26Changes as per reviewglendsoza
2022-01-26ISSUE 1706: Ask confirmation before reverting a commitglendsoza
2022-01-22add support for git bisectJesse Duffield
2022-01-15always specify upstream when pushing/pullingJesse Duffield
2022-01-15avoid deadlock in merge panelJesse Duffield
2022-01-09allow rewording old commitsJesse Duffield
2022-01-09start breaking up git structJesse Duffield
2022-01-07fix some thingsJesse Duffield
2022-01-07refactorJesse Duffield
2021-12-29refactor to rename pull_request to hosting_service and apply SRPJesse Duffield
2021-12-29allow opening a commit in the browserJesse Duffield
2021-12-26update translations to match conventionsFrancisco Miamoto
2021-12-26support creating annotated tagsFrancisco Miamoto
2021-12-25Use "reword" for amending a commit message everywherejustinsb
We were inconsistent about "rename" vs "reword" for commits. reword is the term used in git itself (for example, in rebase).
2021-12-25wrap branch names in quotesChris Burgin
2021-12-06more efficient context diff size changingJesse Duffield
2021-12-06Add a menu entry and keybinding to `{` for decreasing the context sizeDerTeta
2021-12-06Add a menu item and keybinding to `}` to increase the context sizeDerTeta
2021-11-16fix chinese translateblack_desk
2021-11-05add menu options for log stuffJesse Duffield
2021-11-05support scrolling left and rightJesse Duffield
2021-11-01support aborting a merge or rebase with escJesse Duffield
2021-10-30stream output from certain git commands in command log panelJesse Duffield
2021-10-23easier hiding of command logv0.30Jesse Duffield
2021-10-23add more suggestionsJesse Duffield