summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git.go
AgeCommit message (Expand)Author
2020-08-25add log when git status errorsJesse Duffield
2020-08-24ignore warning messages about files when obtaining file statusesJesse Duffield
2020-08-23rename Status to PatchStatusJesse Duffield
2020-08-23enlargen stash window when its focusedJesse Duffield
2020-08-23better handling of there being no commit filesJesse Duffield
2020-08-23show file statuses in commit files viewJesse Duffield
2020-08-23cleanup now that we're always using the same diff commandJesse Duffield
2020-08-23support creating patches from files in diff modeJesse Duffield
2020-08-23minor renameJesse Duffield
2020-08-23don't needlessly load every fileJesse Duffield
2020-08-23faster patch managerJesse Duffield
2020-08-23support drilling down into the files of a diffJesse Duffield
2020-08-23generalise patch building stuffJesse Duffield
2020-08-23rename Sha to parent now that we're also considering stash entriesJesse Duffield
2020-08-23commit files kind of generalisedJesse Duffield
2020-08-16add keybinding to create new branch off of commitJesse Duffield
2020-08-16prefill commit reword editorJesse Duffield
2020-08-15move patch stuff into its own packageJesse Duffield
2020-08-12allow entering a password when fast forwarding another branchJesse Duffield
2020-08-12stop pulling in generalJesse Duffield
2020-08-12support multiple modes of git pullJesse Duffield
2020-08-12update namingJesse Duffield
2020-08-07follow cursor when staging and unstaging a file renameJesse Duffield
2020-08-07allow renames to be discardedJesse Duffield
2020-07-19better logic for staging a renamed fileJesse Duffield
2020-07-15use strconv for quoting in 'GitCommand.Commit' and 'OSCommand.ShellCommandFro...Randshot
2020-07-14factor out duplicate code into 'ShellCommandFromString'v0.20.8Randshot
2020-07-14add quotes around the git commit command on non-windows systemsRandshot
2020-07-12Merge branch 'master' into add-overrideGpg-switchRandshot
2020-07-12fix platform specific quoting when using GPGRandshot
2020-07-10add oneline-graphJasper Mendiola
2020-05-30add overrideGpg switch, which prevents lazygit from spawning a separate proce...Randshot
2020-05-15check if user has configured to push to current by defaultJesse Duffield
2020-05-09Add option to split patch into a new commitGary Yendell
2020-04-27fix issue #640 add catCmd and OS-specific valuesTyler Davis
2020-04-20support configurable merge argsJesse Duffield
2020-03-29add new diff modeJesse 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-28fix up some things with the patch handling stuffJesse Duffield
2020-03-28move working tree state function into git.goJesse Duffield
2020-03-28in fact we don't need any of these optionsJesse Duffield
2020-03-28actually don't even bother limitingJesse Duffield
2020-03-28load reflog commits in two stages to speed up startup timeJesse Duffield
2020-03-28discard old reflog commits when in new contextJesse Duffield
2020-03-28better presentation of remotesJesse Duffield
2020-03-28more centralised handling of refreshingJesse Duffield
2020-03-28use reflogs from state to work out branch recenciesJesse Duffield
2020-03-28remove redundant fetch of reflogJesse Duffield
2020-03-27use GIT_EDITORJesse Duffield