summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Collapse)Author
2019-11-21add remote modelJesse Duffield
2019-11-13show upstream branch for branchJesse Duffield
2019-11-13prompt to set upstream when pulling on untracked branchJesse Duffield
prompt to set upstream when pulling on untracked branch
2019-11-11specify upstream when pushing a branch for the first timev0.10.4Jesse Duffield
2019-11-10reset patch builder when we've escaped from the building phase and nothing ↵Jesse Duffield
has been added
2019-11-10remove old add patch keybindingJesse Duffield
2019-11-05fix testsv0.9Jesse Duffield
2019-11-05only test with non-original headerJesse Duffield
2019-11-05better interface for ApplyPatch functionJesse Duffield
2019-11-05strip whitespace when there is nothing elseJesse Duffield
2019-11-05fix ambiguous conditionJesse Duffield
2019-11-05don't let patch manager ever be nilJesse Duffield
2019-11-05use fallback approach for applying patchJesse Duffield
2019-11-05create backups of patch files in case something goes wrongJesse Duffield
2019-11-05clear patch after successful patch operationJesse Duffield
2019-11-05move PatchManager to GitCommandJesse Duffield
2019-11-05better rebase argsJesse Duffield
2019-11-05Support building and moving patchesJesse Duffield
WIP
2019-11-05support split view in staging panel and staging rangesJesse Duffield
2019-10-20Added light theme option to the settingsmjarkk
2019-07-27477 Remove unnecessary variable checkGiorgio Previtera
hasInlineMergeConflicts is always true with hasMergeConflicts is true
2019-07-27#477 Remove `NeedMerge` booleanGiorgio Previtera
Instead of storing the status in a new variable, derive it from the existing three fields
2019-07-27477 Add new `NeedReset` property to File and update testsGiorgio Previtera
Use a boolean to determin if a file needs to be reset. We want to reset the file when discrading changes if there is a conflict.
2019-07-27477 Remove duplicate checkoutGiorgio Previtera
We already checout the file calling `c.DiscardUnstagedFileChanges`
2019-07-27#477 Discard changes when there are merge conflictsGiorgio Previtera
If there are merge conflicts, reset the file and discard all changes
2019-07-27Simplified boolean comparisonChristian Muehlhaeuser
2019-07-27Simplified code a bitChristian Muehlhaeuser
2019-07-14fix typohaowei
2019-06-06add GIT_OPTIONAL_LOCKS=0 env var to all commandsJesse Duffield
2019-06-06allow stashing staged changesJesse Duffield
reinstate old stash functionality with the 's' keybinding
2019-05-12Support opening lazygit in a submodulev0.8Jesse Duffield
2019-05-06support resetting to a commit in either soft, hard, or mixed modeJesse Duffield
2019-05-06Improve directory check for .gitSuhas Karanth
Return error if the .git exists but is not a directory. This provides a slightly better failure message for git repo with submodules in case the '.git' is a file which provides the reference to the parent's .git folder with the submodule inside.
2019-04-13Add 'w' keybinding in files panel to commit as a WIPJesse Duffield
If your git.skipHookPrefix is set to, say, WIP, in your config, then hitting 'w' in the files panel will bring up the commit message panel with 'WIP' pre-filled, so you just need to hit enter to confirm (or add some more to the message) in order to commit your changes with the --no-verify flag, meaning the pre-commit hook will be skipped
2019-04-13Add skipHookPrefix to configJesse Duffield
allows a user to specify a commit message prefix that will tell lazygit to skip the pre-commit hook. This defaults to WIP. Setting it to the empty string will disable the feature. So if my message goes 'WIP: do the thing' then the pre-commit hook will not run
2019-04-10Change expected sha for DiscardOldFileChangesPeter Lundberg
2019-04-10Always include atleast 2 commits when doing squash and fixupPeter Lundberg
2019-04-07support custom commandsJesse Duffield
2019-04-07Allow for creating fixup! commitsJesse Duffield
2019-04-06fixed some #397skanehira
2019-04-06add feature of display diff between specific commits #397skanehira
2019-03-23move soft reset keybinding into reset optionsJesse Duffield
2019-03-23add more options for resetting files in the working treeJesse Duffield
2019-03-23support discarding unstaged changesJesse Duffield
2019-03-16Update bitbucket pull request url.Kristijan Husak
2019-03-16add two more testsJesse Duffield
2019-03-16fix testsJesse Duffield
2019-03-16display test name when running testsJesse Duffield
2019-03-16add some testsJesse Duffield
2019-03-16appease golangciJesse Duffield