summaryrefslogtreecommitdiffstats
path: root/pkg/app/app.go
AgeCommit message (Expand)Author
2023-05-25Allow global logging when developingJesse Duffield
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2023-02-19Bump minimum required git version to 2.20Stefan Haller
2022-12-30feat: add `GitVersion` structRyooooooga
2022-12-30chore(gui): remove unused `gitConfig`Ryooooooga
2022-08-18Run gofumptnullishamy
2022-08-15Merge branch 'master' into feat/detect-bare-reponullishamy
2022-08-15Apply refactoring suggestionsnullishamy
2022-08-14Merge pull request #2098 from Ryooooooga/feature/not-a-repository-quitJesse Duffield
2022-08-13move code from main into app package to allow test to be injectedJesse Duffield
2022-08-13move input and assert into integration tests packageJesse Duffield
2022-08-13introduce gui adapterJesse Duffield
2022-08-08feat(config): add `notARepository: quit`Ryooooooga
2022-08-01Refactor branching logicnullishamy
2022-08-01Factor out opening of recent reposnullishamy
2022-08-01Factor out redundant statementnullishamy
2022-08-01Format, bug fixesnullishamy
2022-08-01Apply suggestions from code reviewnullishamy
2022-08-01Merge branch 'master' into feat/detect-bare-reponullishamy
2022-07-30Worktrees should not be filtered outLuka Markušić
2022-07-29Check for bare repositoriesnullishamy
2022-06-30Ask for initial branch nameLuka Markušić
2022-06-11Merge pull request #1950 from HiromasaNojima/add_subcommand_into_specific_lay...Jesse Duffield
2022-06-11allow opening lazygit to a specific panelJesse Duffield
2022-06-11Validate recent repo before blindly opening itLuka Markušić
2022-06-11Fix parsing of 'y/n' when starting in non-repoLuka Markušić
2022-05-18Merge pull request #1931 from mark2185/fix-non-existant-recent-repoJesse Duffield
2022-05-18fix: fix lint errorRyooooooga
2022-05-17Don't panic when there are no valid git reposLuka Markušić
2022-05-07clearer separation of concerns when bootstrapping applicationJesse Duffield
2022-04-02feat: fix permission problem of temp dirsRyooooooga
2022-03-24simplifyJesse Duffield
2022-03-24more thingsJesse Duffield
2022-03-19update lintersJesse Duffield
2022-03-17resetting controllers on new repoJesse Duffield
2022-03-17Record current directory on switchDavid Roman
2022-01-09fewer panicsJesse Duffield
2022-01-09add some more lintersJesse Duffield
2022-01-09shorten nameJesse Duffield
2022-01-09start breaking up git structJesse Duffield
2022-01-04update testsJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04refactoring the config structJesse Duffield
2022-01-04introduce Common struct for passing around common stuffJesse Duffield
2022-01-04WIPJesse Duffield
2021-10-30stream output from certain git commands in command log panelJesse Duffield
2021-10-23use cached git configJesse Duffield
2021-08-30allow user to configure the gui languageDwarven YANG
2021-07-01:truck: move only the platform-specific part of log tailing into platform-spe...Davyd McColl