./devel/lazygit, Simple terminal UI for git commands

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.43.1nb1, Package name: lazygit-0.43.1nb1, Maintainer: pkgsrc-users

lazygit is a CLI tool to handle git repositories, written in Go with the
gocui library. You can add files easily, resolve merge conflicts,
checkout recent branches easily, scroll through logs/diffs of
branches/commits.stash, push/pull quickly, squash down and rename
commits in CLI.


Master sites:

Filesize: 4584.332 KB

Version history: (Expand)


CVS history: (Expand)


   2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-08-21 14:23:57 by Benny Siegert | Files touched by this commit (1)
Log message:
lazygit: fix NetBSD build

Only build what is being installed, not the integration tests. One of these
tests uses the go-ps package, which (a) has no NetBSD support and (b) is
archived and accepts no new code.

Thanks abs@ for the report about breakage!
   2024-08-18 18:23:53 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
lazygit: update to 0.43.1

0.43.1

Fix language auto detection

0.43.0

There's quite a few things in this release. I'm going to single out a couple
that have changed my workflow.

-   Easier rebase onto base branch
-   See the divergence count from the base branch
-   See detailed divergence from base branch
-   Improved 'Find commit for fixup' feature

0.42.0

-   Make spinner animation configurable
-   Keep the same commit selected when exiting filtering mode
-   Make URLs in confirmation panels clickable, and underline them
-   Allow viewing all branches git log in status view
-   Drop update-ref todos pointing to head
-   Add config options for length of commit hash displayed in commits view
-   Show commit graph in divergence view
-   Add commitPrefix config for defining a default commit message prefix across
    all projects
-   Improve nvim-remote (neovim) editor mode
-   Delete and edit custom commands history items
-   Support externalDiffCommand in diffing mode
   2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | Package updated
Log message:
Revbump all Go packages after update
   2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 security update
   2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168)
Log message:
Revbump all Go packages, default Go version is now 1.22.
   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update