index
:
lazygit
adapt-pr-template
assets
auto-render-hyper-links
better-branch-delete-confirmation
better-custom-command-models
box-view-padding
bronze
checkout-by-name
context-manager-cleanups
convert-translation-sets-to-json
copper
create-fixup-in-current-branch
create-pull-request/patch
crowdin
custom-command-output-title
delete-and-edit-custom-commands-history-items
delete-local-and-remote-branch-at-once
dependabot/go_modules/golang.org/x/crypto-0.1.0
dependabot/go_modules/golang.org/x/net-0.17.0
disallow-opening-menu-when-search-prompt-is-active
divergence-from-base-branch-command
divergence-from-base-branch-display
ensure-test-list-correctness
fast-ancestor-check
feature/open-file-without-specified-line
fix-clicking-in-status-panel
fix-custom-commands-in-per-repo-config
fix-deadlock-reporting
fix-duplicate-options-map-entries
fix-go-generate-on-windows
fix-highlight-in-staging-panel
fix-linter-warnings
fix-loading-commits-with-very-long-subjects
fix-loading-translation-file-on-windows
fix-open-PR/double/escape
fix-pty-layout-problems
fix-range-select-in-staging-view
fix-skip-hook
fix-sponsors
fix-stale-content-with-overwriteLines
fix-support-for-old-style-non-interactive-rebase
fix-tooltip-for-fixup
focus-main-view
gh-integration-2
gh-integration-3
github-release-notes
improve-find-base-commit-for-fixup
improve-find-base-commit-for-fixup-for-hunks-on-master
improve-mouse-support-for-commit-message-panel
integration-tests-on-windows
keybinding-menu-headings
lazygit-crash-course
make-author-length-configurable
make-author-length-configurable-2
make-auto-staging-resolved-files-optional
mark-last-commit-to-change-file
master
menu-prompt
more-section-headers
move-commits-to-new-branch
per-repo-config-files
prompt-to-stage-files-after-resolving-conflicts
rebase-onto-base-branch
rebase-onto-base-branch-jesse
release-notes
rename-custom-command-to-shell-command
render-graph-for-divergence-log
run-integration-tests-on-windows
search-the-model-instead-of-the-view
show-current-option-in-menus
show-merged-status
show-sync-status-in-branches-panel-jesse
smaller-git-builder
support-hyperlinks
support-triangular-workflow
switch-tabs-with-panel-jump-keys
test-m-keybinding
update-keybinding-names
update-language-files-from-crowdin
upstream-test
use-delta-hyperlinks-for-clicking-in-diff
use-interactive-shell-for-custom-commands
vision
worktree-support-2
writing-integration-test-result-to-file
Mirror of https://github.com/jesseduffield/lazygit
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-09-08
Generate keybindings
update-language-files-from-crowdin
Stefan Haller
2024-09-08
Update language files from Crowdin
Stefan Haller
2024-09-06
Switch to Files panel after popping a stash (#3888)
v0.44.0
Stefan Haller
2024-09-06
Switch to Files panel after popping a stash
Stefan Haller
2024-09-06
Get rid of a lot of error return values (#3890)
Stefan Haller
2024-09-06
Remove return value of OpenCommitMessagePanel
Stefan Haller
2024-09-06
Remove return value of Alert/Confirm/Prompt
Stefan Haller
2024-09-06
Remove return value of CreatePopupPanel
Stefan Haller
2024-09-06
Remove return value of RefreshPatchBuildingPanel
Stefan Haller
2024-09-06
Remove return value of IContextMgr.Push/Pop et. al.
Stefan Haller
2024-09-06
Fix a lock that is held too long
Stefan Haller
2024-09-06
Remove return value of Focus-related functions
Stefan Haller
2024-09-06
Remove return value of IPatchExplorerContext.Render, RenderAndFocus, and Navi...
Stefan Haller
2024-09-06
Remove return value of RenderToMainViews and some related functions
Stefan Haller
2024-09-06
Remove return value of HandleRender
Stefan Haller
2024-09-06
Bump gocui
Stefan Haller
2024-09-03
Add Zed editor support to editorPreset (#3886)
Stefan Haller
2024-09-03
Add Zed to user_config.go and schema
Dmytro Suvorov
2024-09-03
Add Zed to docs/Config.md
Dmytro Suvorov
2024-09-03
Add Zed support to editor_presets.go
Dmytro Suvorov
2024-09-03
Offer autostash option when creating new branch (#3871)
Stefan Haller
2024-09-03
Add integration tests for checkout/new branch with autostash
Brandon
2024-09-03
Offer autostash option when creating new branch
Brandon
2024-09-03
Simplify CheckoutRef
Brandon
2024-09-02
Don't allow opening a menu while the search or filter prompt is open (#3878)
Stefan Haller
2024-09-02
Don't allow opening a menu while the search or filter prompt is open
Stefan Haller
2024-09-02
Ask to auto-stage unstaged files when continuing a rebase after resolving con...
Stefan Haller
2024-09-02
Ask to auto-stage unstaged files when continuing a rebase after resolving con...
Stefan Haller
2024-09-02
Make auto-staging resolved conflicts optional (#3870)
Stefan Haller
2024-09-02
Add config git.autoStageResolvedConflicts
Stefan Haller
2024-09-02
Actually look for conflict markers in GetHasInlineMergeConflicts
Stefan Haller
2024-08-31
Non-sticky range selection diff (#3869)
Stefan Haller
2024-08-28
Add a simple integration test for non-sticky range diff
Stefan Haller
2024-08-28
Cleanup: remove now unused ListControllerTrait from SwitchToDiffFilesController
Stefan Haller
2024-08-28
Use non-sticky range diff when entering commit files panel
Stefan Haller
2024-08-28
Extract a method CommitFilesContext.ReInit
Stefan Haller
2024-08-28
Show diff for range selection in commits and sub-commits panel
Stefan Haller
2024-08-28
Add ShortRefName to Ref interface
Stefan Haller
2024-08-28
Add --stat -p to diff args in diffing mode
Stefan Haller
2024-08-28
Add prefix to main view diff when in diffing mode
Stefan Haller
2024-08-28
Bugfix: properly set title of subcommits panel when refreshing
Stefan Haller
2024-08-28
Bugfix: don't allow dropping patches from a custom patch that was made in dif...
Stefan Haller
2024-08-28
Bugfix: more comprehensive check whether custom patch must be reset
Stefan Haller
2024-08-28
Extract helper function currentFromToReverseForPatchBuilding
Stefan Haller
2024-08-28
Cleanup: remove unnecessary viewFiles indirection
Stefan Haller
2024-08-28
Cleanup: remove diffFilesContext field of SwitchToDiffFilesController
Stefan Haller
2024-08-28
Cleanup: remove unused translated text
Stefan Haller
2024-08-27
Add codespell support (config, workflow to detect/not fix) and make it fix fe...
Stefan Haller
2024-08-27
[DATALAD RUNCMD] run codespell throughout fixing typos automagically
Yaroslav Halchenko
2024-08-27
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
Yaroslav Halchenko
[next]