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-10-15
WIP Make it searchable
focus-main-view
Stefan Haller
2024-10-15
Select line that is in the middle of the screen
Stefan Haller
2024-10-15
Add navigation keybindings
Stefan Haller
2024-10-15
DROPME: change window title for testing
Stefan Haller
2024-10-15
Make Files diff focusable
Stefan Haller
2024-10-15
Extract code to DiffHelper
Stefan Haller
2024-10-15
Extract helper method mainViews
Stefan Haller
2024-10-15
Remove utils.Clamp, use lo.Clamp instead
Stefan Haller
2024-10-15
[gocui] Make highlight overwrite the background color
Stefan Haller
2024-10-13
Allow pasting commits multiple times (#3983)
Stefan Haller
2024-10-13
Allow pasting commits more than once
Stefan Haller
2024-10-13
Wrap an overly long line
Stefan Haller
2024-10-13
Get rid of error return value of PostRefreshUpdate and a few related ones
Stefan Haller
2024-10-13
Fix file icons (#3975)
Stefan Haller
2024-10-13
Add test to ensure that file icons are one rune
Stefan Haller
2024-10-13
Fix many file icons
Stefan Haller
2024-10-13
Fix merge conflict resolution when file doesn't end with a LF (#3976)
Stefan Haller
2024-10-09
Fix ForEachLineInFile to not lose the last line if it doesn't end with a LF
Stefan Haller
2024-10-09
Add regression test for resolving conflicts in a file without a trailing LF
Stefan Haller
2024-10-09
Add test demonstrating problem with ForEachLineInFile
Stefan Haller
2024-10-09
Extract helper function for easier testing
Stefan Haller
2024-09-28
Auto-render hyperlinks (#3914)
Stefan Haller
2024-09-28
Use AutoRenderHyperLinks in confirmation view
Stefan Haller
2024-09-28
Use AutoRenderHyperLinks in main views
Stefan Haller
2024-09-28
Turn on AutoRenderHyperLinks in the Command Log panel
Stefan Haller
2024-09-28
Bump gocui
Stefan Haller
2024-09-28
Add a menu item to delete both local and remote branch at once (#3916)
Stefan Haller
2024-09-28
Add a menu item to delete both local and remote branch at once
Stefan Haller
2024-09-28
Better branch delete confirmation (#3915)
Stefan Haller
2024-09-28
Better local branch delete confirmation
Stefan Haller
2024-09-28
Fix bug with deleting remote branch whose name doesn't match local branch
Stefan Haller
2024-09-28
Add test that demonstrates bug with deleting remote branch with different name
Stefan Haller
2024-09-28
Add question marks to questions
Stefan Haller
2024-09-28
Remove unused texts
Stefan Haller
2024-09-28
Remove obsolete TODO comment
Stefan Haller
2024-09-28
Fix copying commit author to clipboard (#3936)
Stefan Haller
2024-09-23
Fix copying commit author to clipboard
Stefan Haller
2024-09-23
Add test for copying a commit author to the clipboard
Stefan Haller
2024-09-18
Add performance improvements section to release notes (#3922)
Jesse Duffield
2024-09-18
Add performance improvements section to release notes
Jesse Duffield
2024-09-18
Fix crash when viewing the divergence of a branch which is up to date with it...
v0.44.1
Stefan Haller
2024-09-18
Fix crash when viewing the divergence of a branch which is up to date with it...
Stefan Haller
2024-09-18
Improve performance with large numbers of untracked or modified files (#3919)
Stefan Haller
2024-09-18
Use map to quickly find children in BuildTreeFromFiles
partho.kunda
2024-09-15
Add options for disabling switching to the Files panel after popping or apply...
Stefan Haller
2024-09-15
Add options for disabling switching to the Files panel after popping or apply...
Stefan Haller
2024-09-15
With stacked branches, create fixup commit at the end of the branch it belong...
Stefan Haller
2024-09-15
Create fixup commit at end of its branch when there's a stack of branches
Stefan Haller
2024-09-15
Extract helper function for getting the hash of the last commit made
Stefan Haller
2024-09-15
Add changeToFixup field to MoveFixupCommitDown
Stefan Haller
[next]