summaryrefslogtreecommitdiffstats
path: root/go.sum
AgeCommit message (Collapse)Author
2021-04-10fix commit amendJesse Duffield
2021-04-09reduce flicker without worrying about carriage returnsJesse Duffield
2021-04-08revert no-flicker due to carriage return weirdnessJesse Duffield
2021-04-06fix flicker issue in main viewJesse Duffield
2021-04-06remove caching of styles in gocuiJesse Duffield
2021-04-06bump gocuiJesse Duffield
2021-04-06refactorJesse Duffield
2021-04-06more efficient gocuiJesse Duffield
2021-04-06support alt-enter for inserting newline when typing commit message within ↵Jesse Duffield
the app
2021-04-06allow scrolling when staging lines or building patchJesse Duffield
2021-04-06bump gocuiJesse Duffield
2021-04-06prioritise keybindings on editorsJesse Duffield
2021-04-06go mod tidyJesse Duffield
2021-04-06use tcell via porting over code from awesome-gocuiJesse Duffield
2021-03-30defend against race condition in editorsJesse Duffield
2021-02-08support wide characters in the editorJesse Duffield
2021-02-08remove go-gitconfig packageJesse Duffield
2021-02-08add secureexec file for getting around windows checking for a binary first ↵Jesse Duffield
in the current dir
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
switch to other fuzzy package with no dependencies
2020-10-12fix deltaJesse Duffield
2020-10-10fix go.mod and go.sumJesse Duffield
2020-10-10type i18nJesse Duffield
2020-10-10remove viperJesse Duffield
WIP
2020-10-06bump go-git to fix invalid merge errorJesse Duffield
2020-10-06switch to fork of go-gitJesse Duffield
2020-10-01add mutex to views arrayJesse Duffield
2020-09-27bump gocuiJesse Duffield
2020-09-26tidy go.sumJesse Duffield
2020-09-26add in-built logging support for a better dev experienceJesse Duffield
2020-08-26use clipboard package to handle clipboard stuffJesse Duffield
2020-08-24bump creackJesse Duffield
2020-08-24prevent moving cursor past last character in prompt modalJesse Duffield
2020-08-24prevent moving cursor past last character in prompt modalJesse Duffield
2020-08-24support alacrittyJesse Duffield
2020-08-23bump gocui to ensure no crash on startupJesse Duffield
2020-05-13bump gocui to be on 'simple' branch.Jesse Duffield
The master branch of gocui contains stuff I added for lazynpm which changes how the cursor is used. This will provide some benefits to lazygit as well but I don't yet have the motivation to make the required changed in lazygit to support it. So we're gonna be on the branch named 'simple' rather than master until I fix that up.
2020-03-27*: update go-git importMáximo Cuadros
2020-03-25go mod tidyDawid Dziurla
2020-03-09case insensitive searchJesse Duffield
By default, search is now case insensitive. If you include uppercase characters in your search string, the search will become case sensitive. This means there is no way to do a case- insensitive search of all-lowercase strings. We could add more support for this but we'll wait until we come across the use case
2020-03-04Add gox to vendor listRui Chen
2020-03-03Bump golang to v1.14Rui Chen
2020-03-04supporing custom pagers step 1Jesse Duffield
2020-03-04bump gocuiJesse Duffield
2020-02-25show item counts in framesJesse Duffield
2020-02-24support searching in side panelsJesse Duffield
For now we're just doing side panels, because it will take more work to support this in the various main panel contexts
2020-02-02bump gocuiJesse Duffield
2020-02-01bump vendor directoryJesse Duffield
2020-01-31fix keybinding issues with freebsd/openbsdJesse Duffield
2020-01-12use mutexes on escape codeJesse Duffield
2020-01-12bump gocuiJesse Duffield