379 Commits
Author SHA1 Message Date
Stefan Haller 4598c7b548 Adapt documentation 2026-07-31 08:42:51 +02:00
Stefan Haller 1ebb65b775 Cleanup: add blank lines for canonical markdown
My markdown formatter in VS Code adds these when I press Command-S.
2026-07-31 08:42:51 +02:00
Stefan Haller 371f57c76e Fix minor typos in README.md 2026-05-28 19:36:01 +02:00
Henry MaddocksandStefan Haller dd0d90837d Add support for git flow using git-flow-next
git-flow-next (https://github.com/gittower/git-flow-next) uses a
different config schema than legacy git-flow:
gitflow.branch.<type>.prefix instead of gitflow.prefix.<type>.
Recognize both schemas in GetGitFlowPrefixMap by querying each and
merging into a single prefix → branchType map. GitFlowEnabled now
consults the merged map so a next-only setup counts as enabled.

When both schemas configure the same prefix, the legacy entry wins.
In normal usage both schemas agree, so the rule mainly matters as a
deterministic tie-breaker.
2026-05-26 11:57:09 +02:00
Stefan HallerandClaude Opus 4.7 eba1df11a8 Document that the services entry also enables GHE pull-request icons
The services config has been the path for GHE for a while (for the
View-PR-URL feature) but it now does double duty: it's also what enables
the branches-panel PR icons for non-github.com hosts. Worth calling out
explicitly so users don't assume it's still github.com-only.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-10 15:28:14 +02:00
Stefan Haller 6c8110f028 Add some brief documentation 2026-04-01 09:13:56 +02:00
github-actions[bot] 6bb1051292 README.md: Update Sponsors 2026-03-31 11:54:37 +00:00
John YeatesandStefan Haller 7a3bae4de1 Update redo keyboard shortcut in README.md
The README says that this shortcut is ctrl+z, but the default keymap is shift+z — looks like this was changed in 376ca65807.
2026-03-30 10:08:30 +02:00
Miika TuominenandStefan Haller 8fa1209ac8 Make Debian/Ubuntu install command architecture-independent 2026-03-30 10:05:58 +02:00
github-actions[bot] bce1ca58bd README.md: Update Sponsors 2026-03-08 16:53:40 +00:00
04cbandStefan Haller 53faf1fcd3 Fix typo: MacOS to macOS 2026-03-08 16:31:07 +01:00
Owen ZimmermanandStefan Haller 545c4f719e docs: Add Terra install method 2026-02-22 14:43:57 +01:00
cadamsdevandStefan Haller 2f575a0b37 Update README to mention GitArbor as an alternative 2026-02-07 08:53:14 +01:00
github-actions[bot] cb719c11c5 README.md: Update Sponsors 2026-01-17 10:59:48 +00:00
github-actions[bot] d4c0c499b2 README.md: Update Sponsors 2025-12-06 12:30:25 +00:00
Mad ScientistandGitHub 8d15d14c59 Update table of contents in README.md 2025-11-16 11:06:34 +05:00
github-actions[bot] 35bba5e556 README.md: Update Sponsors 2025-11-01 08:57:06 +00:00
Jesse DuffieldandGitHub 1fd771f818 Update README.md
Updated image source for Warp logo in README.
2025-10-11 15:50:08 +11:00
6b8853c027 feat(nix): add comprehensive nix flake
Co-authored-by: Eveeifyeve
2025-10-08 15:05:54 +02:00
github-actions[bot] 385f796c90 README.md: Update Sponsors 2025-10-02 15:30:45 +00:00
Jesse DuffieldandGitHub 0d5a410114 Update README.md 2025-09-06 17:11:27 +10:00
Jesse DuffieldandGitHub 0553c00f61 Update README.md 2025-09-06 16:56:50 +10:00
Jesse DuffieldandGitHub d65f638869 Update README.md 2025-09-06 16:51:31 +10:00
github-actions[bot] a0af7403cc README.md: Update Sponsors 2025-09-05 17:00:11 +00:00
Henning LorenzenandGitHub 4c686fc66e Update README.md 2025-09-05 18:47:51 +02:00
Marek SierocińskiandGitHub 08db9b43be docs: Add installation with gah 2025-08-13 11:35:24 +02:00
Stefan Haller 985013718d Change color of github tag and homebrew badges to blue
Both of these badges have the coloring logic to show stable releases in blue,
and prereleases in orange. The criterion for a prerelease is that the major
version is 0. Now it is debatable whether we consider lazygit "stable", but I
don't feel we are in a preliminary state of the project, working towards the
first final 1.0 release, so I feel blue expresses the state of the project
better.
2025-08-11 13:42:19 +02:00
Stefan Haller 39b4f16e1a Update github tag badge
It doesn't really seem to make a difference, but this is what I get from
shields.io's builder (no idea where the previous .svg extension came from).
2025-08-11 13:37:53 +02:00
Stefan Haller 2864eecd37 Update homebrew link
The old link was broken, it would have to be "Formula/l/lazygit.rb" instead of
"Formula/lazygit.rb".

However, I don't find it very useful to link to the raw formula file, so I
decided to change the link to point to the homebrew web page for lazygit.
2025-08-11 13:36:05 +02:00
kyu08andStefan Haller 649f9cd56f Update the badge of golangci-lint in README.md 2025-08-10 10:35:33 +02:00
Dejan Lekić 2e0d66ca24 Updated Fedora section in the README.md file. 2025-08-03 16:58:37 +01:00
github-actions[bot] 84b057c4a1 README.md: Update Sponsors 2025-08-01 09:10:14 +00:00
Stefan Haller 9efd4f2e73 Remove the homebrew tap from the readme
The core homebrew formular is usually up to date very quickly, so there's little
reason to use the custom tap.

We still maintain the tap and update it for the benefit of users who already
subscribed to it, but we no longer recommend it.
2025-07-06 15:18:15 +02:00
github-actions[bot] 70e92d210a README.md: Update Sponsors 2025-07-06 09:55:07 +00:00
Daniel Jonsson d60a843c23 Fix formatting of a keyboard shortcut in the README.md
This will format the `z` keyboard shortcut reference in this text in the
same way as all other keyboard shortcuts in the README.md file.
2025-07-02 15:00:23 +02:00
Jongmin KimandJesse Duffield 9e90d5ee62 Add Debian installation instructions alongside Ubuntu
Signed-off-by: Jongmin Kim <jmkim@debian.org>
2025-04-23 19:47:52 +10:00
github-actions[bot] 058699cb71 README.md: Update Sponsors 2025-04-14 08:28:01 +00:00
Chris McDonnellandStefan Haller 8d47928c94 Update kidpix link in README to active url 2025-04-08 13:51:22 +02:00
Nitin KMandGitHub 55445dca8d Corrected interactive rebase keybinds example in README.md 2025-03-26 08:40:14 +05:30
Jesse DuffieldandGitHub 54d0ebeff0 Update README.md 2025-02-22 08:34:35 +11:00
github-actions[bot] e37d7d5ad2 README.md: Update Sponsors 2025-02-15 04:23:38 +00:00
Jesse Duffield 28d10c26a4 Standardise on 'screen mode' name
We had some conflicting names so we're standardising on screen mode
2025-01-11 14:25:48 +11:00
github-actions[bot] ec19fcf134 README.md: Update Sponsors 2025-01-09 00:25:30 +00:00
haseciluandJesse Duffield 2a72e96011 Set repology table to 3 columns 2025-01-02 15:41:29 +11:00
wadsaek fd5be11370 Stylize and correct the NixOS section in README.md
configuration.nix is a file, and most files in the README.md are
stylized as code blocks. `environment.systemPackages` is actually just a
code block, and should be stylized as such
2025-01-01 12:48:19 +02:00
Stephen MartinandJesse Duffield f858460ab9 Fixes to lazygit Ubuntu install instructions in README.md 2024-11-09 18:42:19 +11:00
Shaobo Song 1e8b8471ca Fix installation for Ubuntu in README.md
If '/usr/local/bin' does not exist, 'install' will eventually result
in a regular file named '/usr/local/bin' being created.
2024-11-05 20:52:35 +08:00
github-actions[bot] 0489b11c0c README.md: Update Sponsors 2024-07-13 05:03:33 +00:00
github-actions[bot] 31456a8caa README.md: Update Sponsors 2024-07-06 12:08:18 +00:00
Bryan HonofandJesse Duffield eae76a97e9 docs: Add flox install 2024-07-06 21:27:08 +10:00