CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 08:29:28 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"90e15631dc05805b61545e7c30fe7534"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com github.githubassets.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com marketplace-screenshots.githubusercontent.com/ copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=%2FRrNCOyIM6UXWBBQbizs%2FeCwiS%2BusICjO6HAiKnYbiHCWZvN60nx4o%2F4Jww14DK26O7aAWE7rLQeOMYTta4nD7%2F3O3WbZe6FUvfyFn%2F0vsJPZ1z5EhHq%2Bm1OHrodR5Zqo7k0i24jFE76GTvgaUuEGB4k%2FJVgSjXHteqBeh86eaktxZJZGL4USux1nd1yzid8P37%2BDozh6eh0%2FEHNK3TOM0V33252itP%2F%2FL6DeOppUU8HNYd2IkqXrCrUVz1wr9tDe7uVqj7ZB94Z4eQpefQsSw%3D%3D--arHULWtzo9oFuIKr--rbO0G4plwFftE7pduGUDSw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1422468439.1760257767; Path=/; Domain=github.com; Expires=Mon, 12 Oct 2026 08:29:27 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 12 Oct 2026 08:29:27 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 892A:F5D11:DCC99E:12644C8:68EB66E7
Tags · jesseduffield/lazygit · GitHub
Toggle v0.53.0's commit message
Toggle v0.51.1's commit message
Toggle v0.51.0's commit message
Toggle v0.50.0's commit message
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Tags: jesseduffield/lazygit
Tags
v0.53.0
Add user config to use hunk mode by default when entering staging view ( #4685) - **PR Description** As of #4684, hunk mode has become so useful that I prefer it over line mode now. This PR adds a config that lets you use hunk mode by default in the staging view. I'm not enabling this by default yet, although I do think it's the more useful mode for most people. The biggest issue that I still have with this is that _if_ you need to switch to line mode for some reason, then it's very non-obvious how to do that. New users might not find out at all, and think that lazygit doesn't allow staging individual lines.
v0.51.1
Fix lazygit's UI becoming unresponsive when a background fetch asks f… …or a passphrase (#4586) Fix a regression introduced with #4525. This fixes the problem that background fetching makes lazygit hang when the fetch request needs to prompt for a passphrase. For Mac users who use the keychain to store their ssh passphrases, this can happen when lazygit is running while the machine goes to sleep, because macOS looks the keychain in that case.
v0.51.0
Fix crash when clicking in the status view (#4567) - **PR Description** The status view is not supposed to be focusable right now. (This might change soon, but for now it isn't.) Pressing '0' on it does nothing. However, clicking on it would still focus it, because the click handler in MainViewController assumed that when the clicked view doesn't have the focus, then its "other" view must have, and we just want to toggle the focus between the two (like when pressing tab). It didn't take the possibility into account that the current side panel isn't focusable at all; if it was, then its SwitchToFocusedMainViewController would have handled the click. To fix this, check if the "other" view has the focus before handling the click, and do nothing otherwise. This also fixes clicking in the main views of the Worktrees or Submodules tabs, or any other tabs whose main views are not focusable. Fixes #4566.
v0.50.0
Reduce memory consumption of graph (pipe sets) (#4498) - **PR Description** As a followup to #2533, reduce the memory consumption some more by optimizing the storage of the pipe sets used for the commit graph. Some coarse measurements (taken by opening the respective repo, typing `4 >`, and waiting for all commits to be loaded, and then reading the Memory column in Activity Monitor): | | master | this PR | | ------------- | ------- | ------- | | git | 2.5 GB | 1.0 GB | | our work repo | 2.3 GB | 1.3 GB | | linux kernel | 94.8 GB | 38.0 GB | It's still not really usable for the linux kernel, but for all other repos that I come across in my daily use of lazygit, it works quite well now.
PreviousNext
You can’t perform that action at this time.