summaryrefslogtreecommitdiffstats
path: root/main.go
AgeCommit message (Expand)Author
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
2018-08-12Restrucure project in a way where it is more modularAndrei Miulescu
2018-08-11merge branch masterJesse Duffield
2018-08-11clean up fixup codeJesse Duffield
2018-08-09switch to using the log package rather than directly writing to fileJesse Duffield
2018-08-09remove speed monitoringJesse Duffield
2018-08-09create log if debugging and the file doesn't already existJesse Duffield
2018-08-09use go-git for commitsJesse Duffield
2018-08-09don't call projectPath until we know we're in debug modeJesse Duffield
2018-08-09use platform agnostic filepathsJesse Duffield
2018-08-09platform independent path readingJesse Duffield
2018-08-09check for VERSION file in project directory rather than current directoryJesse Duffield
2018-08-09use fallback file VERSIONJesse Duffield
2018-08-08cleanup for goreleaserJesse Duffield
2018-08-08update to use goreleaser ldflagsJesse Duffield
2018-08-08"opening and editing"Jesse Duffield
2018-08-08merge masterJesse Duffield
2018-08-08version with tagJesse Duffield
2018-08-08merge masterJesse Duffield
2018-08-07Add `lazygit --v` versionNicolas Borboën
2018-08-07run subprocess cleanlyJesse Duffield
2018-07-21better handling of branches and untracked filesJesse Duffield
2018-06-05remove log of directoryJesse Duffield
2018-06-05move log commands into main fileJesse Duffield
2018-06-05generalised logsJesse Duffield
2018-06-02logging durations and more stuffJesse Duffield
2018-06-01more stuffJesse Duffield
2018-05-27More stuffJesse Duffield
2018-05-21updateJesse Duffield
2018-05-19improved UIJesse Duffield