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
Branch
Commit message
Author
Age
adapt-pr-template
Remove hint about Config.md from PR template
Stefan Haller
6 months
assets
Update warp image
Jesse Duffield
8 months
auto-render-hyper-links
Use AutoRenderHyperLinks in confirmation view
Stefan Haller
8 weeks
better-branch-delete-confirmation
Better local branch delete confirmation
Stefan Haller
8 weeks
better-custom-command-models
Set SelectedPath to SelectedCommitFilePath in CommitFiles context
Stefan Haller
3 months
box-view-padding
Add user config gui.horizontalPadding
Stefan Haller
5 months
bronze
Better logic for knowing which repo we're in
Jesse Duffield
16 months
checkout-by-name
Local-ise remote branches when checking out by name
Jesse Duffield
8 months
context-manager-cleanups
Remove bool return value of GetParentContext()
Stefan Haller
3 months
convert-translation-sets-to-json
Change script to write only the English translation set to JSON
Stefan Haller
5 months
copper
Land in the same panel when switching to a worktree
Jesse Duffield
16 months
create-fixup-in-current-branch
fixup! Create fixup commit at end of its branch when there's a stack of branches
Stefan Haller
2 months
create-pull-request/patch
README.md: Update Sponsors
github-actions[bot]
4 months
crowdin
Update translations from Crowdin
Stefan Haller
4 months
custom-command-output-title
Add property outputTitle to CustomCommand
Stefan Haller
6 months
delete-and-edit-custom-commands-history-items
fixup! Fill the selected command back into the prompt when tabbing back from ...
Stefan Haller
7 months
delete-local-and-remote-branch-at-once
Add a menu item to delete both local and remote branch at once
Stefan Haller
8 weeks
dependabot/go_modules/golang.org/x/crypto-0.1.0
Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0
dependabot[bot]
18 months
dependabot/go_modules/golang.org/x/net-0.17.0
Bump golang.org/x/net from 0.7.0 to 0.17.0
dependabot[bot]
13 months
disallow-opening-menu-when-search-prompt-is-active
Don't allow opening a menu while the search or filter prompt is open
Stefan Haller
2 months
divergence-from-base-branch-command
Add command "View divergence from base branch"
Stefan Haller
5 months
divergence-from-base-branch-display
Show divergence from base branch in branches list
Stefan Haller
5 months
ensure-test-list-correctness
fix test names
Jesse Duffield
19 months
fast-ancestor-check
asd
Jesse Duffield
13 months
feature/open-file-without-specified-line
Open file on unspecified line
Luka Markušić
21 months
fix-clicking-in-status-panel
Add tests for clicking in status side panel
Stefan Haller
6 months
fix-custom-commands-in-per-repo-config
Fix loading customCommands from per-repo config file
Stefan Haller
3 months
fix-deadlock-reporting
Fix deadlock reporting
Stefan Haller
6 months
fix-duplicate-options-map-entries
Clear keybinding functions in resetHelpersAndControllers
Stefan Haller
5 months
fix-go-generate-on-windows
Re-add a vendor .gitattributes file
Stefan Haller
4 months
fix-highlight-in-staging-panel
Highlight inactive selection in gray
Stefan Haller
5 months
fix-linter-warnings
Upgrade golangci-lint-action to latest version
Stefan Haller
3 months
fix-loading-commits-with-very-long-subjects
Use ScanLinesAndTruncateWhenLongerThanBuffer instead of bufio.ScanLines
Stefan Haller
7 months
fix-loading-translation-file-on-windows
Fix loading translation set json files on Windows
stk
4 months
fix-open-PR/double/escape
Updated README.md
README-bot
13 months
fix-pty-layout-problems
Run PTY tasks after layout so that they get the correct view size
Stefan Haller
5 months
fix-range-select-in-staging-view
Allow using `<`/`>` and `,`/`.` in sticky range select mode in patch explorer
Stefan Haller
3 months
fix-skip-hook
Check for skipping pre-commit hooks in more situations
Luka Markušić
7 months
fix-sponsors
WIP
Jesse Duffield
8 months
fix-stale-content-with-overwriteLines
Clear viewLines when calling overwriteLines
Stefan Haller
4 months
fix-support-for-old-style-non-interactive-rebase
fixup! Fix showing the "YOU ARE HERE" marker for old-style non-interactive re...
Stefan Haller
9 months
fix-tooltip-for-fixup
Fix tooltip of fixup command
Stefan Haller
6 months
focus-main-view
WIP Make it searchable
Stefan Haller
4 weeks
gh-integration-2
refactor
Jesse Duffield
2 years
gh-integration-3
WIP
Jesse Duffield
5 months
github-release-notes
Update release notes config and add CI check
Jesse Duffield
16 months
improve-find-base-commit-for-fixup
Update user doc
Stefan Haller
6 months
improve-find-base-commit-for-fixup-for-hunks-on-master
Disregard master commits when finding base commit for fixup
Stefan Haller
5 months
improve-mouse-support-for-commit-message-panel
Make it possible to scroll the commit description with the mouse wheel
Stefan Haller
3 months
integration-tests-on-windows
WIP
Jesse Duffield
18 months
keybinding-menu-headings
update worktree icons for NerdFont V3 (#2895)
Stefan Haller
15 months
lazygit-crash-course
My commit summary
Jesse Duffield
14 months
make-author-length-configurable
Cache author func
Stefan Haller
5 months
make-author-length-configurable-2
Provide two config keys for configuring the author length in commits view
Stefan Haller
5 months
make-auto-staging-resolved-files-optional
Add config git.autoStageResolvedConflicts
Stefan Haller
3 months
mark-last-commit-to-change-file
Mark commits which changed a file among the last X commits
Jesse Duffield
18 months
master
Fixes to lazygit Ubuntu install instructions in README.md (#3970)
Jesse Duffield
4 days
menu-prompt
Add prompt to the remote branch checkout menu
Stefan Haller
5 months
more-section-headers
WIP
Jesse Duffield
14 months
move-commits-to-new-branch
Add new command "Move commits to new branch"
Stefan Haller
2 months
per-repo-config-files
fixup! Add dev documentation about using UserConfig
Stefan Haller
3 months
prompt-to-stage-files-after-resolving-conflicts
Ask to auto-stage unstaged files when continuing a rebase after resolving con...
Stefan Haller
2 months
rebase-onto-base-branch
Add command "Rebase onto base branch" to rebase menu
Stefan Haller
5 months
rebase-onto-base-branch-jesse
fixup! Factor out CommitLoader.mainBranches into its own class, and store it ...
Jesse Duffield
6 months
release-notes
Add release notes popup after update
Jesse Duffield
10 months
rename-custom-command-to-shell-command
Rename "Custom Command" to "Shell Command"
Stefan Haller
3 months
render-graph-for-divergence-log
fixup! Enable the commit graph in the divergence view
Stefan Haller
7 months
run-integration-tests-on-windows
Fix running integration tests on Windows
Stefan Haller
10 months
search-the-model-instead-of-the-view
fixup! Use model searching in commits (and sub-commits) view
Stefan Haller
5 months
show-current-option-in-menus
Show radio buttons in the show log graph and commit sort order menus
Stefan Haller
5 months
show-merged-status
Show commit merged/push statuses against branches
Jesse Duffield
13 months
show-sync-status-in-branches-panel-jesse
Use universal resource names to identify items
Jesse Duffield
13 months
smaller-git-builder
Add convenience builder for git commands
Jesse Duffield
18 months
support-hyperlinks
Use our new hyperlink support in the information view
Stefan Haller
3 months
support-triangular-workflow
WIP Correctly request force-pushing in triangular workflows
Stefan Haller
7 months
switch-tabs-with-panel-jump-keys
When using the panel jump keys and the target panel is already active, switch...
Stefan Haller
3 months
test-m-keybinding
WIP
Jesse Duffield
16 months
update-keybinding-names
Update keybinding names to match names in menu
Stefan Haller
9 months
update-language-files-from-crowdin
Generate keybindings
Stefan Haller
2 months
upstream-test
test
Stefan Haller
7 months
use-delta-hyperlinks-for-clicking-in-diff
WIP Click in commits view to enter patch building for clicked line
Stefan Haller
4 weeks
use-interactive-shell-for-custom-commands
Use an interactive shell for running custom commands
Stefan Haller
3 months
vision
Add vision and design principles doc
Jesse Duffield
4 days
worktree-support-2
Use double dash for disambuating path in editor templates
Jesse Duffield
16 months
writing-integration-test-result-to-file
Utilise file instead of stderr for integration tests
Jesse Duffield
18 months
Tag
Download
Author
Age
v0.44.1
commit 611fabde11...
Stefan Haller
8 weeks
v0.44.0
commit 2d0c7cb0fc...
Stefan Haller
2 months
v0.43.1
commit 71ad3fac63...
Stefan Haller
4 months
v0.43.0
commit e1d973d62a...
Jesse Duffield
4 months
v0.42.0
commit 6fcb7eb8bb...
Stefan Haller
6 months
pre-0.41
commit 3675570a39...
Stefan Haller
8 months
v0.41.0
commit 3675570a39...
Stefan Haller
8 months
v0.40.2
commit 5e388e21c8...
README-bot
15 months
v0.40.1
commit 579791e7bc...
Jesse Duffield
15 months
v0.40.0
commit 7847203d6e...
README-bot
15 months
v0.39.4
commit 35c430c8c9...
README-bot
16 months
v0.39.3
commit 1b05ba252c...
Jesse Duffield
16 months
v0.39.2
commit a7969aef2c...
Andrew Savinykh
16 months
v0.39.1
commit 39c900c7e7...
Jesse Duffield
16 months
v0.39.0
commit 6e247c1583...
Jesse Duffield
16 months
pre-release-0.39-2
commit effda8291b...
Jesse Duffield
16 months
pre-release-0.39
commit 7985e31020...
Jesse Duffield
16 months
v0.38.2
commit 5149b24ab3...
Jesse Duffield
18 months
v0.38.1
commit 88d4313970...
README-bot
18 months
v0.38.0
commit c6c4346d48...
Jesse Duffield
18 months
v0.37.0
commit 16802a048e...
README-bot
21 months
v0.36.0
commit d1a8b05401...
Jesse Duffield
24 months
v0.35
commit 367b0d3318...
README-bot
2 years
v0.35.0
commit 367b0d3318...
README-bot
2 years
v0.34
commit 7be25a105d...
Ram Bhosale
3 years
v0.33
commit f4011643dd...
Jesse Duffield
3 years
v0.32.2
commit ae98797bca...
Jesse Duffield
3 years
v0.32.1
commit f5b9ad8c00...
Jesse Duffield
3 years
v0.32
commit 4744b39f03...
TicClick
3 years
testtag
commit d9548b5d00...
Jesse Duffield
3 years
v0.31.4
commit 02bf6a5c17...
Jesse Duffield
3 years
v0.31.3
commit 2f45db8f7c...
Jesse Duffield
3 years
v0.31.2
commit 3fb478a30e...
Jesse Duffield
3 years
v0.31
commit 1d40d03bb2...
Jesse Duffield
3 years
v0.31.1
commit 1d40d03bb2...
Jesse Duffield
3 years
v0.30.1
commit d4ee26d68f...
Jesse Duffield
3 years
v0.30
commit 3eb124c732...
Jesse Duffield
3 years
v0.29
commit 2eeff1257b...
Mark Kopenga
3 years
v0.28.2
commit f91adf026b...
Jesse Duffield
3 years
v0.28.1
commit 9190e9beac...
Petróczi Zoltán
4 years
v0.28
commit a99e6ba071...
Jesse Duffield
4 years
v0.27.4
commit 70b5c822bb...
Jesse Duffield
4 years
v0.27.3
commit e092da5f78...
Jesse Duffield
4 years
v0.27.2
commit d5504fa5d0...
Jesse Duffield
4 years
v0.27.1
commit a229547048...
Jesse Duffield
4 years
v0.27
commit cd1d1996df...
Jesse Duffield
4 years
v0.26.1
commit 058bcddc53...
Jesse Duffield
4 years
v0.26
commit 8288de0c84...
Jesse Duffield
4 years
v0.25.1
commit a62d70fbd5...
Dawid Dziurla
4 years
v0.25
commit b726dcc770...
Daniel Bast
4 years
v0.24.2
commit d7c9243880...
Dawid Dziurla
4 years
v0.24.1
commit f42a595aba...
Dawid Dziurla
4 years
v0.24
commit caf208b0a4...
Jesse Duffield
4 years
v0.23.7
commit 4b55b2e7fc...
Jesse Duffield
4 years
blah
commit 1dc837527f...
Jesse Duffield
4 years
v0.23.6
commit 7c1889cd70...
Dawid Dziurla
4 years
v0.23.5
commit d2ea5dd8b7...
Dawid Dziurla
4 years
v0.23.4
commit e0381b5920...
Dawid Dziurla
4 years
v0.23.3
commit dac3978983...
Dawid Dziurla
4 years
v0.23.2
commit 3df0a9f132...
Jesse Duffield
4 years
v0.23.1
commit a0963f8036...
Jesse Duffield
4 years
v0.22.8
commit 307d051ec2...
Jesse Duffield
4 years
v0.22.9
commit 307d051ec2...
Jesse Duffield
4 years
v0.22.6
commit 14c8b80494...
Jesse Duffield
4 years
v0.22.7
commit 14c8b80494...
Jesse Duffield
4 years
v0.22.5
commit 47182e05be...
Jesse Duffield
4 years
v0.22.4
commit 46cce28758...
Jesse Duffield
4 years
v0.22.3
commit 196c83d058...
Jesse Duffield
4 years
v0.22.2
commit 806bee9646...
Jesse Duffield
4 years
v0.22.1
commit 45a0378c01...
Jesse Duffield
4 years
v0.22.0
commit 3ebb91c07a...
Jesse Duffield
4 years
v0.21
commit 27cd12e2d9...
Jesse Duffield
4 years
v0.20.11
commit f4718a9047...
Jesse Duffield
4 years
v0.20.10
commit 845c80721f...
Jesse Duffield
4 years
v0.20.9
commit 96f821b841...
Randshot
4 years
v0.20.8
commit 014e06eefd...
Randshot
4 years
v0.20.6
commit fe6d8d62c5...
Randshot
4 years
v0.20.7
commit fe6d8d62c5...
Randshot
4 years
v0.20.5
commit e921ba0910...
Jasper Mendiola
4 years
v0.20.4
commit cf5cefb2d6...
Jesse Duffield
4 years
v0.20.3
commit 267730bc00...
Jesse Duffield
5 years
v0.20.2
commit cc13ae252a...
Jesse Duffield
5 years
v0.20.1
commit b97f844a3e...
Jesse Duffield
5 years
v0.20
commit f05a5e531e...
Jesse Duffield
5 years
v0.19
commit 3e36affa69...
Jesse Duffield
5 years
v0.18
commit 95b147079f...
Jesse Duffield
5 years
v0.17.4
commit 5d460e1e5e...
Jesse Duffield
5 years
v0.17.3
commit 91f6630907...
Dawid Dziurla
5 years
v0.17.2
commit b5c4f78e9d...
Dawid Dziurla
5 years
v0.17.1
commit dadb646252...
Jesse Duffield
5 years
v0.17.0
commit 0227b93409...
Jesse Duffield
5 years
v0.16.2
commit c5ff39ba5f...
Jesse Duffield
5 years
v0.16
commit 31e201ca52...
Jesse Duffield
5 years
v0.16.1
commit 31e201ca52...
Jesse Duffield
5 years
v0.15.7
commit a0522ba93e...
Jesse Duffield
5 years
v0.15.6