summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
adapt-pr-templateRemove hint about Config.md from PR templateStefan Haller6 months
assetsUpdate warp imageJesse Duffield8 months
auto-render-hyper-linksUse AutoRenderHyperLinks in confirmation viewStefan Haller2 months
better-branch-delete-confirmationBetter local branch delete confirmationStefan Haller2 months
better-custom-command-modelsSet SelectedPath to SelectedCommitFilePath in CommitFiles contextStefan Haller3 months
box-view-paddingAdd user config gui.horizontalPaddingStefan Haller5 months
bronzeBetter logic for knowing which repo we're inJesse Duffield16 months
checkout-by-nameLocal-ise remote branches when checking out by nameJesse Duffield8 months
context-manager-cleanupsRemove bool return value of GetParentContext()Stefan Haller3 months
convert-translation-sets-to-jsonChange script to write only the English translation set to JSONStefan Haller5 months
copperLand in the same panel when switching to a worktreeJesse Duffield16 months
create-fixup-in-current-branchfixup! Create fixup commit at end of its branch when there's a stack of branchesStefan Haller2 months
create-pull-request/patchREADME.md: Update Sponsorsgithub-actions[bot]4 months
crowdinUpdate translations from CrowdinStefan Haller5 months
custom-command-output-titleAdd property outputTitle to CustomCommandStefan Haller6 months
delete-and-edit-custom-commands-history-itemsfixup! Fill the selected command back into the prompt when tabbing back from ...Stefan Haller7 months
delete-local-and-remote-branch-at-onceAdd a menu item to delete both local and remote branch at onceStefan Haller2 months
dependabot/go_modules/golang.org/x/crypto-0.1.0Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0dependabot[bot]18 months
dependabot/go_modules/golang.org/x/net-0.17.0Bump golang.org/x/net from 0.7.0 to 0.17.0dependabot[bot]13 months
disallow-opening-menu-when-search-prompt-is-activeDon't allow opening a menu while the search or filter prompt is openStefan Haller3 months
divergence-from-base-branch-commandAdd command "View divergence from base branch"Stefan Haller6 months
divergence-from-base-branch-displayShow divergence from base branch in branches listStefan Haller6 months
ensure-test-list-correctnessfix test namesJesse Duffield19 months
fast-ancestor-checkasdJesse Duffield14 months
feature/open-file-without-specified-lineOpen file on unspecified lineLuka Markušić22 months
fix-clicking-in-status-panelAdd tests for clicking in status side panelStefan Haller7 months
fix-custom-commands-in-per-repo-configFix loading customCommands from per-repo config fileStefan Haller3 months
fix-deadlock-reportingFix deadlock reportingStefan Haller7 months
fix-duplicate-options-map-entriesClear keybinding functions in resetHelpersAndControllersStefan Haller5 months
fix-go-generate-on-windowsRe-add a vendor .gitattributes fileStefan Haller5 months
fix-highlight-in-staging-panelHighlight inactive selection in grayStefan Haller5 months
fix-linter-warningsUpgrade golangci-lint-action to latest versionStefan Haller3 months
fix-loading-commits-with-very-long-subjectsUse ScanLinesAndTruncateWhenLongerThanBuffer instead of bufio.ScanLinesStefan Haller7 months
fix-loading-translation-file-on-windowsFix loading translation set json files on Windowsstk5 months
fix-open-PR/double/escapeUpdated README.mdREADME-bot13 months
fix-pty-layout-problemsRun PTY tasks after layout so that they get the correct view sizeStefan Haller5 months
fix-range-select-in-staging-viewAllow using `<`/`>` and `,`/`.` in sticky range select mode in patch explorerStefan Haller3 months
fix-skip-hookCheck for skipping pre-commit hooks in more situationsLuka Markušić7 months
fix-sponsorsWIPJesse Duffield8 months
fix-stale-content-with-overwriteLinesClear viewLines when calling overwriteLinesStefan Haller4 months
fix-support-for-old-style-non-interactive-rebasefixup! Fix showing the "YOU ARE HERE" marker for old-style non-interactive re...Stefan Haller9 months
fix-tooltip-for-fixupFix tooltip of fixup commandStefan Haller6 months
focus-main-viewWIP Make it searchableStefan Haller5 weeks
gh-integration-2refactorJesse Duffield2 years
gh-integration-3WIPJesse Duffield5 months
github-release-notesUpdate release notes config and add CI checkJesse Duffield16 months
improve-find-base-commit-for-fixupUpdate user docStefan Haller6 months
improve-find-base-commit-for-fixup-for-hunks-on-masterDisregard master commits when finding base commit for fixupStefan Haller5 months
improve-mouse-support-for-commit-message-panelMake it possible to scroll the commit description with the mouse wheelStefan Haller3 months
integration-tests-on-windowsWIPJesse Duffield18 months
keybinding-menu-headingsupdate worktree icons for NerdFont V3 (#2895)Stefan Haller16 months
lazygit-crash-courseMy commit summaryJesse Duffield14 months
make-author-length-configurableCache author funcStefan Haller5 months
make-author-length-configurable-2Provide two config keys for configuring the author length in commits viewStefan Haller5 months
make-auto-staging-resolved-files-optionalAdd config git.autoStageResolvedConflictsStefan Haller3 months
mark-last-commit-to-change-fileMark commits which changed a file among the last X commitsJesse Duffield18 months
masterci: update `upload-artifact` and `download-artifact` actions to v4 (#4063)Jesse Duffield4 days
menu-promptAdd prompt to the remote branch checkout menuStefan Haller5 months
more-section-headersWIPJesse Duffield14 months
move-commits-to-new-branchAdd new command "Move commits to new branch"Stefan Haller3 months
per-repo-config-filesfixup! Add dev documentation about using UserConfigStefan Haller4 months
prompt-to-stage-files-after-resolving-conflictsAsk to auto-stage unstaged files when continuing a rebase after resolving con...Stefan Haller3 months
rebase-onto-base-branchAdd command "Rebase onto base branch" to rebase menuStefan Haller6 months
rebase-onto-base-branch-jessefixup! Factor out CommitLoader.mainBranches into its own class, and store it ...Jesse Duffield6 months
release-notesAdd release notes popup after updateJesse Duffield10 months
rename-custom-command-to-shell-commandRename "Custom Command" to "Shell Command"Stefan Haller3 months
render-graph-for-divergence-logfixup! Enable the commit graph in the divergence viewStefan Haller7 months
run-integration-tests-on-windowsFix running integration tests on WindowsStefan Haller10 months
search-the-model-instead-of-the-viewfixup! Use model searching in commits (and sub-commits) viewStefan Haller5 months
show-current-option-in-menusShow radio buttons in the show log graph and commit sort order menusStefan Haller5 months
show-merged-statusShow commit merged/push statuses against branchesJesse Duffield13 months
show-sync-status-in-branches-panel-jesseUse universal resource names to identify itemsJesse Duffield14 months
smaller-git-builderAdd convenience builder for git commandsJesse Duffield18 months
support-hyperlinksUse our new hyperlink support in the information viewStefan Haller3 months
support-triangular-workflowWIP Correctly request force-pushing in triangular workflowsStefan Haller7 months
switch-tabs-with-panel-jump-keysWhen using the panel jump keys and the target panel is already active, switch...Stefan Haller3 months
test-m-keybindingWIPJesse Duffield16 months
update-keybinding-namesUpdate keybinding names to match names in menuStefan Haller10 months
update-language-files-from-crowdinGenerate keybindingsStefan Haller2 months
upstream-testtestStefan Haller7 months
use-delta-hyperlinks-for-clicking-in-diffWIP Click in commits view to enter patch building for clicked lineStefan Haller6 weeks
use-interactive-shell-for-custom-commandsUse an interactive shell for running custom commandsStefan Haller4 months
visionAdd vision and design principles docJesse Duffield12 days
worktree-support-2Use double dash for disambuating path in editor templatesJesse Duffield16 months
writing-integration-test-result-to-fileUtilise file instead of stderr for integration testsJesse Duffield18 months