summaryrefslogtreecommitdiffstats
path: root/main.go
AgeCommit message (Expand)Author
2022-08-13refactor to ensure code doesn't depend on integration codeJesse Duffield
2022-08-13move code from main into app package to allow test to be injectedJesse Duffield
2022-08-13introduce gui adapterJesse Duffield
2022-08-11add new integration test patternJesse Duffield
2022-08-01add build info when building from sourceJesse Duffield
2022-06-11allow opening lazygit to a specific panelJesse Duffield
2022-05-07clearer separation of concerns when bootstrapping applicationJesse Duffield
2022-04-06chore: typo hunting ft. codespellcasswedson
2022-04-02feat: fix permission problem of temp dirsRyooooooga
2022-03-17resetting controllers on new repoJesse Duffield
2022-01-09work with absolute paths when invoked with --pathv0.32TicClick
2021-10-16small changesJesse Duffield
2021-10-16Allow having multiple config filesmjarkk
2021-04-12add random tip to command logJesse Duffield
2020-11-28Implement suggestionsNick Flueckiger
2020-11-28A small change that enables direct lazygit directory configNick Flueckiger
2020-10-10support configurable configJesse Duffield
2020-10-10type i18nJesse Duffield
2020-10-10have typed default configJesse Duffield
2020-10-10remove viperJesse Duffield
2020-09-29move git dir env stuff into a centralised packageJesse Duffield
2020-09-29do not include bare repos in recent repos listJesse Duffield
2020-09-29support bare repositoriesJesse Duffield
2020-09-26better documentationJesse Duffield
2020-09-26add in-built logging support for a better dev experienceJesse Duffield
2020-09-18better flag descriptionJesse Duffield
2020-03-29rename to filtered modeJesse Duffield
2020-03-29allow scoped mode where the commits/reflog/stash panels are scoped to a fileJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2019-09-30Main: Use --path instead of positionalGlenn Vriesman
2019-09-24Main: Added directory argumentGlenn Vriesman
2019-07-14472 - Don't panic if not in a repositoryGiorgio Previtera
2019-02-18rename any commitJesse Duffield
2019-02-18dealing better with errors at the top levelJesse Duffield
2018-09-14main: display an error message instead of panic when setup failsmingrammer
2018-09-04rename NewApp to SetupAnthony HAMON
2018-09-04merge setup in function that create a new git commandAnthony HAMON
2018-09-04pkg/git : remove panic in SetupGit methodAnthony HAMON
2018-08-28dont panic when catting directoriesJesse Duffield
2018-08-27Merge branch 'master' into feature/auto-updatesJesse Duffield
2018-08-26add config flagDawid Dziurla
2018-08-25auto-updatesJesse Duffield
2018-08-19remove VERSION fileJesse Duffield
2018-08-18avoid nil pointer reference on startupJesse Duffield
2018-08-18use runtime package to get GOOS and GOARCHJesse Duffield
2018-08-18add platform/os details to goreleaser ldflagsJesse Duffield
2018-08-15add user configuration in json fileJesse Duffield
2018-08-13minor cleanupJesse Duffield
2018-08-13add newline to version outputJesse Duffield
2018-08-12Mid refactor change some more stuffAndrei Miulescu