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
2 months
better-branch-delete-confirmation
Better local branch delete confirmation
Stefan Haller
2 months
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
5 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
2 months
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
3 months
divergence-from-base-branch-command
Add command "View divergence from base branch"
Stefan Haller
6 months
divergence-from-base-branch-display
Show divergence from base branch in branches list
Stefan Haller
6 months
ensure-test-list-correctness
fix test names
Jesse Duffield
19 months
fast-ancestor-check
asd
Jesse Duffield
14 months
feature/open-file-without-specified-line
Open file on unspecified line
Luka Markušić
22 months
fix-clicking-in-status-panel
Add tests for clicking in status side panel
Stefan Haller
7 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
7 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
5 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
5 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
5 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
16 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
ci: update `upload-artifact` and `download-artifact` actions to v4 (#4063)
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
3 months
per-repo-config-files
fixup! Add dev documentation about using UserConfig
Stefan Haller
4 months
prompt-to-stage-files-after-resolving-conflicts
Ask to auto-stage unstaged files when continuing a rebase after resolving con...
Stefan Haller
3 months
rebase-onto-base-branch
Add command "Rebase onto base branch" to rebase menu
Stefan Haller
6 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
14 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
10 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
6 weeks
use-interactive-shell-for-custom-commands
Use an interactive shell for running custom commands
Stefan Haller
4 months
vision
Add vision and design principles doc
Jesse Duffield
12 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