summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-03-17controller for viewing sub commitsJesse Duffield
2022-03-17rename OSCommand field to osJesse Duffield
2022-03-17refactor contextsJesse Duffield
2022-03-17working againJesse Duffield
2022-03-17more refactoringJesse Duffield
2022-03-17add global controllerJesse Duffield
2022-03-17refactor keybindingsJesse Duffield
2022-03-17no more indirectionJesse Duffield
2022-03-17resetting controllers on new repoJesse Duffield
2022-03-17fix integration testJesse Duffield
2022-03-17fix suggestions panelJesse Duffield
2022-03-17some more refactoringJesse Duffield
2022-03-17pretty sure we can rely on our views existing before our contexts doJesse Duffield
2022-03-17fix lintingJesse Duffield
2022-03-17move commit files context into new structureJesse Duffield
2022-03-17move more view model logic into the files view modelJesse Duffield
2022-03-17migrate files context to new structureJesse Duffield
2022-03-17cleaning upJesse Duffield
2022-03-17moving more into controllers packageJesse Duffield
2022-03-17no need to invoke sync controller hereJesse Duffield
2022-03-17always fast forwardJesse Duffield
2022-03-17remove redundant popup checksJesse Duffield
2022-03-17move helpers into their own structJesse Duffield
2022-03-17standardise namingJesse Duffield
2022-03-17add actions abstractionJesse Duffield
2022-03-17move all refresh code into the one fileJesse Duffield
2022-03-17move context keys into context packageJesse Duffield
2022-03-17refactor contexts codeJesse Duffield
2022-03-17avoid deadlockJesse Duffield
2022-03-17use type switch instead of type keyJesse 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-17rename fieldJesse Duffield
2022-03-17Only read env once when recording dirsDavid Roman
2022-03-17Record current directory on switchDavid Roman
2022-03-17Update README.mdJesse Duffield
2022-03-17allow skipping confirmation prompt after opening subprocessv0.34Ram Bhosale
2022-03-16fix testsJesse Duffield
2022-03-16refactor: 💡 Use new approach introduced via #1637tiwood
fix: 🐛 The root URI for Azure DevOps repositories contains _git refactor so that we don't have conditional logic based on service definition no need for this commend anymore add comment Fixed RegEx for HTTP remote git URL Added Tests pretty sure we can do this safely
2022-03-16docs: Let 'Tag' badge in README.md link to Github 'Releases' pageMoritz Haase
Clicking the badge that shows the current tag (i.e. release) will now direct you to the 'Releases' page.
2022-03-16docs: Remove 'GolangCI' badge from README.mdMoritz Haase
The service has apparently closed down some time ago. See: https://medium.com/golangci/golangci-com-is-closing-d1fc1bd30e0e
2022-03-16Use editFileAtLine method for line by line panelFrancisco Miamoto
2022-03-16open code in existing windowJesse Duffield
2022-03-16more explicitJesse Duffield
2022-03-16Support line offset for most common editors by defaultLuka Markušić
2022-03-16ignore current user language when generating cheatsheetsJesse Duffield
2022-03-16Just spotted some small typos in NL translationAkash Soedamah
I'm learning the LazyGit keybindings right now
2022-03-16Add unstagedChangesColor config optionDaniel Kiss
2022-03-15docs: Update 'VS Code launch configuration' in contribution guideMoritz Haase
To simplify debugging via VS Code, add '--debug' argument to example launch configuration. Also, reword the hint regarding the 'console' key slightly. It has apparently been available for a long time in stable releases and is also listed in the documentation. It is however, still marked as an experimental feature, even in the current release v1.65.2. See: https://code.visualstudio.com/updates/v1_5#_launch-debug-target-in-integrated-terminal See: https://code.visualstudio.com/Docs/editor/debugging#_launchjson-attributes