summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-03-25undo via rebaseJesse Duffield
2020-03-25Made the humor more concise and clear.J. B. Rainsberger
2020-03-25improved spellingJ. B. Rainsberger
2020-03-25inject more humor into the READMEJ. B. Rainsberger
2020-03-25Fixed an incorrect criticism of git in the README.J. B. Rainsberger
It's true that parts of git are genuinely difficult to use, so we don't need to overstate that difficulty in order to state the value proposition of lazygit. If `git add -p` can't split a hunk any further, one is not _completely_ stuck, but one does need to edit the hunk in a way that, after years, I still need a few attempts to get right. The fact that many otherwise-experienced git users don't even know that one can do that is itself a testament to the UX problems that lazygit is trying to address.
2020-03-23add tab keybindingsv0.17.4Jesse Duffield
2020-03-23more compatible commandsJesse Duffield
2020-03-22workflows: git fetch --unshallow before goreleaser stepDawid Dziurla
2020-03-22README: remove codecov badgev0.17.3Dawid Dziurla
2020-03-22workflows: use get-tag actionDawid Dziurla
2020-03-22goreleaser: ignore arm64 build for freebsdDawid Dziurla
2020-03-21Remove redundant semicolonv0.17.2Dawid Dziurla
2020-03-21Add GOBIN to PATHDawid Dziurla
2020-03-21WordingDawid Dziurla
2020-03-21Cache buildsDawid Dziurla
2020-03-21Use setup-go Action instead of containerDawid Dziurla
2020-03-21Don't run codecov or golangci ActionsDawid Dziurla
2020-03-21Continue if lint step failsDawid Dziurla
2020-03-21Run 4 builds in parallelDawid Dziurla
2020-03-21Add golangci-lint ActionDawid Dziurla
2020-03-21Fix typo in script nameDawid Dziurla
2020-03-21Modify CI badge in READMEDawid Dziurla
2020-03-21Add CI workflowDawid Dziurla
2020-03-21Add CD workflowDawid Dziurla
2020-03-21Remove homebrew workflowDawid Dziurla
Will be integrated with another
2020-03-21Remove circleci configDawid Dziurla
2020-03-19show status of selected cherry picked commitsJesse Duffield
2020-03-19allow resetting cherry picked commits selectionJesse Duffield
2020-03-19fix branch buildingv0.17.1Jesse Duffield
2020-03-18fix branch parserv0.17.0Jesse Duffield
2020-03-18fix docsJesse Duffield
2020-03-18add opne menu keybindings in docshitsuji_no_shippo
2020-03-18add close menu keybindings in docshitsuji_no_shippo
2020-03-18fix search keybindings in docshitsuji_no_shippo
2020-03-18better upstream tracking and allow renaming a branchJesse Duffield
2020-03-11add search keybings in docshitsuji_no_shippo
2020-03-11fix keybindings of main panel in docshitsuji_no_shippo
2020-03-09be a bit more lenientJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
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-08add homebrew bump formula workflowDawid Dziurla
2020-03-08use selected branch as base when creating a new branchJesse Duffield
2020-03-06update tests to match changed commandskwerlman
2020-03-06make branches and files non-ambiguous for git-logskwerlman
fixes #694
2020-03-04Merge pull request #695 from chenrui333/go-1.14Dawid Dziurla
Bump golang to v1.14
2020-03-04Add gox to vendor listRui Chen
2020-03-03go mod vendorRui Chen
2020-03-03Bump golang to v1.14Rui Chen
2020-03-04allow configuring side panel widthv0.16.1v0.16Jesse Duffield
2020-03-04update configJesse Duffield