summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Collapse)Author
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-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-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-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-02-01Add shared function for loading map of custom colorsMatt Cles
2022-02-01Add configurable colors for branch prefixesMatt Cles
Branches can now be colored based on their prefix, if it matches a user defined prefix in the config file. If no user defined prefix matches, then it will fallback to the defaults: green for 'feature', yellow for 'bugfix', and red for 'hotfix'. All remaining branches will be set to the default text color.
2022-01-29generate snapshot for expected dir in separate tmp dirJesse Duffield
2022-01-29add submodule integration testsJesse Duffield
2022-01-29simplify submodule removeJesse Duffield
2022-01-28ensure stash panel refreshesJesse Duffield
2022-01-27stop retrying due to index lock for nowJesse Duffield
2022-01-27better locking of merge panel stateJesse Duffield
2022-01-26show only merge conflict files when there are merge conflictsJesse Duffield
2022-01-26select current bisect commit even if bisect was started on another branchJesse Duffield
2022-01-26fix panic on rebaseJesse Duffield
2022-01-26add another bisect integration testJesse Duffield
2022-01-26better rendering of bisect markets in commits panelJesse Duffield
2022-01-26only show commits from start ref if bad commit is reachable from thereJesse Duffield
2022-01-26add a file close that was missedJesse Duffield
2022-01-26improve merge conflict flowJesse Duffield
2022-01-26fix reflog failing to properly refreshJesse Duffield
2022-01-26Fixed the issue with lintingglendsoza
2022-01-26Changes as per reviewglendsoza
2022-01-26Changes as per reviewglendsoza
2022-01-26ISSUE 1706: Ask confirmation before reverting a commitglendsoza
2022-01-25run go fmtMikael Elkiaer
2022-01-25fixed indentation by swapping spaces for tabsMikael Elkiaer
2022-01-25add tests specific for URL escaping in PRsMikael Elkiaer
2022-01-25update unit tests not expecting url escapingMikael Elkiaer
2022-01-25add URL encoding in pull request branch namesMikael Elkiaer
2022-01-24stop skipping stash warningsJesse Duffield
2022-01-24always refresh after stash actionJesse Duffield
2022-01-22exclude interactive rebase TODO commits from commit graphJesse Duffield
2022-01-22properly resolve cyclic dependencyJesse Duffield